Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_reshape_bb_env.c195 ixheaacd_mps_reshape_add32(temp4, temp_1, &q_part_nrg_fix[pb], *q_slot_nrg); in ixheaacd_extract_bb_env()
197 frame_nrg_fix = ixheaacd_mps_reshape_add32(frame_nrg_fix, *n_slot_nrg++, in ixheaacd_extract_bb_env()
206 ixheaacd_mps_reshape_add32(temp_1, temp4, &q_frame_nrg_fix, q_frame_nrg_prev); in ixheaacd_extract_bb_env()
219 env_fix_l = ixheaacd_mps_reshape_add32(env_fix_l, temp_1, &q_env_fix_l, qtemp1); in ixheaacd_extract_bb_env()
228 *norm_nrg_fix = ixheaacd_mps_reshape_add32(temp4, temp_1, q_norm_nrg_fix, q_env_fix_l); in ixheaacd_extract_bb_env()
313 ixheaacd_mps_reshape_add32(temp4, temp_1, &q_part_nrg_fix[pb], *q_slot_nrg); in ixheaacd_extract_bb_env()
314 frame_nrg_fix = ixheaacd_mps_reshape_add32(frame_nrg_fix, *n_slot_nrg++, in ixheaacd_extract_bb_env()
323 ixheaacd_mps_reshape_add32(temp_1, temp4, &q_frame_nrg_fix, q_frame_nrg_prev); in ixheaacd_extract_bb_env()
336 env_fix_l = ixheaacd_mps_reshape_add32(env_fix_l, temp_1, &q_env_fix_l, qtemp1); in ixheaacd_extract_bb_env()
345 *norm_nrg_fix = ixheaacd_mps_reshape_add32(temp4, temp_1, q_norm_nrg_fix, q_env_fix_l); in ixheaacd_extract_bb_env()
Dixheaacd_mps_basic_op.h77 static PLATFORM_INLINE WORD32 ixheaacd_mps_reshape_add32(WORD32 op1, WORD32 op2, WORD16 *qop1, in ixheaacd_mps_reshape_add32() function