Searched defs:RSCALE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | mdct_template.c | 36 # define RSCALE(x, y) ((x) + (y)) macro 38 # define RSCALE(x, y) ((int)((x) + (unsigned)(y) + 32) >> 6) macro |
Completed in 2 milliseconds