Home
last modified time | relevance | path

Searched refs:k_stop (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_temp_reshape.c60 WORD32 k_stop = 18; in ixheaacd_mps_est_normalized_envelope() local
100 for (param_band = k_start; param_band <= k_stop; param_band++) in ixheaacd_mps_est_normalized_envelope()
108 for (param_band = k_start; param_band <= k_stop; param_band++) { in ixheaacd_mps_est_normalized_envelope()
114 total_energy /= (k_stop - k_start + 1); in ixheaacd_mps_est_normalized_envelope()
122 for (param_band = k_start; param_band <= k_stop; param_band++) { in ixheaacd_mps_est_normalized_envelope()
128 for (param_band = k_start; param_band <= k_stop; param_band++) { in ixheaacd_mps_est_normalized_envelope()
137 for (param_band = k_start; param_band <= k_stop; param_band++) in ixheaacd_mps_est_normalized_envelope()
Dixheaacd_freq_sca.c491 static WORD16 ixheaacd_calc_freq_ratio(WORD16 k_start, WORD16 k_stop, in ixheaacd_calc_freq_ratio() argument
505 stop = ixheaacd_shl32(ixheaacd_deposit16l_in32(k_stop), INT_BITS - 8); in ixheaacd_calc_freq_ratio()
/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp483 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) { in calcFactorPerBand() argument
494 FIXP_DBL stop = k_stop << (DFRACT_BITS - 8); in calcFactorPerBand()