Home
last modified time | relevance | path

Searched refs:gain_tab1 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac.c78 gctx->gain_tab1[i] = powf(2.0, id2exp_offset - i); in ff_atrac_init_gain_compensation()
92 gc_scale = gc_next->num_points ? gctx->gain_tab1[gc_next->lev_code[0]] in ff_atrac_gain_compensation()
104 lev = gctx->gain_tab1[gc_now->lev_code[i]]; in ff_atrac_gain_compensation()
H A Datrac.h45 float gain_tab1[16]; ///< gain compensation level table member

Completed in 2 milliseconds