Searched refs:maxComp (Results 1 – 4 of 4) sorted by relevance
973 INT maxComp, in calculateCompVector() argument1024 if (compValue > maxComp) in calculateCompVector()1025 compValue = maxComp; in calculateCompVector()1042 if (compValue > maxComp) in calculateCompVector()1043 compValue = maxComp; in calculateCompVector()1103 INT maxComp = h_sbrMHDet->mhParams->maxComp; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local1188 maxComp, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
116 INT maxComp; /*!< maximum alllowed compensation factor for the envelope data. */ member
507 inline float maxComp (const Vec3& v) in maxComp() function519 return maxComp(rgb) - minComp(rgb); in saturation()529 const float maxC = maxComp(color); in setLum()
131 static T maxComp (const Vector<T, Size>& vec) in maxComp() function