Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp1291 int y_index = (fix_y + 4096) >> 13; in AdobeCMYK_to_sRGB1() local
1293 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3; in AdobeCMYK_to_sRGB1()
1306 if (y1_index == y_index) { in AdobeCMYK_to_sRGB1()
1315 int y1_pos = pos + (y1_index - y_index) * 9 * 3; in AdobeCMYK_to_sRGB1()
1337 int y_rate = (fix_y - (y_index << 13)) * (y_index - y1_index); in AdobeCMYK_to_sRGB1()