Lines Matching defs:src2

529                                          int16_t *src2,
547 dst[x] = av_clip_pixel(((src[x] << (14 - BIT_DEPTH)) + src2[x] + offset) >> shift);
550 src2 += MAX_PB_SIZE;
579 int16_t *src2,
596 dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + (ox0 + ox1 + 1) * (1 << log2Wd)) >> (log2Wd + 1));
600 src2 += MAX_PB_SIZE;
708 int16_t *src2,
728 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
731 src2 += MAX_PB_SIZE;
763 int16_t *src2,
783 dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
786 src2 += MAX_PB_SIZE;
831 int16_t *src2,
863 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
866 src2 += MAX_PB_SIZE;
898 int16_t *src2,
917 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
921 src2 += MAX_PB_SIZE;
953 int16_t *src2,
972 dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
976 src2 += MAX_PB_SIZE;
1022 int16_t *src2,
1053 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +
1057 src2 += MAX_PB_SIZE;
1159 int16_t *src2,
1177 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
1181 src2 += MAX_PB_SIZE;
1210 int16_t *src2,
1228 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
1231 src2 += MAX_PB_SIZE;
1274 int16_t *src2,
1306 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
1309 src2 += MAX_PB_SIZE;
1340 int16_t *src2,
1357 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
1361 src2 += MAX_PB_SIZE;
1392 int16_t *src2,
1409 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
1413 src2 += MAX_PB_SIZE;
1457 int16_t *src2,
1488 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +
1492 src2 += MAX_PB_SIZE;