Lines Matching refs:pix2
33 static int ssd_int8_vs_int16_altivec(const int8_t *pix1, const int16_t *pix2,
45 // score += (pix1[i] - pix2[i]) * (pix1[i] - pix2[i]);
46 // load pix1 and the first batch of pix2
49 vpix2 = vec_unaligned_load(pix2);
50 pix2 += 8;
55 // load another batch from pix2
56 vpix2 = vec_unaligned_load(pix2);
61 pix2 += 8;
68 u.score[3] += (pix1[i] - pix2[i]) * (pix1[i] - pix2[i]);