Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudioenc_template.c73 unsigned short total_quant_bits[17]; /* total number of bits per allocation group */ member
195 s->total_quant_bits[i] = 12 * v; in MPA_encode_init()
573 incr += s->total_quant_bits[alloc[1]]; in compute_bit_allocation()
577 incr = s->total_quant_bits[alloc[b + 1]] - in compute_bit_allocation()
578 s->total_quant_bits[alloc[b]]; in compute_bit_allocation()