Searched refs:bandwidth_qmf_slot (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
H A Dtran_det.h154 const INT bandwidth_qmf_slot,
H A Dtran_det.cpp798 const INT bandwidth_qmf_slot,
821 FDK_ASSERT(bandwidth_qmf_slot > 0.f);
822 h_sbrFastTransientDetector->stopBand = fMin(TRAN_DET_STOP_FREQ/bandwidth_qmf_slot, no_qmf_channels);
837 myExp = fMultNorm(QMF_HP_dBd_SLOPE_FIX, (FIXP_DBL)bandwidth_qmf_slot, &e);
795 FDKsbrEnc_InitSbrFastTransientDetector( HANDLE_FAST_TRAN_DET h_sbrFastTransientDetector, const INT time_slots_per_frame, const INT bandwidth_qmf_slot, const INT no_qmf_channels, const INT sbr_qmf_1st_band ) argument
H A Dsbr_encoder.cpp1436 INT bandwidth_qmf_slot = (sbrConfigData->sampleFreq>>1) / (sbrConfigData->noQmfBands); local
1440 bandwidth_qmf_slot,

Completed in 90 milliseconds