Home
last modified time | relevance | path

Searched refs:sine_present_flag (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_calc.c621 WORD8 sine_present_flag; in ixheaacd_calc_subband_gains() local
631 sine_present_flag = 0; in ixheaacd_calc_subband_gains()
633 if ((env >= *ptr_sine_mapped++)) sine_present_flag = 1; in ixheaacd_calc_subband_gains()
636 *ptr_alias_red_buf++ = !sine_present_flag; in ixheaacd_calc_subband_gains()
655 sine_present_flag, in ixheaacd_calc_subband_gains()
1317 FLAG sine_present_flag, FLAG sine_mapped_matrix, in ixheaacd_subbandgain_calc() argument
1362 if (sine_present_flag || !noise_absc_flag) { in ixheaacd_subbandgain_calc()
1370 if (sine_present_flag == 0) { in ixheaacd_subbandgain_calc()
1379 if (sine_present_flag && sine_mapped_matrix) { in ixheaacd_subbandgain_calc()
Dixheaacd_env_calc.h177 FLAG sine_present_flag, FLAG sine_mapped_matrix,