Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c341 s->start_freq[s->lfe_ch] = 0; in parse_frame_header()
482 bin = s->start_freq[CPL_CH]; in calc_transform_coeffs_cpl()
521 int start_freq = s->start_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()
1006 s->start_freq[CPL_CH] = cpl_start_subband * 12 + 37; in coupling_strategy()
1163 if (cpl_in_use && s->start_freq[CPL_CH] <= 61) { in decode_audio_block()
1164 s->num_rematrixing_bands -= 1 + (s->start_freq[CPL_CH] == 37); in decode_audio_block()
1187 s->start_freq[ch] = 0; in decode_audio_block()
[all …]
Dac3enc.c329 block->end_freq[ch] = s->start_freq[CPL_CH]; in ff_ac3_compute_coupling_strategy()
453 … && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_C… in compute_exp_strategy()
571 exp = s->blocks[0].exp[ch] + s->start_freq[ch]; in encode_exponents()
583 nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in encode_exponents()
596 s->ac3dsp.ac3_exponent_min(exp-s->start_freq[ch], num_reuse_blocks, 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()
663 p = block->exp[ch] + s->start_freq[ch] - cpl; in ac3_group_exponents()
1019 ff_ac3_bit_alloc_calc_psd(block->exp[ch], s->start_freq[ch], in bit_alloc_masking()
1023 s->start_freq[ch], block->end_freq[ch], in bit_alloc_masking()
[all …]
Dac3enc_template.c129 cpl_start = s->start_freq[CPL_CH] - 1; in apply_channel_coupling()
155 i = s->start_freq[CPL_CH]; in apply_channel_coupling()
333 block->num_rematrixing_bands -= (s->start_freq[CPL_CH] <= 61); in compute_rematrixing_strategy()
334 block->num_rematrixing_bands -= (s->start_freq[CPL_CH] == 37); in compute_rematrixing_strategy()
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()
Dac3dec.h183 int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant) member
Dac3enc.h207 int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant) member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dqca-vendor-attr.h19 u32 start_freq; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dqca-vendor-attr.h19 u32 start_freq; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c1702 range[idx].min = freq_range->range[i].start_freq; in qca_nl80211_avoid_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c1902 range[idx].min = freq_range->range[i].start_freq; in qca_nl80211_avoid_freq()