Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3.h71 #define AC3_HEAVY_RANGE(x) ((x)<<1) macro
90 #define AC3_HEAVY_RANGE(x) (ff_ac3_heavy_dynamic_range_tab[(x)]) macro