Home
last modified time | relevance | path

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

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