Home | History | Annotate | Download | only in arm

Lines Matching refs:xoffset

23     int  xoffset,
34 HFilter = vp8_bilinear_filters[xoffset];
51 int xoffset,
63 if (xoffset == 4 && yoffset == 0)
68 else if (xoffset == 0 && yoffset == 4)
73 else if (xoffset == 4 && yoffset == 4)
80 HFilter = vp8_bilinear_filters[xoffset];
104 int xoffset,
115 int xoffset,
122 if (xoffset == 4 && yoffset == 0)
124 else if (xoffset == 0 && yoffset == 4)
126 else if (xoffset == 4 && yoffset == 4)
129 return vp8_sub_pixel_variance16x16_neon_func(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);