Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dps_encode.h163 FIXP_DBL iidQuantErrorThreshold; member
175 const FIXP_DBL iidQuantErrorThreshold);
Dps_main.h136 LONG iidQuantErrorThreshold; /* quantization threshold to switch between member
179 FIXP_DBL iidQuantErrorThreshold; member
Dps_encode.cpp763 const FIXP_DBL iidQuantErrorThreshold) { in FDKsbrEnc_InitPSEncode() argument
794 hPsEncode->iidQuantErrorThreshold = iidQuantErrorThreshold; in FDKsbrEnc_InitPSEncode()
952 hPsEncode->iidQuantErrorThreshold); in FDKsbrEnc_PSEncode()
Dps_main.cpp203 hPsEncConfig->iidQuantErrorThreshold))) { in PSEnc_Init()
Dsbr_encoder.cpp2310 psEncConfig.iidQuantErrorThreshold = in sbrEncoder_Init()
2311 (FIXP_DBL)psTuningTable[psTuningTableIdx].iidQuantErrorThreshold; in sbrEncoder_Init()