Searched refs:tmp_cb (Results 1 – 2 of 2) sorted by relevance
554 struct hnae_desc_cb tmp_cb = ring->desc_cb[i]; in hnae_replace_buffer() local558 *res_cb = tmp_cb; in hnae_replace_buffer()
779 int tmp_cb, tmp_cr; in precalculate_color() local790 tmp_cb = (cb * cos(128 + tpg->hue)) / 127 + (cr * sin[128 + tpg->hue]) / 127; in precalculate_color()793 cb = (128 << 4) + (tmp_cb * tpg->contrast * tpg->saturation) / (128 * 128); in precalculate_color()