• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:EPEL_FILTER

1114 #define EPEL_FILTER(src, stride)                                               \
1130 dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1147 dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8);
1168 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1178 dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6;
1202 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift);
1227 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
1253 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift);
1278 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
1307 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1317 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift);
1346 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1356 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
1382 dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
1407 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
1434 dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
1459 dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
1489 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1500 dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
1526 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1538 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +