Lines Matching defs:pix3
105 uint8_t *pix3 = pix2 + stride;
107 /* Due to the fact that pix3 = pix2 + stride, the pix3 of one
119 * pix3v: pix3[0] - pix3[15] */
121 pix3v = VEC_LD(0, pix3);
134 pix3 += stride;
149 uint8_t *pix3 = pix2 + stride;
163 /* Due to the fact that pix3 = pix2 + stride, the pix3 of one
187 * pix3v: pix3[0] - pix3[15] pix3iv: pix3[1] - pix3[16] */
189 LOAD_PIX(pix3v, pix3iv, pix3, perm1, perm2);
220 pix3 += stride;
221 /* Transfer the calculated values for pix3 into pix2. */