Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c56 int frame_frac, frame_frac_incr, do_padding; member
133 s->frame_frac = 0; in MPA_encode_init()
527 s->frame_frac += s->frame_frac_incr; in compute_bit_allocation()
528 if (s->frame_frac >= 65536) { in compute_bit_allocation()
529 s->frame_frac -= 65536; in compute_bit_allocation()

Completed in 2 milliseconds