Searched refs:tmp_cr (Results 1 – 1 of 1) sorted by relevance
931 int tmp_cb, tmp_cr; in precalculate_color() local943 tmp_cr = (cr * cos(128 + tpg->hue)) / 127 - (cb * sin[128 + tpg->hue]) / 127; in precalculate_color()946 cr = (128 << 4) + (tmp_cr * tpg->contrast * tpg->saturation) / (128 * 128); in precalculate_color()