Lines Matching refs:procamp
73 if (asyh->set.procamp) head->func->procamp (head, asyh);
83 const int vib = asyc->procamp.color_vibrance - 100;
84 const int hue = asyc->procamp.vibrant_hue - 90;
86 asyh->procamp.sat.cos = ((vib * 2047 + adj) / 100) & 0xfff;
87 asyh->procamp.sat.sin = ((hue * 2047) / 100) & 0xfff;
88 asyh->set.procamp = true;
369 if (asyc->set.procamp)
463 asyh->procamp = armh->procamp;