Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_ps_dec_flt.c986 l_left_re += PHASE_SMOOTH_HIST1 * (FLOAT32)cos(ipd1); in ixheaacd_esbr_ps_apply_rotation()
987 l_left_im += PHASE_SMOOTH_HIST1 * (FLOAT32)sin(ipd1); in ixheaacd_esbr_ps_apply_rotation()
988 l_right_re += PHASE_SMOOTH_HIST1 * (FLOAT32)cos(opd1); in ixheaacd_esbr_ps_apply_rotation()
989 l_right_im += PHASE_SMOOTH_HIST1 * (FLOAT32)sin(opd1); in ixheaacd_esbr_ps_apply_rotation()
Dixheaacd_ps_dec.h83 #define PHASE_SMOOTH_HIST1 (0.5f) macro