summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qvarlengtharray
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-04-01 12:02:58 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-04-04 15:42:22 +0000
commitc51240ca759e863b96fe65662a22ae6a301a170f (patch)
tree05a417f661206588607b9a09215ee5c80e7f799e /tests/auto/corelib/tools/qvarlengtharray
parent22b5e178e5a32988f8c23170288ef3d48df5f00d (diff)
Optimize fetching pixel values for SSE2 bilinear sampling
Most of the CPU time was spending in fetching pixel values instead of calculating the bilinear sample. The access to vectors unions turns out to be very slow, and should be avoided. This patch removes the uses of vector,int array union in the bilinear sampling for SSE2. Change-Id: Ie765a80963c4899db59a583ea9a59d15e05f2b13 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/tools/qvarlengtharray')
0 files changed, 0 insertions, 0 deletions