Lines Matching refs:nB
698 # define nB in[i*3+5]
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;
737 # undef nB
753 # define nB in[i*4 + 4]
773 (nR - ((nGa + nGb) / 2 + nB) / 2)))
779 (nGa - (nR + nB) / 2)))
785 (nGb - (nR + nB) / 2)))
792 (nB - ((nGa + nGb) / 2 + nR) / 2)))
793 out[i * 4 + 0] = (pB + nB) / 2;
811 # undef nB