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