Home
last modified time | relevance | path

Searched refs:TWINVQ_GAIN_BITS (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmetasound.c210 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS); in metasound_read_bitstream()
213 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS); in metasound_read_bitstream()
Dtwinvq.h50 #define TWINVQ_GAIN_BITS 8 macro
Dtwinvqdec.c291 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS); in twinvq_read_bitstream()
294 bits->gain_bits[i] = get_bits(&gb, TWINVQ_GAIN_BITS); in twinvq_read_bitstream()
Dtwinvq.c221 float step = TWINVQ_AMP_MAX / ((1 << TWINVQ_GAIN_BITS) - 1); in dec_gain()
689 TWINVQ_WINDOW_TYPE_BITS + n_ch * TWINVQ_GAIN_BITS; in init_bitstream_params()
693 lsp_bits_per_block + n_ch * TWINVQ_GAIN_BITS + in init_bitstream_params()