Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp1297 int c1_index = fix_c >> 13; in AdobeCMYK_to_sRGB1() local
1298 if (c1_index == c_index) { in AdobeCMYK_to_sRGB1()
1299 c1_index = c1_index == 8 ? c1_index - 1 : c1_index + 1; in AdobeCMYK_to_sRGB1()
1313 int c1_pos = pos + (c1_index - c_index) * 9 * 9 * 9 * 3; in AdobeCMYK_to_sRGB1()
1329 int c_rate = (fix_c - (c_index << 13)) * (c_index - c1_index); in AdobeCMYK_to_sRGB1()