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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dec.c278 s->end_freq[s->lfe_ch] = 7;
436 int end_freq = s->end_freq[ch_index]; local
444 for (freq = start_freq; freq < end_freq; freq++) {
515 for (i = s->start_freq[CPL_CH]; i < s->end_freq[CPL_CH]; i++) {
534 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
562 end = s->end_freq[CPL_CH];
564 end = s->end_freq[ch];
584 end = FFMIN(s->end_freq[1], s->end_freq[
[all...]
H A Dac3dec.h153 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member in struct:__anon1853
H A Dac3enc.c258 block->end_freq[ch] = s->start_freq[CPL_CH];
260 block->end_freq[ch] = s->bandwidth_code * 3 + 73;
285 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]);
385 if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_COEFS))
515 nb_coefs = block->end_freq[ch] - s->start_freq[ch];
557 int nb_coefs = block->end_freq[ch] - s->start_freq[ch];
594 nb_groups = exponent_group_tab[cpl][exp_strategy-1][block->end_freq[ch]-s->start_freq[ch]];
952 block->end_freq[ch], block->psd[ch],
955 s->start_freq[ch], block->end_freq[c
1205 quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, uint8_t *exp, uint8_t *bap, int16_t *qmant, int start_freq, int end_freq) argument
[all...]
H A Deac3dec.c213 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
220 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
238 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
H A Dac3enc_template.c354 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]);
H A Dac3enc.h149 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member in struct:AC3Block
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec.c322 s->end_freq[s->lfe_ch] = 7;
485 int end_freq = s->end_freq[ch_index]; local
493 for (freq = start_freq; freq < end_freq; freq++) {
569 for (i = s->start_freq[CPL_CH]; i < s->end_freq[CPL_CH]; i++) {
588 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
616 end = s->end_freq[CPL_CH];
618 end = s->end_freq[ch];
638 end = FFMIN(s->end_freq[1], s->end_freq[
[all...]
H A Dac3enc.c257 block->end_freq[ch] = s->start_freq[CPL_CH];
259 block->end_freq[ch] = s->bandwidth_code * 3 + 73;
284 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]);
384 if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_COEFS))
514 nb_coefs = block->end_freq[ch] - s->start_freq[ch];
556 int nb_coefs = block->end_freq[ch] - s->start_freq[ch];
593 nb_groups = exponent_group_tab[cpl][exp_strategy-1][block->end_freq[ch]-s->start_freq[ch]];
951 block->end_freq[ch], block->psd[ch],
954 s->start_freq[ch], block->end_freq[c
1204 quantize_mantissas_blk_ch(AC3Mant *s, int32_t *fixed_coef, uint8_t *exp, uint8_t *bap, int16_t *qmant, int start_freq, int end_freq) argument
[all...]
H A Dac3dec.h168 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member in struct:AC3DecodeContext
H A Deac3dec.c213 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
220 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
238 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
H A Dac3enc_template.c359 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]);
H A Dac3enc.h154 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member in struct:AC3Block

Completed in 128 milliseconds