Searched refs:hyb_output_real_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() local94 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()98 hyb_output_real_dry = p_hyb_out_dry_real; in ixheaacd_apply_m2()102 memset(hyb_output_real_dry, 0, (hybrid_bands) * sizeof(hyb_output_real_dry[0])); in ixheaacd_apply_m2()105 hyb_output_real_dry += MAX_HYBRID_BANDS; in ixheaacd_apply_m2()120 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()140 hyb_output_real_dry = p_hyb_out_dry_re; in ixheaacd_apply_m2()149 *hyb_output_real_dry = *hyb_output_real_dry + temp_1; in ixheaacd_apply_m2()150 hyb_output_real_dry++; in ixheaacd_apply_m2()187 hyb_output_real_dry = p_hyb_out_dry_re; in ixheaacd_apply_m2()[all …]
99 WORD32 *hyb_output_real_dry, *n_slot_nrg; in ixheaacd_extract_bb_env() local126 p_hyb_out_dry_real = pstr_mps_state->array_struct->hyb_output_real_dry + ch * TSXHB + 12; in ixheaacd_extract_bb_env()140 hyb_output_real_dry = p_hyb_out_dry_real; in ixheaacd_extract_bb_env()144 temp_1 = (*hyb_output_real_dry + *p_buffer_re); in ixheaacd_extract_bb_env()151 hyb_output_real_dry++; in ixheaacd_extract_bb_env()161 temp_1 = (*hyb_output_real_dry + *p_buffer_re); in ixheaacd_extract_bb_env()168 hyb_output_real_dry++; in ixheaacd_extract_bb_env()173 temp_1 = (*hyb_output_real_dry + *p_buffer_re); in ixheaacd_extract_bb_env()180 hyb_output_real_dry++; in ixheaacd_extract_bb_env()269 hyb_output_real_dry = p_buffer_real; in ixheaacd_extract_bb_env()[all …]
347 WORD32 *hyb_output_real_dry, *hyb_output_imag_dry; in ixheaacd_subband_tp() local478 hyb_output_real_dry = in ixheaacd_subband_tp()479 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 6; in ixheaacd_subband_tp()484 *p_buffer_re++ = hyb_output_real_dry[0] + hyb_output_real_dry[1]; in ixheaacd_subband_tp()487 hyb_output_real_dry += TSXHB; in ixheaacd_subband_tp()491 hyb_output_real_dry = in ixheaacd_subband_tp()492 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 8; in ixheaacd_subband_tp()497 *p_buffer_re++ = hyb_output_real_dry[0] + hyb_output_real_dry[1]; in ixheaacd_subband_tp()500 hyb_output_real_dry += TSXHB; in ixheaacd_subband_tp()505 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 10; in ixheaacd_subband_tp()[all …]
290 p_array_struct->hyb_output_real_dry = p_array_struct->res_mdct; in ixheaacd_set_scratch_buffers()294 p_array_struct->x_real = p_array_struct->hyb_output_real_dry; in ixheaacd_set_scratch_buffers()297 p_array_struct->time_out = p_array_struct->hyb_output_real_dry; in ixheaacd_set_scratch_buffers()
800 WORD32 *hyb_output_real_dry; member