Home
last modified time | relevance | path

Searched refs:tmp_cb (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhnae.h554 struct hnae_desc_cb tmp_cb = ring->desc_cb[i]; in hnae_replace_buffer() local
558 *res_cb = tmp_cb; in hnae_replace_buffer()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c779 int tmp_cb, tmp_cr; in precalculate_color() local
790 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()