/external/aac/libMpegTPDec/src/ |
tpdec_asc.cpp | 643 static INT getSampleRate(HANDLE_FDK_BITSTREAM bs, UCHAR *index, int nBits) 648 idx = FDKreadBits(bs, nBits); 649 if( idx == (1<<nBits)-1 ) { [all...] |
/external/jpeg/ |
jdhuff.c | 295 int nbits) 296 /* Load up the bit buffer to a depth of at least nbits */ 367 if (nbits > bits_left) {
|
/external/qemu/distrib/jpeg-6b/ |
jdhuff.c | 295 int nbits) 296 /* Load up the bit buffer to a depth of at least nbits */ 367 if (nbits > bits_left) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 46 * We will often need to do a mod operator (i mod nbits). Its 48 * same as (i & (nbits-1)). Since mod is slow, we use a
|
/external/chromium_org/tools/android/memdump/ |
memdump.cc | 36 void resize(size_t nbits) { 37 data_.resize((nbits + 7) / 8);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
sf_estim.c | 247 * nbits = 0.7*nLines*ldRation for ldRation >= c1 248 * nbits = 0.7*nLines*(c2 + c3*ldRatio) for ldRation < c1
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 394 Word16 nbits, /* (i) : number of bits (6 or 7) */ 406 Word16 nbits, /* (i) : number of bits (6 or 7) */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 119 def nbits(n): function in function:expand_substates 129 substates.sort(key=nbits, reverse=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 119 def nbits(n): function in function:expand_substates 129 substates.sort(key=nbits, reverse=True)
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 362 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); local 363 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
vpaes-x86_64.pl | 695 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 743 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 751 xor \$32,%r8d # nbits==192?0:32
|
vpaes-x86.pl | 761 &mov (&DWP(240,$key),$base); # AES_KEY->rounds = nbits/32+5; 785 &mov (&DWP(240,$key),$base); # AES_KEY->rounds = nbits/32+5;
|
/external/openssl/crypto/aes/asm/ |
vpaes-x86_64.pl | 695 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 743 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 751 xor \$32,%r8d # nbits==192?0:32
|
vpaes-x86.pl | 761 &mov (&DWP(240,$key),$base); # AES_KEY->rounds = nbits/32+5; 785 &mov (&DWP(240,$key),$base); # AES_KEY->rounds = nbits/32+5;
|
/external/webp/src/enc/ |
vp8l.c | 362 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); local 363 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2; [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 461 int der_length_bit_string(unsigned long nbits, unsigned long *outlen);
|
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |
/external/openssh/ |
monitor_wrap.c | 180 mm_choose_dh(int min, int nbits, int max) 188 buffer_put_int(&m, nbits); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | [all...] |
/external/elfutils/src/ |
readelf.c | 2661 uint_fast32_t nbits = 0; local 5503 unsigned int nbits = count * size * 8; local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
crypto.js | 301 function nbits(x) { function 315 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM)); 464 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus 623 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; 1128 i = nbits(e_array[j])-1; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-crypto.html | 300 function nbits(x) { 314 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM)); 463 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus 622 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; 1127 i = nbits(e_array[j])-1; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-crypto.js | 293 function nbits(x) { function 307 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM)); 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus 615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; 1120 i = nbits(e_array[j])-1; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-crypto.js | 293 function nbits(x) { function 307 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM)); 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus 615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; 1120 i = nbits(e_array[j])-1; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-crypto.js | 293 function nbits(x) { function 307 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM)); 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus 615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; 1120 i = nbits(e_array[j])-1; [all...] |