Home | History | Annotate | Download | only in codec

Lines Matching refs:y1_pos

1306     int y1_pos = pos + (y1_index - y_index) * 9 * 3;

1314 int y_r_delta = g_CMYKSamples[pos] - g_CMYKSamples[y1_pos];
1315 int y_g_delta = g_CMYKSamples[pos + 1] - g_CMYKSamples[y1_pos + 1];
1316 int y_b_delta = g_CMYKSamples[pos + 2] - g_CMYKSamples[y1_pos + 2];