Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1772 int c1_index = fix_c >> 13; in AdobeCMYK_to_sRGB1() local
1773 if (c1_index == c_index) in AdobeCMYK_to_sRGB1()
1774 c1_index = c1_index == 8 ? c1_index - 1 : c1_index + 1; in AdobeCMYK_to_sRGB1()
1784 int c1_pos = pos + (c1_index - c_index) * 9 * 9 * 9 * 3; in AdobeCMYK_to_sRGB1()
1788 int c_rate = (fix_c - (c_index << 13)) * (c_index - c1_index); in AdobeCMYK_to_sRGB1()