Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c342 s->end_freq[s->lfe_ch] = 7; in parse_frame_header()
522 int end_freq = s->end_freq[ch_index]; in ac3_decode_transform_coeffs_ch() local
530 for (freq = start_freq; freq < end_freq; freq++) { in ac3_decode_transform_coeffs_ch()
605 for (i = s->start_freq[CPL_CH]; i < s->end_freq[CPL_CH]; i++) { in remove_dithering()
624 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in decode_transform_coeffs_ch()
652 end = s->end_freq[CPL_CH]; in decode_transform_coeffs()
654 end = s->end_freq[ch]; in decode_transform_coeffs()
674 end = FFMIN(s->end_freq[1], s->end_freq[2]); in do_rematrixing()
1007 s->end_freq[CPL_CH] = cpl_end_subband * 12 + 37; in coupling_strategy()
1190 int prev = s->end_freq[ch]; in decode_audio_block()
[all …]
Dac3enc.c329 block->end_freq[ch] = s->start_freq[CPL_CH]; in ff_ac3_compute_coupling_strategy()
331 block->end_freq[ch] = s->bandwidth_code * 3 + 73; in ff_ac3_compute_coupling_strategy()
356 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]); in ac3_apply_rematrixing()
453 …if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[… in compute_exp_strategy()
583 nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in encode_exponents()
625 int nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in count_exponent_bits()
662 … nb_groups = exponent_group_tab[cpl][exp_strategy-1][block->end_freq[ch]-s->start_freq[ch]]; in ac3_group_exponents()
1020 block->end_freq[ch], block->psd[ch], in bit_alloc_masking()
1023 s->start_freq[ch], block->end_freq[ch], in bit_alloc_masking()
1097 FFMIN(end, block->end_freq[ch]) - start); in count_mantissa_bits_update_ch()
[all …]
Deac3dec.c211 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in ff_eac3_decode_transform_coeffs_aht_ch()
218 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in ff_eac3_decode_transform_coeffs_aht_ch()
236 for (bin = s->start_freq[ch]; bin < s->end_freq[ch]; bin++) { in ff_eac3_decode_transform_coeffs_aht_ch()
Dac3enc_template.c338 nb_coefs = FFMIN(block->end_freq[1], block->end_freq[2]); in compute_rematrixing_strategy()
Dac3dec.h184 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member
Dac3enc.h148 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dqca-vendor-attr.h20 u32 end_freq; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dqca-vendor-attr.h20 u32 end_freq; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
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/
Ddriver_nl80211_event.c1903 range[idx].max = freq_range->range[i].end_freq; in qca_nl80211_avoid_freq()