HomeSort by relevance Sort by last modified time
    Searched refs:prevLowBandEnergy (Results 1 - 3 of 3) sorted by null

  /external/aac/libSBRenc/src/
tran_det.h 100 FIXP_DBL prevLowBandEnergy; /* Energy of low band */
tran_det.cpp 338 /* prevLowBandEnergy: Corresponds to 1 frame, starting with half a frame look-behind
340 EnergyTotal = (newLowbandEnergy + h_sbrTransientDetector->prevLowBandEnergy) >> 1;
360 /* Update prevLowBandEnergy */
361 h_sbrTransientDetector->prevLowBandEnergy = newLowbandEnergy;
697 h_sbrTransientDetector->prevLowBandEnergy = FL2FXCONST_DBL(0.0f);
env_est.cpp     [all...]

Completed in 464 milliseconds