Lines Matching refs:pB
695 # define pB in[i*3-1]
709 NO_LIGHTS + ((pR - (pG + pB) / 2) + (nR - (nG + nB) / 2)))
715 NO_LIGHTS + ((pG - (pR + pB) / 2) + (nG - (nR + nB) / 2)))
721 NO_LIGHTS + ((pB - (pG + pR) / 2) + (nB - (nG + nR) / 2)))
722 out[i * 3 + 2] = (pB + nB) / 2;
734 # undef pB
749 # define pB in[i*4 - 4]
772 NO_LIGHTS + ((pR - ((pGa + pGb) / 2 + pB) / 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) +
793 out[i * 4 + 0] = (pB + nB) / 2;
807 # undef pB