Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c518 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation() local
522 memset(subband_status, SB_NOTALLOCATED, s->nb_channels * SBLIMIT); in compute_bit_allocation()
551 if (smr[ch][i] > max_smr && subband_status[ch][i] != SB_NOMORE) { in compute_bit_allocation()
571 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) { in compute_bit_allocation()
590 subband_status[max_ch][max_sb] = SB_NOMORE; in compute_bit_allocation()
592 subband_status[max_ch][max_sb] = SB_ALLOCATED; in compute_bit_allocation()
595 subband_status[max_ch][max_sb] = SB_NOMORE; in compute_bit_allocation()

Completed in 1 milliseconds