Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp409 *detectorParams, /*!< Struct with the detector parameters. */ in decisionAlgorithm()
420 const INT numRegionsSbr = detectorParams->numRegionsSbr; in decisionAlgorithm()
421 const INT numRegionsOrig = detectorParams->numRegionsOrig; in decisionAlgorithm()
422 const INT numRegionsNrg = detectorParams->numRegionsNrg; in decisionAlgorithm()
456 FDKmemcpy(quantStepsSbrTmp, detectorParams->quantStepsSbr, in decisionAlgorithm()
458 FDKmemcpy(quantStepsOrigTmp, detectorParams->quantStepsOrig, in decisionAlgorithm()
463 detectorParams->quantStepsSbr[*prevRegionSbr] + hysteresis; in decisionAlgorithm()
466 detectorParams->quantStepsSbr[*prevRegionSbr - 1] - hysteresis; in decisionAlgorithm()
470 detectorParams->quantStepsOrig[*prevRegionOrig] + hysteresis; in decisionAlgorithm()
473 detectorParams->quantStepsOrig[*prevRegionOrig - 1] - hysteresis; in decisionAlgorithm()
[all …]
Dinvf_est.h155 const DETECTOR_PARAMETERS *detectorParams; member