QPEL_FILTER       633 libavcodec/hevcdsp_template.c             dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
QPEL_FILTER       649 libavcodec/hevcdsp_template.c             dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8);
QPEL_FILTER       672 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
QPEL_FILTER       681 libavcodec/hevcdsp_template.c             dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6;
QPEL_FILTER       707 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift);
QPEL_FILTER       734 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
QPEL_FILTER       761 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift);
QPEL_FILTER       789 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
QPEL_FILTER       820 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
QPEL_FILTER       830 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift);
QPEL_FILTER       859 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
QPEL_FILTER       869 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
QPEL_FILTER       897 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
QPEL_FILTER       923 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
QPEL_FILTER       952 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
QPEL_FILTER       978 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
QPEL_FILTER      1010 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
QPEL_FILTER      1021 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
QPEL_FILTER      1047 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
QPEL_FILTER      1059 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +