Home
last modified time | relevance | path

Searched refs:maxComp (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp912 INT maxComp, UCHAR *pPrevEnvComp, in calculateCompVector() argument
964 if (compValue > maxComp) compValue = maxComp; in calculateCompVector()
985 if (compValue > maxComp) compValue = maxComp; in calculateCompVector()
1036 INT maxComp = h_sbrMHDet->mhParams->maxComp; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1094 maxComp, h_sbrMHDet->prevEnvelopeCompensation, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
Dmh_det.h143 INT maxComp; /*!< maximum alllowed compensation factor for the envelope data. member
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp561 inline float maxComp (const Vec3& v) in maxComp() function
573 return maxComp(rgb) - minComp(rgb); in saturation()
583 const float maxC = maxComp(color); in setLum()
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp131 static T maxComp (const Vector<T, Size>& vec) in maxComp() function