Searched refs:end_freq (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ac3dec.c | 359 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 D | ac3enc.c | 383 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 D | eac3dec.c | 212 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 D | ac3dec.h | 184 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member
|
H A D | ac3enc.h | 151 int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) member
|
H A D | ac3enc_template.c | 339 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 D | qca-vendor-attr.h | 20 u32 end_freq; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | qca-vendor-attr.h | 20 u32 end_freq; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 1703 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 D | driver_nl80211_event.c | 2278 range[idx].max = freq_range->range[i].end_freq;
|
Completed in 18 milliseconds