EPEL_FILTER      1080 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1097 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8);
EPEL_FILTER      1118 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1128 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6;
EPEL_FILTER      1152 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift);
EPEL_FILTER      1177 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
EPEL_FILTER      1203 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift);
EPEL_FILTER      1228 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
EPEL_FILTER      1257 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1267 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift);
EPEL_FILTER      1296 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1306 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
EPEL_FILTER      1332 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
EPEL_FILTER      1357 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
EPEL_FILTER      1384 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
EPEL_FILTER      1409 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
EPEL_FILTER      1439 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1450 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
EPEL_FILTER      1476 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
EPEL_FILTER      1488 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +