Searched defs:hInvFilt (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
H A Dinvf_est.cpp420 FDKsbrEnc_qmfInverseFilteringDetector(HANDLE_SBR_INV_FILT_EST hInvFilt, /*!< Handle to the SBR_INV_FILT_EST struct. */ argument
435 for(band = 0 ; band < hInvFilt->noDetectorBands; band++){
436 INT startChannel = hInvFilt->freqBandTableInvFilt[band];
437 INT stopChannel = hInvFilt->freqBandTableInvFilt[band+1];
443 &hInvFilt->detectorValues[band],
448 hInvFilt->numberOfStrongest);
450 infVec[band]= decisionAlgorithm( hInvFilt->detectorParams,
451 &hInvFilt->detectorValues[band],
453 &hInvFilt->prevRegionSbr[band],
454 &hInvFilt
470 FDKsbrEnc_initInvFiltDetector(HANDLE_SBR_INV_FILT_EST hInvFilt, INT* freqBandTableDetector, INT numDetectorBands, UINT useSpeechConfig ) argument
517 FDKsbrEnc_resetInvFiltDetector(HANDLE_SBR_INV_FILT_EST hInvFilt, INT* freqBandTableDetector, INT numDetectorBands) argument
[all...]

Completed in 27 milliseconds