Searched refs:samp_freq (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/test/encoder/ |
D | ixheaace_testbench.c | 1026 (pstr_out_cfg->samp_freq / 10) * sizeof(*samples[count]), DEFAULT_MEM_ALIGN_8); in ixheaace_calculate_loudness_measure() 1037 memset(samples[count], 0, (pstr_out_cfg->samp_freq / 10) * sizeof(*samples[count])); in ixheaace_calculate_loudness_measure() 1040 WORD32 no_samples_per_frame = (WORD32)(pstr_out_cfg->samp_freq * 0.1 * pstr_in_cfg->i_channels); in ixheaace_calculate_loudness_measure() 1089 WORD32 samp_freq; in ia_enhaacplus_enc_main_process() local 1356 samp_freq = (WORD32)(pstr_out_cfg->samp_freq / down_sampling_ratio); in ia_enhaacplus_enc_main_process() 1430 fprintf(pstr_context->pf_meta, "-movie_time_scale:%d\n", samp_freq); in ia_enhaacplus_enc_main_process() 1431 fprintf(pstr_context->pf_meta, "-media_time_scale:%d\n", samp_freq); in ia_enhaacplus_enc_main_process()
|
/external/libxaac/decoder/ |
D | ixheaacd_freq_sca.c | 232 IA_ERRORCODE ixheaacd_calc_k0_k2_bands(const WORD32 samp_freq, in ixheaacd_calc_k0_k2_bands() argument 240 WORD32 fs = samp_freq; in ixheaacd_calc_k0_k2_bands() 275 *ptr_k2 = ixheaacd_calc_stop_band(samp_freq, stop_freq, upsamp_fac); in ixheaacd_calc_k0_k2_bands()
|
D | ixheaacd_mps_parse.c | 1328 WORD32 samp_freq; in ixheaacd_mps_header_decode() local 1342 samp_freq = self->ldmps_config.bs_fampling_frequency; in ixheaacd_mps_header_decode() 1344 samp_freq = sampling_rate_tbl[self->ldmps_config.bs_sampling_freq_index]; in ixheaacd_mps_header_decode() 1347 if (samp_freq < 27713.0) { in ixheaacd_mps_header_decode() 1349 } else if (samp_freq >= 55426.0) { in ixheaacd_mps_header_decode()
|
/external/libxaac/encoder/ |
D | ixheaace_api.h | 140 WORD32 samp_freq; member
|
D | ixheaace_sbr_main.c | 605 WORD32 samp_freq = pstr_sbr_cfg->sample_freq; in ia_enhaacplus_enc_update_freq_band_tab() local 608 samp_freq = samp_freq / 2; in ia_enhaacplus_enc_update_freq_band_tab() 611 samp_freq, num_qmf_ch, pstr_sbr_hdr->sbr_start_freq, pstr_sbr_hdr->sbr_stop_freq, in ia_enhaacplus_enc_update_freq_band_tab()
|
D | ixheaace_loudness_measurement.c | 149 pstr_output_config->samp_freq = pstr_loudness_hdl->sample_rate; in ixheaace_loudness_init_params()
|
D | ixheaace_api.c | 3800 pstr_output_config->samp_freq = pstr_api_struct->config[0].native_sample_rate; in ixheaace_init() 3870 pstr_output_config->samp_freq = pstr_api_struct->config[0].usac_config.native_sample_rate; in ixheaace_init()
|
/external/libxaac/fuzzer/ |
D | xaac_enc_fuzzer.cpp | 592 input_size = (pstr_out_cfg->samp_freq / 10) * (pstr_in_cfg->i_channels); in ixheaace_calculate_loudness_measure() 603 (pstr_out_cfg->samp_freq / 10) * sizeof(*samples[count]), DEFAULT_MEM_ALIGN_8); in ixheaace_calculate_loudness_measure() 614 memset(samples[count], 0, (pstr_out_cfg->samp_freq / 10) * sizeof(*samples[count])); in ixheaace_calculate_loudness_measure()
|