Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dps_encode.h154 FIXP_DBL iidQuantErrorThreshold; member
170 const FIXP_DBL iidQuantErrorThreshold
Dps_main.h124 …LONG iidQuantErrorThreshold; /* quantization threshold to switch between c… member
163 FIXP_DBL iidQuantErrorThreshold; member
Dps_encode.cpp778 const FIXP_DBL iidQuantErrorThreshold in FDKsbrEnc_InitPSEncode() argument
806 hPsEncode->iidQuantErrorThreshold = iidQuantErrorThreshold; in FDKsbrEnc_InitPSEncode()
964 processIidData(hPsData, iid, psBands, nEnvelopes, hPsEncode->iidQuantErrorThreshold); in FDKsbrEnc_PSEncode()
Dps_main.cpp205 …cStereo->hPsEncode, (PS_BANDS) hPsEncConfig->nStereoBands, hPsEncConfig->iidQuantErrorThreshold))){ in PSEnc_Init()
Dsbr_encoder.cpp2137 …psEncConfig.iidQuantErrorThreshold = (FIXP_DBL)psTuningTable[psTuningTableIdx].iidQuantErrorThresh… in sbrEncoder_Init()