Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c359 s->end_freq[s->lfe_ch] = 7; in parse_frame_header()
539 int end_freq = s->end_freq[ch_index]; in ac3_decode_transform_coeffs_ch() local
547 for (freq = start_freq; freq < end_freq; freq++) { in ac3_decode_transform_coeffs_ch()
622 for (i = s->start_freq[CPL_CH]; i < s->end_freq[CPL_CH]; i++) { in remove_dithering()
641 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in decode_transform_coeffs_ch()
669 end = s->end_freq[CPL_CH]; in decode_transform_coeffs()
671 end = s->end_freq[ch]; in decode_transform_coeffs()
691 end = FFMIN(s->end_freq[1], s->end_freq[ in do_rematrixing()
[all...]
H A Dac3enc.c383 block->end_freq[ch] = s->start_freq[CPL_CH]; in ff_ac3_compute_coupling_strategy()
385 block->end_freq[ch] = s->bandwidth_code * 3 + 73; in ff_ac3_compute_coupling_strategy()
410 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]); in ac3_apply_rematrixing()
507 if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_COEFS)) in compute_exp_strategy()
637 nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in encode_exponents()
679 int nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in count_exponent_bits()
716 nb_groups = exponent_group_tab[cpl][exp_strategy-1][block->end_freq[ch]-s->start_freq[ch]]; in ac3_group_exponents()
1074 block->end_freq[ch], block->psd[ch], in bit_alloc_masking()
1077 s->start_freq[ch], block->end_freq[c in bit_alloc_masking()
1327 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) quantize_mantissas_blk_ch() argument
[all...]
H A Deac3dec.c212 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in ff_eac3_decode_transform_coeffs_aht_ch()
219 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in ff_eac3_decode_transform_coeffs_aht_ch()
237 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in ff_eac3_decode_transform_coeffs_aht_ch()
H A Dac3dec.h184 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member
H A Dac3enc.h151 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member
H A Dac3enc_template.c339 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]); in compute_rematrixing_strategy()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dqca-vendor-attr.h20 u32 end_freq; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dqca-vendor-attr.h20 u32 end_freq; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c1703 range[idx].max = freq_range->range[i].end_freq; in qca_nl80211_avoid_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c2278 range[idx].max = freq_range->range[i].end_freq;

Completed in 14 milliseconds