Searched refs:bits (Results 226 - 250 of 751) sorted by relevance

1234567891011>>

/external/libvpx/vp8/encoder/
H A Dboolhuff.c141 void vp8_encode_value(BOOL_CODER *br, int data, int bits) argument
145 for (bit = bits - 1; bit >= 0; bit--)
/external/oprofile/libpopt/
H A Dpoptint.h34 __pbm_bits bits[1]; member in struct:__anon9958
37 #define __PBM_BITS(set) ((set)->bits)
/external/speex/libspeex/
H A Dmodes.h95 int have_subframe_gain; /**< Number of bits to use as sub-frame innovation gain */
113 int bits_per_frame; /**< Number of bits per frame after encoding*/
155 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits);
156 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out);
H A Dsb_celp.h139 int sb_encode(void *state, void *in, SpeexBits *bits);
149 int sb_decode(void *state, SpeexBits *bits, void *out);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp74 void* bits; local
75 return adoptPtr(::CreateDIBSection(0, &info, DIB_RGB_COLORS, &bits, 0, 0));
/external/webkit/Tools/DumpRenderTree/win/
H A DPixelDumpSupportWin.cpp61 void* bits = 0; local
62 HBITMAP bitmap = CreateDIBSection(0, &bmp, DIB_RGB_COLORS, &bits, 0, 0);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs230 private static int bitSize(uint bits) argument
232 switch (bits)
/external/zlib/src/examples/
H A Dzran.c27 necessary the first few bits of the compressed data is read from the file.
28 inflate is initialized with those bits and the 32K of uncompressed data, and
65 int bits; /* number of bits (1-7) from byte at in - 1, or 0 */ member in struct:point
87 local struct access *addpoint(struct access *index, int bits, argument
118 next->bits = bits;
204 except for up to seven bits) -- the totout == 0 provides an
272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
275 if (here->bits) {
[all...]
/external/dropbear/
H A Ddropbearkey.c67 fprintf(stderr, "Usage: %s -t <type> -f <filename> [-s bits]\n"
77 "-s bits Key size in bits, should be a multiple of 8 (optional)\n"
100 unsigned int bits; local
186 if (sscanf(sizetext, "%u", &bits) != 1) {
191 if (bits < 512 || bits > 4096 || (bits % 8 != 0)) {
192 fprintf(stderr, "Bits must satisfy 512 <= bits <= 4096, and be a"
197 keysize = bits /
[all...]
/external/iptables/extensions/
H A Dlibxt_connlimit.c109 unsigned int bits = 0; local
112 ++bits;
114 return 32 - bits;
119 unsigned int bits = 0, i; local
124 ++bits;
125 return 128 - bits;
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/
H A DSDL_artsaudio.c63 static arts_stream_t (*SDL_NAME(arts_play_stream))(int rate, int bits, int channels, const char *name);
279 int bits, frag_spec; local
290 bits = 0;
298 bits = 8;
302 bits = 16;
328 stream = SDL_NAME(arts_play_stream)(spec->freq, bits, spec->channels, "SDL");
/external/icu4c/i18n/
H A DdecNumber.c159 /* is not useful for longer numbers because overflow of 32 bits */
287 /* masked special-values bits */
288 #define SPECIALARG (rhs->bits & DECSPECIAL)
289 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
360 if (in<0) dn->bits=DECNEG; /* sign needed */
392 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */
409 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000;
414 if (dn->bits&DECNEG) return -i;
427 if (dn->bits
498 uByte bits=0; /* working flags [assume +ve] */ local
1976 uByte bits=0; /* result sign if errors */ local
3828 uByte bits; /* result bits */ local
4266 uByte bits; /* working sign */ local
4857 uByte bits; /* result sign */ local
[all...]
/external/jpeg/
H A Djdmarker.c423 UINT8 bits[17]; local
437 bits[0] = 0;
440 INPUT_BYTE(cinfo, bits[i], return FALSE);
441 count += bits[i];
447 bits[1], bits[2], bits[3], bits[4],
448 bits[5], bits[
[all...]
/external/libppp/src/
H A Dncpaddr.c82 bits2mask4(int bits) argument
89 while (bits) {
92 bits--;
119 bits2mask6(int bits) argument
127 while (bits) {
134 bits--;
420 log_Printf(LogWARN, "ncpaddr_aton: %s: Only 32 bits allowed\n", data);
427 log_Printf(LogWARN, "ncpaddr_aton: %s: Only 128 bits allowed\n", data);
522 int bits; local
538 for (bits
907 int bits, len; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c423 UINT8 bits[17]; local
437 bits[0] = 0;
440 INPUT_BYTE(cinfo, bits[i], return FALSE);
441 count += bits[i];
447 bits[1], bits[2], bits[3], bits[4],
448 bits[5], bits[
[all...]
/external/webp/src/dsp/
H A Dlossless.c336 double bits = weight_0 * counts[0]; local
339 bits += exp_val * (counts[i] + counts[256 - i]);
342 return (float)(-0.1 * bits);
379 int tile_x, int tile_y, int bits,
383 const int col_start = tile_x << bits;
384 const int row_start = tile_y << bits;
385 const int tile_size = 1 << bits;
435 int tile_x, int tile_y, int bits, int mode,
438 const int col_start = tile_x << bits;
439 const int row_start = tile_y << bits;
378 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, int accumulated[4][256], const uint32_t* const argb_scratch) argument
434 CopyTileWithPrediction(int width, int height, int tile_x, int tile_y, int bits, int mode, const uint32_t* const argb_scratch, uint32_t* const argb) argument
470 VP8LResidualImage(int width, int height, int bits, uint32_t* const argb, uint32_t* const argb_scratch, uint32_t* const image) argument
690 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, Multipliers prevX, Multipliers prevY, int step, int xsize, int ysize, int* accumulated_red_histo, int* accumulated_blue_histo, const uint32_t* const argb) argument
802 CopyTileWithColorTransform(int xsize, int ysize, int tile_x, int tile_y, int bits, Multipliers color_transform, uint32_t* const argb) argument
809 tile_x <<= bits; local
810 tile_y <<= bits; local
827 VP8LColorSpaceTransform(int width, int height, int bits, int step, uint32_t* const argb, uint32_t* image) argument
[all...]
/external/chromium/base/
H A Dmd5.cc29 uint32 bits[2]; member in struct:Context
154 ctx->bits[0] = 0;
155 ctx->bits[1] = 0;
169 t = ctx->bits[0];
170 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t)
171 ctx->bits[1]++; /* Carry from low to high */
172 ctx->bits[1] += static_cast<uint32>(len >> 29);
210 * 1 0* (64-bit count of bits processed, MSB-first)
218 count = (ctx->bits[0] >> 3) & 0x3F;
243 /* Append length in bits an
[all...]
/external/flac/libFLAC/
H A Dfixed.c58 /* rbps stands for residual bits per sample
67 unsigned bits; /* the number of bits required to represent a number */ local
68 int fracbits; /* the number of bits of rbps that comprise the fractional part */
78 * The above two things tell us 1) n fits in 16 bits; 2) err/n > 1.
87 /* err now holds err/n with fracbits fractional bits */
90 * Whittle err down to 16 bits max. 16 significant bits is enough for
94 bits = FLAC__bitmath_ilog2(err)+1;
95 if(bits > 1
146 unsigned bits; /* the number of bits required to represent a number */ local
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp180 uchar* bits = image.bits(); local
184 quint32* scanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
237 const uchar* bits = image.constBits(); local
243 const quint32* scanLine = reinterpret_cast_ptr<const quint32*>(bits + (y + originy) * bytesPerLine);
265 const quint32* scanLine = reinterpret_cast_ptr<const quint32*>(bits + (y + originy) * bytesPerLine);
338 uchar* bits = image.bits(); local
345 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits + y * bytesPerLine);
355 quint32* destScanLine = reinterpret_cast_ptr<quint32*>(bits
[all...]
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c50 state->bits < 8
60 - The maximum input bits used by a length/distance pair is 15 bits for the
61 length code, 5 bits for the length extra, 15 bits for the distance code,
62 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ member in struct:inffast_ar
119 ar.bits
[all...]
/external/llvm/lib/Support/
H A DAPFloat.cpp46 /* Number of bits in the significand. This includes the integer
87 partCountForBits(unsigned int bits) argument
89 return ((bits) + integerPartWidth - 1) / integerPartWidth;
353 significant BITS bits. */
357 unsigned int bits)
363 /* Note this is guaranteed true if bits == 0, or LSB == -1U. */
364 if (bits <= lsb)
366 if (bits == lsb + 1)
368 if (bits <= partCount * integerPartWidth &&
369 APInt::tcExtractBit(parts, bits
355 lostFractionThroughTruncation(const integerPart *parts, unsigned int partCount, unsigned int bits) argument
377 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) argument
[all...]
/external/grub/netboot/
H A Dotulip.c120 unsigned lastbit, data, bits, bit, csr; local
127 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1)
129 const unsigned thisbit = bits & msb;
141 for (data = 0, bits = 0; bits < 16; bits++) {
/external/openssl/crypto/bn/
H A Dbn_lib.c144 static const unsigned char bits[256]={ local
170 return(bits[(int)(l>>56)]+56);
172 else return(bits[(int)(l>>48)]+48);
178 return(bits[(int)(l>>40)]+40);
180 else return(bits[(int)(l>>32)]+32);
192 return(bits[(int)(l>>56)]+56);
194 else return(bits[(int)(l>>48)]+48);
200 return(bits[(int)(l>>40)]+40);
202 else return(bits[(int)(l>>32)]+32);
213 return(bits[(in
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c54 ctx->bits[0] = 0;
55 ctx->bits[1] = 0;
69 t = ctx->bits[0];
70 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t)
71 ctx->bits[1]++; /* Carry from low to high */
72 ctx->bits[1] += len >> 29;
110 * 1 0* (64-bit count of bits processed, MSB-first)
119 count = (ctx->bits[0] >> 3) & 0x3F;
144 /* Append length in bits and transform */
145 ((uint32 *)ctx->in)[ 14 ] = ctx->bits[
[all...]
/external/skia/src/core/
H A DSkMath.cpp194 // this function only works if b is 16bits
272 int bits = shift_bias - nbits + dbits; local
274 if (bits < 0) { // answer will underflow
277 if (bits > 31) { // answer will overflow
293 // Now fall into our switch statement if there are more bits to compute
294 if (bits > 0) {
295 // make room for the rest of the answer bits
296 result <<= bits; local
297 switch (bits) {
365 int32_t SkCubeRootBits(int32_t value, int bits) { argument
[all...]

Completed in 534 milliseconds

1234567891011>>