Home
last modified time | relevance | path

Searched refs:AC3_DYNAMIC_RANGE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3.h72 #define AC3_DYNAMIC_RANGE(x) (x) macro
91 #define AC3_DYNAMIC_RANGE(x) (powf(x, s->drc_scale)) macro
Dac3dec.c1110 s->dynamic_range[i] = AC3_DYNAMIC_RANGE(range); in decode_audio_block()