Home | History | Annotate | Download | only in arm

Lines Matching refs:yoffset

23     int  yoffset,
34 VFilter = vp8_bilinear_filters[yoffset];
51 int yoffset,
62 if (xoffset == 4 && yoffset == 0)
67 else if (xoffset == 0 && yoffset == 4)
72 else if (xoffset == 4 && yoffset == 4)
80 VFilter = vp8_bilinear_filters[yoffset];
104 int yoffset,
110 if (xoffset == 4 && yoffset == 0)
112 else if (xoffset == 0 && yoffset == 4)
114 else if (xoffset == 4 && yoffset == 4)
117 return vp8_sub_pixel_variance16x16_neon_func(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);