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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmdct.c35 # define RSCALE(x) (x) macro
37 # define RSCALE(x) ((x) >> 1) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmdct_template.c35 # define RSCALE(x) (x) macro
38 # define RSCALE(x) (((x) + 32) >> 6) macro
40 # define RSCALE(x) ((x) >> 1) macro

Completed in 104 milliseconds