Searched refs:PUT_HEVC_EPEL_BI_HV (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_mmi.c | 654 #define PUT_HEVC_EPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ macro 828 PUT_HEVC_EPEL_BI_HV(4, 1, -4, -8, -4); 829 PUT_HEVC_EPEL_BI_HV(8, 2, -8, -16, -8); 830 PUT_HEVC_EPEL_BI_HV(12, 3, -12, -24, -12); 831 PUT_HEVC_EPEL_BI_HV(16, 4, -16, -32, -16); 832 PUT_HEVC_EPEL_BI_HV(24, 6, -24, -48, -24); 833 PUT_HEVC_EPEL_BI_HV(32, 8, -32, -64, -32);
|
Completed in 3 milliseconds