Searched refs:EPEL_FILTER (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp_template.c1114 #define EPEL_FILTER(src, stride) \ macro
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(sr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhevc_mc.asm115 %macro EPEL_FILTER 2-4 ; bit depth, filter index
559 EPEL_FILTER %2, mx, m4, m5
570 EPEL_FILTER %2, mx, m4, m5
584 EPEL_FILTER %2, mx, m4, m5
608 EPEL_FILTER %2, my, m4, m5
620 EPEL_FILTER %2, my, m4, m5
637 EPEL_FILTER %2, my, m4, m5

Completed in 41 milliseconds