Lines Matching defs:y8
597 int y8 = mv.y & mask;
601 y8 *= 2;
616 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) {
621 if (!y8) { /* left or right combine */
626 vp6_block_copy_filter[select][y8]);
630 vp6_block_copy_filter[select][y8]);
633 if (!x8 || !y8) {
634 s->h264chroma.put_h264_chroma_pixels_tab[0](dst, src + offset1, stride, 8, x8, y8);
636 vp6_filter_diag2(s, dst, src+offset1 + ((mv.x^mv.y)>>31), stride, x8, y8);