Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dtran_det.cpp909 int timeSlot, band; in FDKsbrEnc_fastTransientDetect() local
938 for(timeSlot = lookahead; timeSlot < nTimeSlots + lookahead; timeSlot++) { in FDKsbrEnc_fastTransientDetect()
949 int tmp_headroom = fNormz(Energies[timeSlot][band])-1; in FDKsbrEnc_fastTransientDetect()
959 …FIXP_DBL weightedEnergy = fMult(Energies[timeSlot][band]<<headroomEnSlot, h_sbrFastTransientDetect… in FDKsbrEnc_fastTransientDetect()
968 energy_timeSlots[timeSlot] = tmpE; in FDKsbrEnc_fastTransientDetect()
976 if(timeSlot < YBufferWriteOffset){ in FDKsbrEnc_fastTransientDetect()
977 …energy_timeSlots_scale[timeSlot] = (-scaleEnergies[0]+2*QMF_SCALE_OFFSET) + (10+6) - headroomEnSlo… in FDKsbrEnc_fastTransientDetect()
979 …energy_timeSlots_scale[timeSlot] = (-scaleEnergies[1]+2*QMF_SCALE_OFFSET) + (10+6) - headroomEnSlo… in FDKsbrEnc_fastTransientDetect()
987 if ( -energy_timeSlots_scale[timeSlot-1] + 1 > 5 ) in FDKsbrEnc_fastTransientDetect()
993 smallNRG = scaleValue(smallNRG, -(energy_timeSlots_scale[timeSlot-1] + 1)); in FDKsbrEnc_fastTransientDetect()
[all …]