QPEL_FILTER 627 libavcodec/hevcdsp_template.c dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); QPEL_FILTER 643 libavcodec/hevcdsp_template.c dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); QPEL_FILTER 666 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); QPEL_FILTER 675 libavcodec/hevcdsp_template.c dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6; QPEL_FILTER 701 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); QPEL_FILTER 728 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); QPEL_FILTER 755 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); QPEL_FILTER 783 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); QPEL_FILTER 814 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); QPEL_FILTER 824 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift); QPEL_FILTER 853 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); QPEL_FILTER 863 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift); QPEL_FILTER 891 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); QPEL_FILTER 917 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + QPEL_FILTER 946 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); QPEL_FILTER 972 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + QPEL_FILTER 1004 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); QPEL_FILTER 1015 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox); QPEL_FILTER 1041 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); QPEL_FILTER 1053 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +