Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c515 int i, ch, b, max_smr, max_ch, max_sb, current_frame_size, max_frame_size; in compute_bit_allocation() local
548 max_smr = INT_MIN; in compute_bit_allocation()
551 if (smr[ch][i] > max_smr && subband_status[ch][i] != SB_NOMORE) { in compute_bit_allocation()
552 max_smr = smr[ch][i]; in compute_bit_allocation()

Completed in 2 milliseconds