Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmdct_template.c36 # define RSCALE(x, y) ((x) + (y)) macro
38 # define RSCALE(x, y) ((int)((x) + (unsigned)(y) + 32) >> 6) macro

Completed in 2 milliseconds