Searched refs:noise_level_mant (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.c | 229 WORD16 *noise_level_mant, WORD16 *nrg_sine, in ixheaacd_noiselimiting() argument 272 WORD16 *p_noise_level = &noise_level_mant[2 * start_band]; in ixheaacd_noiselimiting() 309 WORD16 *p_noise_level = &noise_level_mant[2 * start_band]; in ixheaacd_noiselimiting() 387 p_noise_level = &noise_level_mant[2 * start_band]; in ixheaacd_noiselimiting() 422 WORD16 *noise_level_mant, in ixheaacd_conv_ergtoamplitudelp_dec() argument 429 ixheaacd_fix_mant_exp_sqrt(&noise_level_mant[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitudelp_dec() 431 shift = (noise_e - noise_level_mant[2 * k + 1]); in ixheaacd_conv_ergtoamplitudelp_dec() 435 noise_level_mant[2 * k] = (noise_level_mant[2 * k] >> shift); in ixheaacd_conv_ergtoamplitudelp_dec() 437 noise_level_mant[2 * k] = (noise_level_mant[2 * k] << -shift); in ixheaacd_conv_ergtoamplitudelp_dec() 449 WORD16 *noise_level_mant, in ixheaacd_conv_ergtoamplitude_dec() argument [all …]
|
D | ixheaacd_env_calc.h | 60 WORD16 *noise_level_mant, 63 VOID ixheaacd_noise_level_rescaling(WORD16 *noise_level_mant, WORD32 diff, 156 WORD16 *noise_level_mant, 161 WORD16 *noise_level_mant, 166 WORD16 *noise_level_mant, 171 WORD16 *noise_level_mant,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 105 WORD16 *noise_level_mant, 110 WORD16 *noise_level_mant, 132 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag,
|
D | ixheaacd_function_selector_armv7.c | 112 WORD16 *noise_level_mant, 117 WORD16 *noise_level_mant, 139 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 110 WORD16 *noise_level_mant, 115 WORD16 *noise_level_mant, 137 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 110 WORD16 *noise_level_mant, 115 WORD16 *noise_level_mant, 137 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 110 WORD16 *noise_level_mant, 115 WORD16 *noise_level_mant, 137 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 111 WORD16 *noise_level_mant, 116 WORD16 *noise_level_mant, 138 WORD16 *noise_level_mant, WORD32 num_sub_bands, FLAG noise_absc_flag,
|