Searched refs:ac3_coupling_start_tab (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 Dac3enc.c136 * ac3_coupling_start_tab[channel_mode-2][sample rate code][bit rate code]
141 static const int8_t ac3_coupling_start_tab[6][3][19] = { variable
2270 cpl_start = ac3_coupling_start_tab[s->channel_mode-2][s->bit_alloc.sr_code][s->frame_size_code/2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c135 * ac3_coupling_start_tab[channel_mode-2][sample rate code][bit rate code]
140 static const int8_t ac3_coupling_start_tab[6][3][19] = { variable
2280 cpl_start = ac3_coupling_start_tab[s->channel_mode-2][s->bit_alloc.sr_code][s->frame_size_code/2];

Completed in 40 milliseconds