Searched refs:EPEL_FILTER (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp_template.c | 1064 #define EPEL_FILTER(src, stride) \ macro 1080 dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in put_hevc_epel_h() 1097 dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); in put_hevc_epel_v() 1118 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in put_hevc_epel_hv() 1128 dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; in put_hevc_epel_hv() 1152 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in put_hevc_epel_uni_h() 1177 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in put_hevc_epel_bi_h() 1203 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in put_hevc_epel_uni_v() 1228 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in put_hevc_epel_bi_v() 1257 tmp[x] = EPEL_FILTER(sr in put_hevc_epel_uni_hv() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_mc.asm | 180 %macro EPEL_FILTER 5 ; bit depth, filter index, xmma, xmmb, gprtmp 782 EPEL_FILTER %2, mx, m4, m5, rfilter 793 EPEL_FILTER %2, mx, m4, m5, rfilter 807 EPEL_FILTER %2, mx, m4, m5, rfilter 830 EPEL_FILTER %2, my, m4, m5, r3src 843 EPEL_FILTER %2, my, m4, m5, r3src 861 EPEL_FILTER %2, my, m4, m5, r3src
|
Completed in 6 milliseconds