/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_mips.h | 104 #define UNI_MC(PEL, DIR, WIDTH) \ macro 114 UNI_MC(pel, pixels, 4); 115 UNI_MC(pel, pixels, 6); 116 UNI_MC(pel, pixels, 8); 117 UNI_MC(pel, pixels, 12); 118 UNI_MC(pel, pixels, 16); 119 UNI_MC(pel, pixels, 24); 120 UNI_MC(pel, pixels, 32); 121 UNI_MC(pel, pixels, 48); 122 UNI_MC(pe 181 #undef UNI_MC global() macro [all...] |
H A D | hevc_mc_uni_msa.c | 4057 #define UNI_MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR) \ macro 4073 UNI_MC(qpel, h, 4, 8, hz, mx); 4074 UNI_MC(qpel, h, 8, 8, hz, mx); 4075 UNI_MC(qpel, h, 12, 8, hz, mx); 4076 UNI_MC(qpel, h, 16, 8, hz, mx); 4077 UNI_MC(qpel, h, 24, 8, hz, mx); 4078 UNI_MC(qpel, h, 32, 8, hz, mx); 4079 UNI_MC(qpel, h, 48, 8, hz, mx); 4080 UNI_MC(qpel, h, 64, 8, hz, mx); 4082 UNI_MC(qpe 4107 #undef UNI_MC global() macro [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevcdsp_lsx.h | 145 #define UNI_MC(PEL, DIR, WIDTH) \ macro 155 UNI_MC(qpel, h, 64); 157 UNI_MC(qpel, v, 24); 158 UNI_MC(qpel, v, 32); 159 UNI_MC(qpel, v, 48); 160 UNI_MC(qpel, v, 64); 162 UNI_MC(qpel, hv, 8); 163 UNI_MC(qpel, hv, 16); 164 UNI_MC(qpel, hv, 24); 165 UNI_MC(qpe 178 #undef UNI_MC global() macro [all...] |
H A D | hevc_mc_uni_lsx.c | 1365 #define UNI_MC(PEL, DIR, WIDTH, TAP, DIR1, FILT_DIR) \ macro 1381 UNI_MC(qpel, h, 64, 8, hz, mx); 1383 UNI_MC(qpel, v, 24, 8, vt, my); 1384 UNI_MC(qpel, v, 32, 8, vt, my); 1385 UNI_MC(qpel, v, 48, 8, vt, my); 1386 UNI_MC(qpel, v, 64, 8, vt, my); 1388 UNI_MC(epel, v, 24, 4, vt, my); 1389 UNI_MC(epel, v, 32, 4, vt, my); 1391 #undef UNI_MC macro
|