Searched refs:hyb_output_imag_dry (Results 1 – 5 of 5) sorted by relevance
57 WORD32 *hyb_output_real_dry, *hyb_output_imag_dry, *hyb_output_real_wet, *hyb_output_imag_wet; in ixheaacd_apply_m2() local95 p_hyb_out_dry_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_apply_m2()99 hyb_output_imag_dry = p_hyb_out_dry_imag; in ixheaacd_apply_m2()103 memset(hyb_output_imag_dry, 0, (hybrid_bands) * sizeof(hyb_output_imag_dry[0])); in ixheaacd_apply_m2()106 hyb_output_imag_dry += MAX_HYBRID_BANDS; in ixheaacd_apply_m2()121 p_hyb_out_dry_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_apply_m2()141 hyb_output_imag_dry = p_hyb_out_dry_im; in ixheaacd_apply_m2()155 *hyb_output_imag_dry = *hyb_output_imag_dry + temp_1; in ixheaacd_apply_m2()156 hyb_output_imag_dry++; in ixheaacd_apply_m2()188 hyb_output_imag_dry = p_hyb_out_dry_im; in ixheaacd_apply_m2()[all …]
100 WORD32 *hyb_output_imag_dry; in ixheaacd_extract_bb_env() local127 p_hyb_out_dry_imag = pstr_mps_state->array_struct->hyb_output_imag_dry + ch * TSXHB + 12; in ixheaacd_extract_bb_env()141 hyb_output_imag_dry = p_hyb_out_dry_imag; in ixheaacd_extract_bb_env()145 temp4 = (*hyb_output_imag_dry + *p_buffer_im); in ixheaacd_extract_bb_env()152 hyb_output_imag_dry++; in ixheaacd_extract_bb_env()162 temp4 = (*hyb_output_imag_dry + *p_buffer_im); in ixheaacd_extract_bb_env()169 hyb_output_imag_dry++; in ixheaacd_extract_bb_env()174 temp4 = (*hyb_output_imag_dry + *p_buffer_im); in ixheaacd_extract_bb_env()181 hyb_output_imag_dry++; in ixheaacd_extract_bb_env()270 hyb_output_imag_dry = p_buffer_imag; in ixheaacd_extract_bb_env()[all …]
347 WORD32 *hyb_output_real_dry, *hyb_output_imag_dry; in ixheaacd_subband_tp() local480 hyb_output_imag_dry = in ixheaacd_subband_tp()481 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 6; in ixheaacd_subband_tp()485 *p_buffer_im++ = hyb_output_imag_dry[0] + hyb_output_imag_dry[1]; in ixheaacd_subband_tp()488 hyb_output_imag_dry += TSXHB; in ixheaacd_subband_tp()493 hyb_output_imag_dry = in ixheaacd_subband_tp()494 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 8; in ixheaacd_subband_tp()498 *p_buffer_im++ = hyb_output_imag_dry[0] + hyb_output_imag_dry[1]; in ixheaacd_subband_tp()501 hyb_output_imag_dry += TSXHB; in ixheaacd_subband_tp()507 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 10; in ixheaacd_subband_tp()[all …]
291 p_array_struct->hyb_output_imag_dry = in ixheaacd_set_scratch_buffers()295 p_array_struct->x_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_set_scratch_buffers()
801 WORD32 *hyb_output_imag_dry; member