Home | History | Annotate | Download | only in x86

Lines Matching refs:yoffset

125     int  yoffset,
134 VFilter = vp8_six_tap_mmx[yoffset];
145 int yoffset,
163 VFilter = vp8_six_tap_mmx[yoffset];
177 int yoffset,
191 VFilter = vp8_six_tap_mmx[yoffset];
203 int yoffset,
217 VFilter = vp8_six_tap_mmx[yoffset];
230 int yoffset,
235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch);
236 vp8_bilinear_predict8x8_mmx(src_ptr + 8, src_pixels_per_line, xoffset, yoffset, dst_ptr + 8, dst_pitch);
237 vp8_bilinear_predict8x8_mmx(src_ptr + 8 * src_pixels_per_line, src_pixels_per_line, xoffset, yoffset, dst_ptr + dst_pitch * 8, dst_pitch);
238 vp8_bilinear_predict8x8_mmx(src_ptr + 8 * src_pixels_per_line + 8, src_pixels_per_line, xoffset, yoffset, dst_ptr + dst_pitch * 8 + 8, dst_pitch);
249 int yoffset,
261 if (yoffset)
265 VFilter = vp8_six_tap_mmx[yoffset];
278 VFilter = vp8_six_tap_mmx[yoffset];
290 int yoffset,
300 if (yoffset)
304 VFilter = vp8_six_tap_mmx[yoffset];
317 VFilter = vp8_six_tap_mmx[yoffset];
328 int yoffset,
338 if (yoffset)
342 VFilter = vp8_six_tap_mmx[yoffset];
355 VFilter = vp8_six_tap_mmx[yoffset];
429 int yoffset,
439 if (yoffset)
445 16, yoffset);
456 if (yoffset)
461 dst_ptr, dst_pitch, 16, yoffset);
466 * yoffset==0) case correctly. Add copy function here to guarantee
478 int yoffset,
487 if (yoffset)
493 8, yoffset);
503 if (yoffset)
508 dst_ptr, dst_pitch, 8, yoffset);
513 * yoffset==0) case correctly. Add copy function here to guarantee
526 int yoffset,
535 if (yoffset)
541 4, yoffset);
552 if (yoffset)
557 dst_ptr, dst_pitch, 4, yoffset);
562 * yoffset==0) case correctly. Add copy function here to guarantee
574 int yoffset,
583 if (yoffset)
589 4, yoffset);
599 if (yoffset)
603 dst_ptr, dst_pitch, 4, yoffset);
608 * yoffset==0) case correctly. Add copy function here to guarantee