Searched refs:QPEL_FILTER (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp_template.c | 607 #define QPEL_FILTER(src, stride) \ macro 627 dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC() 643 dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); in FUNC() 666 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC() 675 dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; in FUNC() 701 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC() 728 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in FUNC() 755 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC() 783 …dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> sh… in FUNC() 814 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevc_mc.asm | 208 %macro QPEL_FILTER 2 1057 QPEL_FILTER %2, mx 1070 QPEL_FILTER %2, mx 1087 QPEL_FILTER %2, mx 1114 QPEL_FILTER %2, my 1129 QPEL_FILTER %2, my 1148 QPEL_FILTER %2, my
|