Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_icc.cpp1567 int y_index = (fix_y + 4096) >> 13; in AdobeCMYK_to_sRGB1() local
1569 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3; in AdobeCMYK_to_sRGB1()
1582 if (y1_index == y_index) { in AdobeCMYK_to_sRGB1()
1591 int y1_pos = pos + (y1_index - y_index) * 9 * 3; in AdobeCMYK_to_sRGB1()
1613 int y_rate = (fix_y - (y_index << 13)) * (y_index - y1_index); in AdobeCMYK_to_sRGB1()