Searched refs:vib (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_head.c76 const int vib = asyc->procamp.color_vibrance - 100; local
78 const int adj = (vib > 0) ? 50 : 0;
79 asyh->procamp.sat.cos = ((vib * 2047 + adj) / 100) & 0xfff;

Completed in 197 milliseconds