Home
last modified time | relevance | path

Searched defs:OP_AVG (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddiracdsp.c76 #define OP_AVG(dst, val) (dst) = (((dst) + (val) + 1)>>1) macro
Dpngdec.c296 #define OP_AVG(x, s, l) (((((x) + (l)) >> 1) + (s)) & 0xff) in ff_png_filter_row() macro
/third_party/ffmpeg/libavcodec/x86/
Dvc1dsp_mmx.c48 #define OP_AVG(S,D) "pavgb " #S ", " #D " \n\t" macro
/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_mmi.c1608 #define OP_AVG(S, D) \ macro