Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1796 int y_rate = (fix_y - (y_index << 13)) * (y_index - y1_index); in AdobeCMYK_to_sRGB1() local
1797 fix_r += (g_CMYK[pos] - g_CMYK[y1_pos]) * y_rate / 32; in AdobeCMYK_to_sRGB1()
1798 fix_g += (g_CMYK[pos + 1] - g_CMYK[y1_pos + 1]) * y_rate / 32; in AdobeCMYK_to_sRGB1()
1799 fix_b += (g_CMYK[pos + 2] - g_CMYK[y1_pos + 2]) * y_rate / 32; in AdobeCMYK_to_sRGB1()