Searched defs:OP_AVG (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c32 #define OP_AVG(S,D) "pavgb " #S ", " #D " \n\t" macro
H A Ddsputil_mmx.c158 #define OP_AVG(a, b, c, e) PAVGB_MMX(a, b, c, e) macro
180 #undef OP_AVG macro
187 #define OP_AVG PAVGB macro
193 #undef OP_AVG macro
202 #define OP_AVG PAVGB macro
208 #undef OP_AVG macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c32 #define OP_AVG(S,D) "pavgb " #S ", " #D " \n\t" macro
H A Ddsputil_mmx.c158 #define OP_AVG(a, b, c, e) PAVGB_MMX(a, b, c, e) macro
180 #undef OP_AVG macro
187 #define OP_AVG PAVGB macro
193 #undef OP_AVG macro
202 #define OP_AVG PAVGB macro
208 #undef OP_AVG macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c32 #define OP_AVG(S,D) "pavgb " #S ", " #D " \n\t" macro
H A Ddsputil_mmx.c158 #define OP_AVG(a, b, c, e) PAVGB_MMX(a, b, c, e) macro
180 #undef OP_AVG macro
187 #define OP_AVG PAVGB macro
193 #undef OP_AVG macro
202 #define OP_AVG PAVGB macro
208 #undef OP_AVG macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dpngdec.c226 #define OP_AVG(x,s,l) (((x + l) >> 1) + s) & 0xff macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dpngdec.c226 #define OP_AVG(x,s,l) (((x + l) >> 1) + s) & 0xff macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dpngdec.c226 #define OP_AVG(x,s,l) (((x + l) >> 1) + s) & 0xff macro

Completed in 182 milliseconds