Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds