Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_pre_mix.c123 WORD32 h_imag[2 * MAX_PARAMETER_BANDS]; in ixheaacd_pre_and_mix_matrix_calculation() local
130 WORD32 *h_im = &h_imag[0]; in ixheaacd_pre_and_mix_matrix_calculation()
133 memset(h_imag, 0, 2 * MAX_PARAMETER_BANDS * sizeof(WORD32)); in ixheaacd_pre_and_mix_matrix_calculation()
138 ixheaacd_mps_par2umx_pred(self, curr_bit_stream, h_imag, h_real, ps, in ixheaacd_pre_and_mix_matrix_calculation()
149 ixheaacd_mps_par2umx_pred(self, curr_bit_stream, h_imag, h_real, ps, in ixheaacd_pre_and_mix_matrix_calculation()
284 ia_mps_bs_frame *curr_bit_stream, WORD32 *h_imag, in ixheaacd_mps_par2umx_pred() argument
297 *h_imag++ = 0; in ixheaacd_mps_par2umx_pred()
298 *h_imag++ = 0; in ixheaacd_mps_par2umx_pred()
331 *h_imag++ = -im_weight_fix; in ixheaacd_mps_par2umx_pred()
333 *h_imag++ = im_weight_fix; in ixheaacd_mps_par2umx_pred()
Dixheaacd_mps_dec.h370 ia_mps_bs_frame *curr_bit_stream, WORD32 *h_imag,