Searched refs:H264_MC (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264qpel_template.c | 380 #define H264_MC(OPNAME, SIZE) \ macro 541 H264_MC(put_, 2) 542 H264_MC(put_, 4) 543 H264_MC(put_, 8) 544 H264_MC(put_, 16) 545 H264_MC(avg_, 4) 546 H264_MC(avg_, 8) 547 H264_MC(avg_, 16)
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264qpel.c | 71 #define H264_MC(OPNAME, SIZE, CODETYPE) \ macro 279 H264_MC(put_, 16, altivec) 280 H264_MC(avg_, 16, altivec)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_qpel.c | 339 #define H264_MC(QPEL, SIZE, MMX, ALIGN)\ macro 360 H264_MC(H264_MC_C_V_H_HV, 4, mmxext, 8) in QPEL_H264() 361 H264_MC(H264_MC_C_H, 8, mmxext, 8) in QPEL_H264() 362 H264_MC(H264_MC_C_H, 16, mmxext, 8) in QPEL_H264()
|
Completed in 3 milliseconds