Lines Matching refs:pR
693 # define pR in[i*3-3]
709 NO_LIGHTS + ((pR - (pG + pB) / 2) + (nR - (nG + nB) / 2)))
710 out[i * 3] = (pR + nR) / 2;
715 NO_LIGHTS + ((pG - (pR + pB) / 2) + (nG - (nR + nB) / 2)))
721 NO_LIGHTS + ((pB - (pG + pR) / 2) + (nB - (nG + nR) / 2)))
732 # undef pR
752 # define pR in[i*4 - 1]
772 NO_LIGHTS + ((pR - ((pGa + pGb) / 2 + pB) / 2) +
774 out[i * 4 + 3] = (pR + nR) / 2;
778 if (Ga - (R + B) / 2 > NO_LIGHTS + ((pGa - (pR + pB) / 2) +
784 if (Gb - (R + B) / 2 > NO_LIGHTS + ((pGb - (pR + pB) / 2) +
791 NO_LIGHTS + ((pB - ((pGa + pGb) / 2 + pR) / 2) +
804 # undef pR