HomeSort by relevance Sort by last modified time
    Searched refs:nB (Results 1 - 12 of 12) 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/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c 43 unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble;
148 nB = (bitbufB >> 6) & 0x03;
153 if ((nA == 0) && (nB == 0) && (first == 1)) {
165 if ((nA != 0) || (nB != 0)) {
169 if ((err = mp_copy(precomp[nA + (nB<<2)]->x, C->x)) != CRYPT_OK) { goto ERR_MU; }
170 if ((err = mp_copy(precomp[nA + (nB<<2)]->y, C->y)) != CRYPT_OK) { goto ERR_MU; }
171 if ((err = mp_copy(precomp[nA + (nB<<2)]->z, C->z)) != CRYPT_OK) { goto ERR_MU; }
174 if ((err = ltc_mp.ecc_ptadd(C, precomp[nA + (nB<<2)], C, modulus, mp)) != CRYPT_OK) { goto ERR_MU; }
  /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...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js     [all...]

Completed in 3632 milliseconds