Lines Matching refs:OPNAME
43 #define QPEL_MC(r, OPNAME, RND, OP) \ argument
44 static void OPNAME ## mpeg4_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, \
65 static void OPNAME ## mpeg4_qpel8_v_lowpass(uint8_t *dst, const uint8_t *src, \
95 static void OPNAME ## mpeg4_qpel16_h_lowpass(uint8_t *dst, \
125 static void OPNAME ## mpeg4_qpel16_v_lowpass(uint8_t *dst, \
172 static void OPNAME ## qpel8_mc10_c(uint8_t *dst, const uint8_t *src, \
178 OPNAME ## pixels8_l2_8(dst, src, half, stride, stride, 8, 8); \
181 static void OPNAME ## qpel8_mc20_c(uint8_t *dst, const uint8_t *src, \
184 OPNAME ## mpeg4_qpel8_h_lowpass(dst, src, stride, stride, 8); \
187 static void OPNAME ## qpel8_mc30_c(uint8_t *dst, const uint8_t *src, \
193 OPNAME ## pixels8_l2_8(dst, src + 1, half, stride, stride, 8, 8); \
196 static void OPNAME ## qpel8_mc01_c(uint8_t *dst, const uint8_t *src, \
204 OPNAME ## pixels8_l2_8(dst, full, half, stride, 16, 8, 8); \
207 static void OPNAME ## qpel8_mc02_c(uint8_t *dst, const uint8_t *src, \
213 OPNAME ## mpeg4_qpel8_v_lowpass(dst, full, stride, 16); \
216 static void OPNAME ## qpel8_mc03_c(uint8_t *dst, const uint8_t *src, \
224 OPNAME ## pixels8_l2_8(dst, full + 16, half, stride, 16, 8, 8); \
227 void ff_ ## OPNAME ## qpel8_mc11_old_c(uint8_t *dst, const uint8_t *src, \
239 OPNAME ## pixels8_l4_8(dst, full, halfH, halfV, halfHV, \
243 static void OPNAME ## qpel8_mc11_c(uint8_t *dst, const uint8_t *src, \
254 OPNAME ## pixels8_l2_8(dst, halfH, halfHV, stride, 8, 8, 8); \
257 void ff_ ## OPNAME ## qpel8_mc31_old_c(uint8_t *dst, const uint8_t *src, \
269 OPNAME ## pixels8_l4_8(dst, full + 1, halfH, halfV, halfHV, \
273 static void OPNAME ## qpel8_mc31_c(uint8_t *dst, const uint8_t *src, \
284 OPNAME ## pixels8_l2_8(dst, halfH, halfHV, stride, 8, 8, 8); \
287 void ff_ ## OPNAME ## qpel8_mc13_old_c(uint8_t *dst, const uint8_t *src, \
299 OPNAME ## pixels8_l4_8(dst, full + 16, halfH + 8, halfV, halfHV, \
303 static void OPNAME ## qpel8_mc13_c(uint8_t *dst, const uint8_t *src, \
314 OPNAME ## pixels8_l2_8(dst, halfH + 8, halfHV, stride, 8, 8, 8); \
317 void ff_ ## OPNAME ## qpel8_mc33_old_c(uint8_t *dst, const uint8_t *src, \
329 OPNAME ## pixels8_l4_8(dst, full + 17, halfH + 8, halfV, halfHV, \
333 static void OPNAME ## qpel8_mc33_c(uint8_t *dst, const uint8_t *src, \
344 OPNAME ## pixels8_l2_8(dst, halfH + 8, halfHV, stride, 8, 8, 8); \
347 static void OPNAME ## qpel8_mc21_c(uint8_t *dst, const uint8_t *src, \
355 OPNAME ## pixels8_l2_8(dst, halfH, halfHV, stride, 8, 8, 8); \
358 static void OPNAME ## qpel8_mc23_c(uint8_t *dst, const uint8_t *src, \
366 OPNAME ## pixels8_l2_8(dst, halfH + 8, halfHV, stride, 8, 8, 8); \
369 void ff_ ## OPNAME ## qpel8_mc12_old_c(uint8_t *dst, const uint8_t *src, \
381 OPNAME ## pixels8_l2_8(dst, halfV, halfHV, stride, 8, 8, 8); \
384 static void OPNAME ## qpel8_mc12_c(uint8_t *dst, const uint8_t *src, \
393 OPNAME ## mpeg4_qpel8_v_lowpass(dst, halfH, stride, 8); \
396 void ff_ ## OPNAME ## qpel8_mc32_old_c(uint8_t *dst, const uint8_t *src, \
408 OPNAME ## pixels8_l2_8(dst, halfV, halfHV, stride, 8, 8, 8); \
411 static void OPNAME ## qpel8_mc32_c(uint8_t *dst, const uint8_t *src, \
420 OPNAME ## mpeg4_qpel8_v_lowpass(dst, halfH, stride, 8); \
423 static void OPNAME ## qpel8_mc22_c(uint8_t *dst, const uint8_t *src, \
429 OPNAME ## mpeg4_qpel8_v_lowpass(dst, halfH, stride, 8); \
432 static void OPNAME ## qpel16_mc10_c(uint8_t *dst, const uint8_t *src, \
438 OPNAME ## pixels16_l2_8(dst, src, half, stride, stride, 16, 16); \
441 static void OPNAME ## qpel16_mc20_c(uint8_t *dst, const uint8_t *src, \
444 OPNAME ## mpeg4_qpel16_h_lowpass(dst, src, stride, stride, 16); \
447 static void OPNAME ## qpel16_mc30_c(uint8_t *dst, const uint8_t *src, \
453 OPNAME ## pixels16_l2_8(dst, src + 1, half, stride, stride, 16, 16); \
456 static void OPNAME ## qpel16_mc01_c(uint8_t *dst, const uint8_t *src, \
464 OPNAME ## pixels16_l2_8(dst, full, half, stride, 24, 16, 16); \
467 static void OPNAME ## qpel16_mc02_c(uint8_t *dst, const uint8_t *src, \
473 OPNAME ## mpeg4_qpel16_v_lowpass(dst, full, stride, 24); \
476 static void OPNAME ## qpel16_mc03_c(uint8_t *dst, const uint8_t *src, \
484 OPNAME ## pixels16_l2_8(dst, full + 24, half, stride, 24, 16, 16); \
487 void ff_ ## OPNAME ## qpel16_mc11_old_c(uint8_t *dst, const uint8_t *src, \
499 OPNAME ## pixels16_l4_8(dst, full, halfH, halfV, halfHV, \
503 static void OPNAME ## qpel16_mc11_c(uint8_t *dst, const uint8_t *src, \
514 OPNAME ## pixels16_l2_8(dst, halfH, halfHV, stride, 16, 16, 16); \
517 void ff_ ## OPNAME ## qpel16_mc31_old_c(uint8_t *dst, const uint8_t *src, \
529 OPNAME ## pixels16_l4_8(dst, full + 1, halfH, halfV, halfHV, \
533 static void OPNAME ## qpel16_mc31_c(uint8_t *dst, const uint8_t *src, \
544 OPNAME ## pixels16_l2_8(dst, halfH, halfHV, stride, 16, 16, 16); \
547 void ff_ ## OPNAME ## qpel16_mc13_old_c(uint8_t *dst, const uint8_t *src, \
559 OPNAME ## pixels16_l4_8(dst, full + 24, halfH + 16, halfV, halfHV, \
563 static void OPNAME ## qpel16_mc13_c(uint8_t *dst, const uint8_t *src, \
574 OPNAME ## pixels16_l2_8(dst, halfH + 16, halfHV, stride, 16, 16, 16); \
577 void ff_ ## OPNAME ## qpel16_mc33_old_c(uint8_t *dst, const uint8_t *src, \
589 OPNAME ## pixels16_l4_8(dst, full + 25, halfH + 16, halfV, halfHV, \
593 static void OPNAME ## qpel16_mc33_c(uint8_t *dst, const uint8_t *src, \
604 OPNAME ## pixels16_l2_8(dst, halfH + 16, halfHV, stride, 16, 16, 16); \
607 static void OPNAME ## qpel16_mc21_c(uint8_t *dst, const uint8_t *src, \
615 OPNAME ## pixels16_l2_8(dst, halfH, halfHV, stride, 16, 16, 16); \
618 static void OPNAME ## qpel16_mc23_c(uint8_t *dst, const uint8_t *src, \
626 OPNAME ## pixels16_l2_8(dst, halfH + 16, halfHV, stride, 16, 16, 16); \
629 void ff_ ## OPNAME ## qpel16_mc12_old_c(uint8_t *dst, const uint8_t *src, \
641 OPNAME ## pixels16_l2_8(dst, halfV, halfHV, stride, 16, 16, 16); \
644 static void OPNAME ## qpel16_mc12_c(uint8_t *dst, const uint8_t *src, \
653 OPNAME ## mpeg4_qpel16_v_lowpass(dst, halfH, stride, 16); \
656 void ff_ ## OPNAME ## qpel16_mc32_old_c(uint8_t *dst, const uint8_t *src, \
668 OPNAME ## pixels16_l2_8(dst, halfV, halfHV, stride, 16, 16, 16); \
671 static void OPNAME ## qpel16_mc32_c(uint8_t *dst, const uint8_t *src, \
680 OPNAME ## mpeg4_qpel16_v_lowpass(dst, halfH, stride, 16); \
683 static void OPNAME ## qpel16_mc22_c(uint8_t *dst, const uint8_t *src, \
689 OPNAME ## mpeg4_qpel16_v_lowpass(dst, halfH, stride, 16); \
740 #define DIRAC_MC(OPNAME)\ argument
741 void ff_ ## OPNAME ## _dirac_pixels8_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
743 OPNAME ## _pixels8_8_c(dst, src[0], stride, h);\
745 void ff_ ## OPNAME ## _dirac_pixels16_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
747 OPNAME ## _pixels16_8_c(dst, src[0], stride, h);\
749 void ff_ ## OPNAME ## _dirac_pixels32_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
751 OPNAME ## _pixels16_8_c(dst , src[0] , stride, h);\
752 OPNAME ## _pixels16_8_c(dst+16, src[0]+16, stride, h);\
754 void ff_ ## OPNAME ## _dirac_pixels8_l2_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
756 OPNAME ## _pixels8_l2_8(dst, src[0], src[1], stride, stride, stride, h);\
758 void ff_ ## OPNAME ## _dirac_pixels16_l2_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
760 OPNAME ## _pixels16_l2_8(dst, src[0], src[1], stride, stride, stride, h);\
762 void ff_ ## OPNAME ## _dirac_pixels32_l2_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
764 OPNAME ## _pixels16_l2_8(dst , src[0] , src[1] , stride, stride, stride, h);\
765 OPNAME ## _pixels16_l2_8(dst+16, src[0]+16, src[1]+16, stride, stride, stride, h);\
767 void ff_ ## OPNAME ## _dirac_pixels8_l4_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
769 …OPNAME ## _pixels8_l4_8(dst, src[0], src[1], src[2], src[3], stride, stride, stride, stride, strid…
771 void ff_ ## OPNAME ## _dirac_pixels16_l4_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
773 …OPNAME ## _pixels16_l4_8(dst, src[0], src[1], src[2], src[3], stride, stride, stride, stride, stri…
775 void ff_ ## OPNAME ## _dirac_pixels32_l4_c(uint8_t *dst, const uint8_t *src[5], int stride, int h)\
777 …OPNAME ## _pixels16_l4_8(dst , src[0] , src[1] , src[2] , src[3] , stride, stride, strid…
778 …OPNAME ## _pixels16_l4_8(dst+16, src[0]+16, src[1]+16, src[2]+16, src[3]+16, stride, stride, strid…