Searched refs:timeSlot (Results 1 – 3 of 3) sorted by relevance
911 int timeSlot, band; in FDKsbrEnc_fastTransientDetect() local942 for (timeSlot = lookahead; timeSlot < nTimeSlots + lookahead; timeSlot++) { in FDKsbrEnc_fastTransientDetect()953 int tmp_headroom = fNormz(Energies[timeSlot][band]) - 1; in FDKsbrEnc_fastTransientDetect()964 fMult(Energies[timeSlot][band] << headroomEnSlot, in FDKsbrEnc_fastTransientDetect()975 energy_timeSlots[timeSlot] = tmpE; in FDKsbrEnc_fastTransientDetect()985 if (timeSlot < YBufferWriteOffset) { in FDKsbrEnc_fastTransientDetect()986 energy_timeSlots_scale[timeSlot] = in FDKsbrEnc_fastTransientDetect()990 energy_timeSlots_scale[timeSlot] = in FDKsbrEnc_fastTransientDetect()1000 if (-energy_timeSlots_scale[timeSlot - 1] + 1 > 5) { in FDKsbrEnc_fastTransientDetect()1006 scaleValue(smallNRG, -(energy_timeSlots_scale[timeSlot - 1] + 1)); in FDKsbrEnc_fastTransientDetect()[all …]
664 void expandPredEsg(const PVC_DYNAMIC_DATA *pPvcDynamicData, const int timeSlot, in expandPredEsg() argument668 const FIXP_DBL *predEsg = pPvcDynamicData->predEsg[timeSlot]; in expandPredEsg()673 pOutput_exp[k] = (SCHAR)pPvcDynamicData->predEsg_exp[timeSlot]; in expandPredEsg()679 pOutput_exp[k] = (SCHAR)pPvcDynamicData->predEsg_exp[timeSlot]; in expandPredEsg()
234 void expandPredEsg(const PVC_DYNAMIC_DATA *pPvcDynamicData, const int timeSlot,