HomeSort by relevance Sort by last modified time
    Searched full:nbits (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 49 * @param nbits The size of the ANTLRBitSet in bits
51 + (ANTLRBitSet *) newANTLRBitSetWithNBits:(NSUInteger)nbits;
64 - (ANTLRBitSet *) initWithNBits:(NSUInteger)nbits;
  /external/chromium_org/third_party/opus/src/celt/
entcode.c 66 opus_uint32 nbits; local
82 nbits=_this->nbits_total<<BITRES;
92 return nbits-l;
  /external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c 92 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper;
169 nBits = nBits_lower;
171 nBits = nBits_upper;
206 nBits = ec_tell( psRangeEnc );
208 if( useCBR == 0 && iter == 0 && nBits <= maxBits ) {
214 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) {
225 if( nBits > maxBits ) {
233 nBits_upper = nBits;
237 } else if( nBits < maxBits - 5 ) {
239 nBits_lower = nBits;
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c 92 opus_int32 seed_copy, nBits, nBits_lower, nBits_upper, gainMult_lower, gainMult_upper;
175 nBits = nBits_lower;
177 nBits = nBits_upper;
204 nBits = ec_tell( psRangeEnc );
206 if( useCBR == 0 && iter == 0 && nBits <= maxBits ) {
212 if( found_lower && ( gainsID == gainsID_lower || nBits > maxBits ) ) {
223 if( nBits > maxBits ) {
231 nBits_upper = nBits;
235 } else if( nBits < maxBits - 5 ) {
237 nBits_lower = nBits;
    [all...]
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-09-IVSimplify.ll 20 define void @FlipBit(i32* nocapture %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
25 %nbits.addr.02 = phi i32 [ 128, %entry ], [ %dec, %while.body ]
27 %dec = add i32 %nbits.addr.02, -1
  /external/webrtc/src/common_audio/signal_processing/
auto_correlation.c 53 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length); // # of bits in the sum loop local
56 if (t > nbits)
61 scaling = nbits - t;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code)
197 if (stream->incnt < nbits)
202 *code = stream->curr_word >> (32 - nbits);
211 /* Purpose: To see the next "nbits"(nbits<=16) bitstream bits */
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
220 if (stream->incnt < nbits)
226 *code = stream->curr_word >> (32 - nbits);
270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits)
275 if (stream->incnt < nbits)
    [all...]
  /external/jpeg/
jchuff.c 357 register int nbits; local
372 nbits = 0;
374 nbits++;
380 if (nbits > MAX_COEF_BITS+1)
384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
389 if (nbits) /* emit_bits rejects calls with size 0 */
390 if (! emit_bits(state, (unsigned int) temp2, nbits))
416 nbits = 1; /* there must be at least one 1 bit */
418 nbits++
576 register int nbits; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jchuff.c 357 register int nbits; local
372 nbits = 0;
374 nbits++;
380 if (nbits > MAX_COEF_BITS+1)
384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
389 if (nbits) /* emit_bits rejects calls with size 0 */
390 if (! emit_bits(state, (unsigned int) temp2, nbits))
416 nbits = 1; /* there must be at least one 1 bit */
418 nbits++
576 register int nbits; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
cfb128.c 173 /* This expects a single block of size nbits for both in and out. Note that
176 int nbits,const void *key,
183 if (nbits<=0 || nbits>128) return;
189 num = (nbits+7)/8;
197 rem = nbits%8;
198 num = nbits/8;
  /external/openssl/crypto/modes/
cfb128.c 173 /* This expects a single block of size nbits for both in and out. Note that
176 int nbits,const void *key,
183 if (nbits<=0 || nbits>128) return;
189 num = (nbits+7)/8;
197 rem = nbits%8;
198 num = nbits/8;
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_entropy.c 55 long nbits; local
93 nbits=ec_tell(&enc);
96 if(nbits2-nbits!=ftb){
98 nbits2-nbits,ftb);
103 nbits=ec_tell_frac(&enc);
107 entropy,ldexp(nbits,-3),100*(nbits-ldexp(entropy,3))/nbits);
129 if(nbits!=nbits2){
132 ldexp(nbits2,-3),ldexp(nbits,-3))
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_pmeth.c 80 int nbits; member in struct:__anon15609
102 rctx->nbits = 1024;
125 dctx->nbits = sctx->nbits;
530 rctx->nbits = p1;
636 int nbits; local
637 nbits = atoi(value);
638 return EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, nbits);
678 ret = RSA_generate_key_ex(rsa, rctx->nbits, rctx->pub_exp, pcb);
  /external/openssl/crypto/rsa/
rsa_pmeth.c 80 int nbits; member in struct:__anon26055
102 rctx->nbits = 1024;
125 dctx->nbits = sctx->nbits;
530 rctx->nbits = p1;
636 int nbits; local
637 nbits = atoi(value);
638 return EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, nbits);
678 ret = RSA_generate_key_ex(rsa, rctx->nbits, rctx->pub_exp, pcb);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp 142 AVCEnc_Status BitstreamWriteBits(AVCEncBitstream *stream, int nBits, uint code)
148 //DEBUG_LOG(userData,AVC_LOGTYPE_INFO,"BitstreamWriteBits",nBits,-1);
150 if (nBits > WORD_SIZE) /* has to be taken care of specially */
156 if (nBits <= bit_left) /* more bits left in current_word */
158 stream->current_word = (current_word << nBits) | code;
159 stream->bit_left -= nBits;
168 stream->current_word = (current_word << bit_left) | (code >> (nBits - bit_left));
170 nBits -= bit_left;
176 stream->bit_left = WORD_SIZE - nBits;
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c 516 FT_Int bit_height, bit_width, pitch, width, height, h, nbits; local
559 nbits = 0;
575 nbits = x_pos;
577 else if ( nbits < w )
581 nbits += 8 - w;
586 nbits -= w;
589 *write++ |= ( ( rval >> nbits ) & 0xFF ) &
600 *write++ |= ( rval >> nbits ) & 0xFF;
608 if ( nbits < w )
612 *write |= ( ( rval >> nbits ) & 0xFF ) & ( 0xFF00U >> w )
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 549 FT_Int bit_height, bit_width, pitch, width, height, line_bits, h, nbits; local
592 nbits = 0;
608 nbits = x_pos;
610 else if ( nbits < w )
614 nbits += 8 - w;
619 nbits -= w;
622 *pwrite++ |= ( ( rval >> nbits ) & 0xFF ) &
633 *pwrite++ |= ( rval >> nbits ) & 0xFF;
641 if ( nbits < w )
645 *pwrite |= ( ( rval >> nbits ) & 0xFF ) & ( 0xFF00U >> w )
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 55 /** We will often need to do a mod operator (i mod nbits).
58 * - (i & (nbits-1)).
  /external/llvm/test/Transforms/IndVarSimplify/
iv-fold.ll 9 define i32 @foldIncShr(i32* %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
36 define i32 @noFoldIncShr(i32* %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 35 unsigned int nbits; local
86 nbits = ((fs->super->s_blocks_count
89 if (nbits)
90 for (j = nbits; j < fs->blocksize * 8; j++)
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-crypto-aes.html 162 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation
168 function AESEncryptCtr(plaintext, password, nBits) {
169 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit keys
173 var nBytes = nBits/8; // no bytes in key
228 * Use AES to decrypt 'ciphertext' with 'password' using 'nBits' key, in Counter mode of operation
234 function AESDecryptCtr(ciphertext, password, nBits) {
235 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit key
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation
164 function AESEncryptCtr(plaintext, password, nBits) {
165 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit keys
169 var nBytes = nBits/8; // no bytes in key
224 * Use AES to decrypt 'ciphertext' with 'password' using 'nBits' key, in Counter mode of operation
230 function AESDecryptCtr(ciphertext, password, nBits) {
231 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit key
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation
164 function AESEncryptCtr(plaintext, password, nBits) {
165 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit keys
169 var nBytes = nBits/8; // no bytes in key
224 * Use AES to decrypt 'ciphertext' with 'password' using 'nBits' key, in Counter mode of operation
230 function AESDecryptCtr(ciphertext, password, nBits) {
231 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit key
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
crypto-aes.js 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation
164 function AESEncryptCtr(plaintext, password, nBits) {
165 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit keys
169 var nBytes = nBits/8; // no bytes in key
224 * Use AES to decrypt 'ciphertext' with 'password' using 'nBits' key, in Counter mode of operation
230 function AESDecryptCtr(ciphertext, password, nBits) {
231 if (!(nBits==128 || nBits==192 || nBits==256)) return ''; // standard allows 128/192/256 bit key
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 54 * We will often need to do a mod operator (i mod nbits). Its
56 * same as (i & (nbits-1)). Since mod is slow, we use a
83 * <param name="nbits">The size of the bitset in bits</param>
85 public BitSet(int nbits) {
86 _bits = new ulong[((nbits - 1) >> LOG_BITS) + 1];

Completed in 815 milliseconds

1 2 34 5 6 7 8 9