Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_calc_m1m2_common.c54 } else if ((c1 < MINUS_ONE_IN_Q14) && (c1 > MINUS_ONE_IN_Q15)) { in ixheaacd_get_matrix_inversion_weights()
55 c1 = MINUS_ONE_IN_Q15 - (c1 << 1); in ixheaacd_get_matrix_inversion_weights()
65 } else if ((c2 < MINUS_ONE_IN_Q14) && (c2 > MINUS_ONE_IN_Q15)) { in ixheaacd_get_matrix_inversion_weights()
66 c2 = MINUS_ONE_IN_Q15 - (c2 << 1); in ixheaacd_get_matrix_inversion_weights()
382 h22_res[band] = MINUS_ONE_IN_Q15; in ixheaacd_param_2_umx_ps_core_tables()
715 m_ttt[0][1] = MINUS_ONE_IN_Q15; in ixheaacd_calculate_ttt()
Dixheaacd_mps_macro_def.h37 #define MINUS_ONE_IN_Q15 (-32768) macro