Searched refs:h_imag (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_pre_mix.c | 119 WORD32 h_imag[2 * MAX_PARAMETER_BANDS]; in ixheaacd_pre_and_mix_matrix_calculation() local 126 WORD32 *h_im = &h_imag[0]; in ixheaacd_pre_and_mix_matrix_calculation() 129 memset(h_imag, 0, 2 * MAX_PARAMETER_BANDS * sizeof(WORD32)); in ixheaacd_pre_and_mix_matrix_calculation() 134 ixheaacd_mps_par2umx_pred(self, curr_bit_stream, h_imag, h_real, ps, in ixheaacd_pre_and_mix_matrix_calculation() 145 ixheaacd_mps_par2umx_pred(self, curr_bit_stream, h_imag, h_real, ps, in ixheaacd_pre_and_mix_matrix_calculation() 282 ia_mps_bs_frame *curr_bit_stream, WORD32 *h_imag, in ixheaacd_mps_par2umx_pred() argument 295 *h_imag++ = 0; in ixheaacd_mps_par2umx_pred() 296 *h_imag++ = 0; in ixheaacd_mps_par2umx_pred() 329 *h_imag++ = -im_weight_fix; in ixheaacd_mps_par2umx_pred() 331 *h_imag++ = im_weight_fix; in ixheaacd_mps_par2umx_pred()
|
D | ixheaacd_mps_dec.h | 370 ia_mps_bs_frame *curr_bit_stream, WORD32 *h_imag,
|