Searched refs:energy_timeSlots (Results 1 – 2 of 2) sorted by relevance
816 h_sbrFastTransientDetector->energy_timeSlots[i] = FL2FXCONST_DBL(0.0f); in FDKsbrEnc_InitSbrFastTransientDetector()923 FIXP_DBL * energy_timeSlots = h_sbrFastTransientDetector->energy_timeSlots; in FDKsbrEnc_fastTransientDetect() local968 energy_timeSlots[timeSlot] = tmpE; in FDKsbrEnc_fastTransientDetect()994 denominator = (energy_timeSlots[timeSlot-1]>>1) + smallNRG; in FDKsbrEnc_fastTransientDetect()998 delta_energy[timeSlot] = fDivNorm(energy_timeSlots[timeSlot], denominator, &norm); in FDKsbrEnc_fastTransientDetect()1012 FIXP_DBL energy_cur_slot_weighted = fMult(energy_timeSlots[timeSlot],FL2FXCONST_DBL(1.0f/1.4f)); in FDKsbrEnc_fastTransientDetect()1015 …!fIsLessThan(energy_cur_slot_weighted, energy_timeSlots_scale[timeSlot], energy_timeSlots[timeSlot… in FDKsbrEnc_fastTransientDetect()1016 …!fIsLessThan(energy_cur_slot_weighted, energy_timeSlots_scale[timeSlot], energy_timeSlots[timeSlot… in FDKsbrEnc_fastTransientDetect()1062 energy_timeSlots[timeSlot] = energy_timeSlots[nTimeSlots + timeSlot]; in FDKsbrEnc_fastTransientDetect()
135 FIXP_DBL energy_timeSlots[QMF_MAX_TIME_SLOTS + TRAN_DET_LOOKAHEAD]; member