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

/external/aac/libSBRenc/src/
H A Dps_encode.cpp518 const INT diffThr = (psData->iidQuantMode == PS_IID_RES_COARSE) ? 2 : 3; local
519 const INT sumDiffThr = diffThr * psBands/4;
533 if ( (diff > diffThr) /* more than x quantization steps in any band */
550 const INT diffThr = 2; local
551 const INT sumDiffThr = diffThr * psBands/4;
565 if ( (diff > diffThr) /* more than x quantisation step in any band */

Completed in 87 milliseconds