HomeSort by relevance Sort by last modified time
    Searched defs:nB (Results 1 - 2 of 2) sorted by null

  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 60 int nR, nG, nB;
73 nB = *(pY + i * width + j);
76 cb(nB, nB, nB, &ctx);
97 // nB = (int)(1.164 * nY + 1.596 * nV);
99 nB = (int)(1192 * nY + 2066 * nU);
105 nB = min(262143, max(0, nB));
109 nB >>= 10; nB &= 0xff
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 387 static const domainname *nB = (const domainname*)"\x1" "b" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa";
402 if (d5 && SameDomainName(d5, nB)) return(mDNStrue);
    [all...]

Completed in 73 milliseconds