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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c504 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; local
508 memset(subband_status, SB_NOTALLOCATED, s->nb_channels * SBLIMIT);
537 if (smr[ch][i] > max_smr && subband_status[ch][i] != SB_NOMORE) {
557 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) {
576 subband_status[max_ch][max_sb] = SB_NOMORE;
578 subband_status[max_ch][max_sb] = SB_ALLOCATED;
581 subband_status[max_ch][max_sb] = SB_NOMORE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudioenc_template.c517 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; local
521 memset(subband_status, SB_NOTALLOCATED, s->nb_channels * SBLIMIT);
550 if (smr[ch][i] > max_smr && subband_status[ch][i] != SB_NOMORE) {
570 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) {
589 subband_status[max_ch][max_sb] = SB_NOMORE;
591 subband_status[max_ch][max_sb] = SB_ALLOCATED;
594 subband_status[max_ch][max_sb] = SB_NOMORE;

Completed in 69 milliseconds