Searched refs:UNI_MC_HV (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_mc_uni_lsx.c | 1393 #define UNI_MC_HV(PEL, WIDTH, TAP) \ macro 1410 UNI_MC_HV(qpel, 8, 8); 1411 UNI_MC_HV(qpel, 16, 8); 1412 UNI_MC_HV(qpel, 24, 8); 1413 UNI_MC_HV(qpel, 32, 8); 1414 UNI_MC_HV(qpel, 48, 8); 1415 UNI_MC_HV(qpel, 64, 8); 1417 UNI_MC_HV(epel, 8, 4); 1418 UNI_MC_HV(epel, 12, 4); 1419 UNI_MC_HV(epe 1423 #undef UNI_MC_HV global() macro [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_mc_uni_msa.c | 4109 #define UNI_MC_HV(PEL, WIDTH, TAP) \ macro 4126 UNI_MC_HV(qpel, 4, 8); 4127 UNI_MC_HV(qpel, 8, 8); 4128 UNI_MC_HV(qpel, 12, 8); 4129 UNI_MC_HV(qpel, 16, 8); 4130 UNI_MC_HV(qpel, 24, 8); 4131 UNI_MC_HV(qpel, 32, 8); 4132 UNI_MC_HV(qpel, 48, 8); 4133 UNI_MC_HV(qpel, 64, 8); 4135 UNI_MC_HV(epe 4143 #undef UNI_MC_HV global() macro [all...] |
Completed in 12 milliseconds