Searched refs:y_index (Results 1 – 2 of 2) sorted by relevance
87 int y_index = mad24(groupId_x, TILE_DIM, ly);105 if (x_index < src_rows && y_index < src_cols)107 int index_dst = mad24(y_index, dst_step, mad24(x_index, TSIZE, dst_offset));111 if ((y_index + i) < src_cols)
1897 int y_index = (fix_y + 4096) >> 13; in AdobeCMYK_to_sRGB1() local1899 int pos = (c_index * 9 * 9 * 9 + m_index * 9 * 9 + y_index * 9 + k_index) * 3; in AdobeCMYK_to_sRGB1()1912 if (y1_index == y_index) { in AdobeCMYK_to_sRGB1()1921 int y1_pos = pos + (y1_index - y_index) * 9 * 3; in AdobeCMYK_to_sRGB1()1943 int y_rate = (fix_y - (y_index << 13)) * (y_index - y1_index); in AdobeCMYK_to_sRGB1()