Searched refs:PIXFUNC (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 Ddiracdsp.c170 #define PIXFUNC(PFX, WIDTH) \ macro
193 PIXFUNC(put, 8);
194 PIXFUNC(put, 16);
195 PIXFUNC(put, 32);
196 PIXFUNC(avg, 8);
197 PIXFUNC(avg, 16);
198 PIXFUNC(avg, 32);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddiracdsp_mmx.c56 #define PIXFUNC(PFX, IDX, EXT) \ macro
136 PIXFUNC(put, 0, mmx);
137 PIXFUNC(avg, 0, mmx);
141 PIXFUNC(avg, 0, mmxext);

Completed in 78 milliseconds