Searched refs:bits (Results 276 - 300 of 751) sorted by relevance

<<11121314151617181920>>

/external/speex/libspeex/
H A Dnb_celp.h184 int nb_encode(void *state, void *in, SpeexBits *bits);
194 int nb_decode(void *state, SpeexBits *bits, void *out);
H A Dnb_celp.c252 int nb_encode(void *state, void *vin, SpeexBits *bits) argument
540 speex_bits_pack(bits, 0, 1);
543 speex_bits_pack(bits, st->submodeID, NB_SUBMODE_BITS);
577 SUBMODE(lsp_quant)(lsp, qlsp, st->lpcSize, bits);
586 speex_bits_pack(bits, ol_pitch-st->min_pitch, 7);
603 speex_bits_pack(bits, quant, 4);
614 speex_bits_pack(bits, qe, 5);
624 speex_bits_pack(bits, qe, 5);
792 st->lpcSize, st->subframeSize, bits, stack,
806 /*FIXME: Should use DIV32_16 and make sure result fits in 16 bits */
1083 nb_decode(void *state, SpeexBits *bits, void *vout) argument
[all...]
H A Dfixed_generic.h38 #define QCONST16(x,bits) ((spx_word16_t)(.5+(x)*(((spx_word32_t)1)<<(bits))))
39 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits))))
71 /* result fits in 16 bits */
H A Dcb_search.c110 SpeexBits *bits,
164 speex_bits_pack(bits,best_index,params->shape_bits+have_sign);
252 SpeexBits *bits,
297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target);
468 speex_bits_pack(bits,ind[i],params->shape_bits+have_sign);
518 SpeexBits *bits,
545 signs[i] = speex_bits_unpack_unsigned(bits, 1);
548 ind[i] = speex_bits_unpack_unsigned(bits, params->shape_bits);
582 SpeexBits *bits,
603 SpeexBits *bits,
100 split_cb_search_shape_sign_N1( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int update_target ) argument
242 split_cb_search_shape_sign( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
514 split_cb_shape_sign_unquant( spx_sig_t *exc, const void *par, int nsf, SpeexBits *bits, char *stack, spx_int32_t *seed ) argument
572 noise_codebook_quant( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
599 noise_codebook_unquant( spx_sig_t *exc, const void *par, int nsf, SpeexBits *bits, char *stack, spx_int32_t *seed ) argument
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageReader.h89 int bits; /* Number of unread bits in "datum" */ member in struct:GIFFrameReader
126 bits = datum = 0;
/external/quake/quake/src/QW/client/
H A Dcommon.c602 int bits; local
607 bits = 0;
609 bits |= CM_ANGLE1;
611 bits |= CM_ANGLE2;
613 bits |= CM_ANGLE3;
615 bits |= CM_FORWARD;
617 bits |= CM_SIDE;
619 bits |= CM_UP;
621 bits |= CM_BUTTONS;
623 bits |
814 int bits; local
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3bitset.h43 /** How many bits in the elements
47 /** How many bits in a nible of bits
71 /// Pointer to the allocated array of bits for this bit set, which
79 pANTLR3_BITWORD bits; member in struct:ANTLR3_BITSET_LIST_struct
89 /// The actual bits themselves
/external/chromium/base/
H A Dbits_unittest.cc7 #include "base/bits.h"
11 namespace bits { namespace in namespace:base
47 } // namespace bits
/external/e2fsprogs/intl/
H A Dtextdomain.c35 # include <bits/libc-lock.h>
/external/elfutils/backends/
H A Dsparc_corenote.c46 { .offset = at * BITS/8, .regno = dwreg, .count = n, .bits = BITS }
/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java43 * @throws IllegalStateException if {@code bits() < 64}
73 * Returns the number of bits in this hash code; a positive multiple of 32.
75 public abstract int bits(); method in class:HashCode
H A DMurmur3_32HashFunction.java36 @Override public int bits() { method in class:Murmur3_32HashFunction
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DByteUtils.java307 long bits = Double.doubleToLongBits(n);
308 return convertToBytes(bits);
337 long bits = convertLongFromBytes(bytes, offset);
338 return Double.longBitsToDouble(bits);
/external/libvorbis/doc/
H A D04-codec.tex52 1) [vorbis_version] = read 32 bits as unsigned integer
54 3) [audio_sample_rate] = read 32 bits as unsigned integer
55 4) [bitrate_maximum] = read 32 bits as signed integer
56 5) [bitrate_nominal] = read 32 bits as signed integer
57 6) [bitrate_minimum] = read 32 bits as signed integer
58 7) [blocksize_0] = 2 exponent (read 4 bits as unsigned integer)
59 8) [blocksize_1] = 2 exponent (read 4 bits as unsigned integer)
111 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
127 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
139 \item \varname{[vorbis_floor_count]} = read 6 bits a
[all...]
H A D06-floor0.tex31 1) [floor0_order] = read an unsigned integer of 8 bits
32 2) [floor0_rate] = read an unsigned integer of 16 bits
33 3) [floor0_bark_map_size] = read an unsigned integer of 16 bits
34 4) [floor0_amplitude_bits] = read an unsigned integer of six bits
35 5) [floor0_amplitude_offset] = read an unsigned integer of eight bits
36 6) [floor0_number_of_books] = read an unsigned integer of four bits and add 1
37 7) array [floor0_book_list] = read a list of [floor0_number_of_books] unsigned integers of eight bits each;
58 1) [amplitude] = read an unsigned integer of [floor0_amplitude_bits] bits
61 4) [booknumber] = read an unsigned integer of \link{vorbis:spec:ilog}{ilog}( [floor0_number_of_books] ) bits
86 1 ) bits
[all...]
/external/openssh/
H A Dauth-rsa.c63 * options bits e n comment
64 * where bits, e and n are decimal numbers,
99 error("auth_rsa_verify_response: RSA modulus too small: %d < minimum %d bits",
169 u_int bits; local
214 if (hostfile_read_key(&cp, &bits, key) == 0) {
228 /* check the real bits */
230 if (keybits < 0 || bits != (u_int)keybits)
233 file, linenum, BN_num_bits(key->rsa->n), bits);
H A Dauth1.c167 u_int bits; local
180 bits = packet_get_int();
185 if (keybits < 0 || bits != (u_int)keybits) {
188 BN_num_bits(client_host_key->rsa->n), bits);
H A Dsshconnect1.c485 int bits, rbits; local
504 bits = packet_get_int();
509 if (bits != rbits) {
511 "actual size is %d bits vs. announced %d.", rbits, bits);
516 bits = packet_get_int();
521 if (bits != rbits) {
523 "actual size is %d bits vs. announced %d.", rbits, bits);
535 debug("Received server public key (%d bits) an
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse.c52 /* Convert bits to padded bytes */
53 #define PAD_BITS(bits) ((bits+7)/8)
56 static void PrintBITMAP(FILE *out, char *bits, int w, int h) argument
64 ch = *bits++;
/external/webkit/Source/JavaScriptCore/wtf/
H A DAtomics.h74 #include <bits/atomicity.h>
/external/webp/src/utils/
H A Dbit_writer.h28 int run_; // number of outstanding bits
29 int nb_bits_; // number of pending bits
53 // return approximate write position (in bits)
78 // After all bits are written, the caller must observe the state of
81 // writing of bits.
98 // This function writes bits into bytes in increasing addresses, and within
101 // The function can write up to 16 bits in one go with WriteBits
102 // Example: let's assume that 3 bits (Rs below) have been written already:
108 // Now, we could write 5 or less bits in MSB by just sifting by 3
111 // For n bits, w
[all...]
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp142 /* All of fArray[] values must fit in 23 bits, to safely allow me to
146 int bits = SkCLZ(max); local
150 if (bits < 9) {
151 bits = 9 - bits;
152 fState.fShift -= bits;
154 array[i] >>= bits; local
156 one >>= bits; local
306 // now packed it back down to 16bits (hmmm, could dither...)
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp109 first two bits define the size of the value itself
342 UINT bits; local
348 bits = FDKgetValidBits( hBs );
356 bits = FDKgetValidBits( hBs ) - bits;
359 FDKpushBack(hBs, bits+2);
360 hAss->streamMuxConfigBits += transportEnc_LatmWriteValue( hBs, bits );
368 hAss->streamMuxConfigBits += bits; /* add asc length to smc summary */
760 int *bits)
762 /* Substract bits fro
759 transportEnc_LatmAdjustSubframeBits(HANDLE_LATM_STREAM hAss, int *bits) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dmd5.c114 u32 bits[2]; member in struct:MD5Context
196 ctx->bits[0] = 0;
197 ctx->bits[1] = 0;
210 t = ctx->bits[0];
211 if ((ctx->bits[0] = t + ((u32) len << 3)) < t)
212 ctx->bits[1]++; /* Carry from low to high */
213 ctx->bits[1] += len >> 29;
250 * 1 0* (64-bit count of bits processed, MSB-first)
258 count = (ctx->bits[0] >> 3) & 0x3F;
283 /* Append length in bits an
[all...]
/external/zlib/src/test/
H A Dinfcover.c277 inflate() on each call, or zero to feed it all, win is the window bits
620 unsigned bits; local
626 for (bits = 0; bits < 15; bits++)
627 lens[bits] = (unsigned short)(bits + 1);
630 bits = 15;
631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
634 bits
[all...]

Completed in 502 milliseconds

<<11121314151617181920>>