Searched refs:nMaxColors (Results 1 – 1 of 1) sorted by relevance
896 int nMaxColors = 1; in TranslateImageLine() local898 nMaxColors *= 52; in TranslateImageLine()905 bTranslate = nPixelCount.ValueOrDie() < nMaxColors * 3 / 2; in TranslateImageLine()914 m_pCache.reset(FX_Alloc2D(uint8_t, nMaxColors, 3)); in TranslateImageLine()916 FX_Alloc2D(uint8_t, nMaxColors, nComponents)); in TranslateImageLine()918 for (int i = 0; i < nMaxColors; i++) { in TranslateImageLine()920 uint32_t order = nMaxColors / 52; in TranslateImageLine()928 m_pProfile->transform(), m_pCache.get(), temp_src.get(), nMaxColors); in TranslateImageLine()