Searched refs:nColorVals (Results 1 – 1 of 1) sorted by relevance
1182 const int nColorVals = this->numColorValues(); in getColorValueEncoding() local1183 if (nColorVals <= 0) { in getColorValueEncoding()1191 if (colorBits < ((13 * nColorVals + 4) / 5)) { in getColorValueEncoding()1216 ((nColorVals*8*trits + 4) / 5) + in getColorValueEncoding()1217 ((nColorVals*7*quints + 2) / 3) + in getColorValueEncoding()1218 (nColorVals*bits); in getColorValueEncoding()