Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dtran_det.cpp911 int timeSlot, band; in FDKsbrEnc_fastTransientDetect() local
942 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 …]
/external/aac/libSBRdec/src/
Dpvc_dec.cpp665 void expandPredEsg(const PVC_DYNAMIC_DATA *pPvcDynamicData, const int timeSlot, in expandPredEsg() argument
669 const FIXP_DBL *predEsg = pPvcDynamicData->predEsg[timeSlot]; in expandPredEsg()
674 pOutput_exp[k] = (SCHAR)pPvcDynamicData->predEsg_exp[timeSlot]; in expandPredEsg()
680 pOutput_exp[k] = (SCHAR)pPvcDynamicData->predEsg_exp[timeSlot]; in expandPredEsg()
Dpvc_dec.h234 void expandPredEsg(const PVC_DYNAMIC_DATA *pPvcDynamicData, const int timeSlot,