Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp1305 int y1_index = fix_y >> 13; in AdobeCMYK_to_sRGB1() local
1306 if (y1_index == y_index) { in AdobeCMYK_to_sRGB1()
1307 y1_index = y1_index == 8 ? y1_index - 1 : y1_index + 1; 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()