Searched refs:maxComp (Results 1 – 4 of 4) sorted by relevance
912 INT maxComp, UCHAR *pPrevEnvComp, in calculateCompVector() argument964 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() local1094 maxComp, h_sbrMHDet->prevEnvelopeCompensation, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
143 INT maxComp; /*!< maximum alllowed compensation factor for the envelope data. member
561 inline float maxComp (const Vec3& v) in maxComp() function573 return maxComp(rgb) - minComp(rgb); in saturation()583 const float maxC = maxComp(color); in setLum()
131 static T maxComp (const Vector<T, Size>& vec) in maxComp() function