HomeSort by relevance Sort by last modified time
    Searched refs:nB (Results 1 - 6 of 6) 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/sonivox/jet_tools/JetCreator/
img_Open.py 59 \xfb\xbeS.\x97\xa9\x89\xf7\x99/\xcf\xe3\xf7$Z\x8dl\xbf7P\x9aqS\nB\x08Z\xcd6I\
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 190 u32 available, neighbour_t *nA, neighbour_t *nB, u32 index,
    [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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
regexp.js     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]

Completed in 121 milliseconds