Searched refs:fix_y (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_icc.cpp1563 int fix_y = y << 8; local
1567 int y_index = (fix_y + 4096) >> 13;
1581 int y1_index = fix_y >> 13;
1613 int y_rate = (fix_y - (y_index << 13)) * (y_index - y1_index);

Completed in 131 milliseconds