Home
last modified time | relevance | path

Searched refs:ixheaacd_mps_narrow (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_reshape_bb_env.c190 *n_slot_nrg = ixheaacd_mps_narrow(*slot_nrg, q_slot_nrg); in ixheaacd_extract_bb_env()
308 *n_slot_nrg = ixheaacd_mps_narrow(*slot_nrg, q_slot_nrg); in ixheaacd_extract_bb_env()
493 tmp = ixheaacd_mps_narrow(inter[ts], &qtemp1); in ixheaacd_reshape_bb_env()
522 slot_amp_dry = ixheaacd_mps_narrow(acc, &q_slot_amp_dry); in ixheaacd_reshape_bb_env()
523 slot_amp_wet = ixheaacd_mps_narrow(acc2, &q_slot_amp_wet); in ixheaacd_reshape_bb_env()
Dixheaacd_mps_decorr.c665 temp_1 = ixheaacd_mps_narrow(direct_nrg[pb], &qtemp); in ixheaacd_ducker_apply_71()
672 temp_1 = ixheaacd_mps_narrow(reverb_nrg[pb], &qtemp); in ixheaacd_ducker_apply_71()
819 temp_1 = ixheaacd_mps_narrow(direct_nrg[pb], &qtemp); in ixheaacd_ducker_apply()
825 temp_1 = ixheaacd_mps_narrow(reverb_nrg[pb], &qtemp); in ixheaacd_ducker_apply()
Dixheaacd_mps_basic_op.h50 static PLATFORM_INLINE WORD32 ixheaacd_mps_narrow(WORD64 a, WORD16 *qfac) { in ixheaacd_mps_narrow() function