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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.h201 int bandwidth_code; ///< bandwidth code (0 to 60) (chbwcod) member in struct:AC3EncodeContext
H A Dac3enc.c260 block->end_freq[ch] = s->bandwidth_code * 3 + 73;
1044 max_end_freq = s->bandwidth_code * 3 + 73;
1481 put_bits(&s->pb, 6, s->bandwidth_code);
2246 s->bandwidth_code = av_clip((fbw_coeffs - 73) / 3, 0, 60);
2249 s->bandwidth_code = ac3_bandwidth_tab[s->fbw_channels-1][s->bit_alloc.sr_code][s->frame_size_code/2];
2256 s->blocks[blk].end_freq[ch] = s->bandwidth_code * 3 + 73;
2283 cpl_end_band = s->bandwidth_code / 4 + 3;
H A Dac3dec.c1041 int bandwidth_code = get_bits(gbc, 6); local
1042 if (bandwidth_code > 60) {
1043 av_log(s->avctx, AV_LOG_ERROR, "bandwidth code = %d > 60\n", bandwidth_code);
1046 s->end_freq[ch] = bandwidth_code * 3 + 73;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.h208 int bandwidth_code; ///< bandwidth code (0 to 60) (chbwcod) member in struct:AC3EncodeContext
H A Dac3enc.c259 block->end_freq[ch] = s->bandwidth_code * 3 + 73;
1043 max_end_freq = s->bandwidth_code * 3 + 73;
1476 put_bits(&s->pb, 6, s->bandwidth_code);
2256 s->bandwidth_code = av_clip((fbw_coeffs - 73) / 3, 0, 60);
2259 s->bandwidth_code = ac3_bandwidth_tab[s->fbw_channels-1][s->bit_alloc.sr_code][s->frame_size_code/2];
2266 s->blocks[blk].end_freq[ch] = s->bandwidth_code * 3 + 73;
2293 cpl_end_band = s->bandwidth_code / 4 + 3;
H A Dac3dec.c1114 int bandwidth_code = get_bits(gbc, 6); local
1115 if (bandwidth_code > 60) {
1116 av_log(s->avctx, AV_LOG_ERROR, "bandwidth code = %d > 60\n", bandwidth_code);
1119 s->end_freq[ch] = bandwidth_code * 3 + 73;

Completed in 46 milliseconds