EPEL_FILTER      1086 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1103 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8);
EPEL_FILTER      1124 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1134 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6;
EPEL_FILTER      1158 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift);
EPEL_FILTER      1183 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
EPEL_FILTER      1209 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift);
EPEL_FILTER      1234 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
EPEL_FILTER      1263 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1273 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift);
EPEL_FILTER      1302 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1312 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
EPEL_FILTER      1338 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
EPEL_FILTER      1363 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
EPEL_FILTER      1390 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
EPEL_FILTER      1415 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
EPEL_FILTER      1445 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1456 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
EPEL_FILTER      1482 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1494 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +