Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_template.c64 int subblock_gain[3]; member
703 gains[0] = gain - (g->subblock_gain[0] << 3); in exponents_from_scale_factors()
704 gains[1] = gain - (g->subblock_gain[1] << 3); in exponents_from_scale_factors()
705 gains[2] = gain - (g->subblock_gain[2] << 3); in exponents_from_scale_factors()
1266 g->subblock_gain[i] = get_bits(&s->gb, 3); in mp_decode_layer3()