Home
last modified time | relevance | path

Searched refs:QPEL_FILTER (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevcdsp_template.c607 #define QPEL_FILTER(src, stride) \ macro
627 dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in put_hevc_qpel_h()
643 dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); in put_hevc_qpel_v()
666 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in put_hevc_qpel_hv()
675 dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; in put_hevc_qpel_hv()
701 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in put_hevc_qpel_uni_h()
728 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in put_hevc_qpel_bi_h()
755 dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in put_hevc_qpel_uni_v()
783 dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in put_hevc_qpel_bi_v()
814 tmp[x] = QPEL_FILTER(sr in put_hevc_qpel_uni_hv()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_mc.asm248 %macro QPEL_FILTER 2
1097 QPEL_FILTER %2, mx
1110 QPEL_FILTER %2, mx
1127 QPEL_FILTER %2, mx
1154 QPEL_FILTER %2, my
1169 QPEL_FILTER %2, my
1188 QPEL_FILTER %2, my

Completed in 5 milliseconds