Searched refs:EPEL_FILTER (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp_template.c | 1064 #define EPEL_FILTER(src, stride) \ macro 1080 dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC() 1097 dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); in FUNC() 1118 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC() 1128 dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; in FUNC() 1152 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC() 1177 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in FUNC() 1203 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC() 1228 …dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> sh… in FUNC() 1257 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevc_mc.asm | 140 %macro EPEL_FILTER 5 ; bit depth, filter index, xmma, xmmb, gprtmp 742 EPEL_FILTER %2, mx, m4, m5, rfilter 753 EPEL_FILTER %2, mx, m4, m5, rfilter 767 EPEL_FILTER %2, mx, m4, m5, rfilter 790 EPEL_FILTER %2, my, m4, m5, r3src 803 EPEL_FILTER %2, my, m4, m5, r3src 821 EPEL_FILTER %2, my, m4, m5, r3src
|