Searched refs:bits (Results 951 - 975 of 1594) sorted by relevance

<<31323334353637383940>>

/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm36 ; (13+16+1=30bits<32bits). This instruction gives the high half
/external/ltrace/
H A DAndroid.mk24 bits.c \
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c65 static unsigned int get_msbs_alu(unsigned int bits) argument
67 return (bits >> 6) & 0x7;
71 * @param lsbs The number of least significant bits
73 static unsigned int get_msbs_tex(unsigned int bits, unsigned int lsbs) argument
75 return (bits >> lsbs) & 0x15;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h163 } bits; member in union:pipe_mpeg12_macroblock::__anon27554
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h45 static INLINE VGint float_to_int_floor(VGuint bits) argument
47 int sign = (bits >> 31) ? -1 : 1;
48 int exp = ((bits >> 23) & 255) - 127;
49 int mant = bits & 0x007fffff;
/external/qemu/audio/
H A Daudio.h169 int bits, int nchannels);
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.c185 i = (int) htbl->bits[l];
206 * it must still fit in si bits, since no code is allowed to be all ones.
218 if (htbl->bits[l]) {
223 p += htbl->bits[l];
242 for (i = 1; i <= (int) htbl->bits[l]; i++, p++) {
303 /* Attempt to load at least MIN_GET_BITS bits into get_buffer. */
304 /* (It is assumed that no request will be for more than that many bits.) */
352 /* See if we need to insert some fake zero bits. */
364 * data segment. There should be enough bits in the buffer register
377 /* Fill the buffer with zero bits */
[all...]
/external/speex/libspeex/
H A Dfixed_debug.h43 #define QCONST16(x,bits) ((spx_word16_t)(.5+(x)*(((spx_word32_t)1)<<(bits))))
44 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits))))
238 /* result fits in 16 bits */
/external/srec/srec/cfront/
H A Dsp_fft.c67 /* Do a sign-extending right shift of x by i bits, and
107 /* determine the maximum number of bits required to represent the data */
110 asr_uint32_t bits = 0; local
119 bits |= (d > 0) ? d : -d;
123 while (bits > 0)
125 bits >>= 1;
720 ** So shift the data up until it is ==30 bits (FFTDATA_SIZE-2)
792 ** doing the himul32() shift results in shifting down by 32(FFTDATA_SIZE) bits.
800 /* either of the top two bits */
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h77 PCM_FORMAT_S24_LE, /* 24-bits in 4-bytes */
78 PCM_FORMAT_S24_3LE, /* 24-bits in 3-bytes */
83 /* Bitmask has 256 bits (32 bytes) in asound.h */
85 unsigned int bits[32 / sizeof(unsigned int)]; member in struct:pcm_mask
194 /* Returns the sample size in bits for a PCM format.
196 * format represents the number of significant bits. For example,
197 * PCM_FORMAT_S24_LE uses 32 bits of storage.
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt_floor.s8 @ Output: r0 = INT (SQRT (r0)), precision is 16 bits
/external/openssl/crypto/aes/
H A Daes_x86core.c470 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, argument
479 if (bits != 128 && bits != 192 && bits != 256)
484 if (bits==128)
486 else if (bits==192)
495 if (bits == 128) {
515 if (bits == 192) {
537 if (bits == 256) {
571 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, argument
[all...]
/external/aac/libFDK/include/
H A DFDK_bitstream.h199 * bits from the input bitstream.
202 * \param numberOfBits The number of bits to be retrieved.
203 * \return the requested bits, right aligned
215 UINT bits = hBitStream->CacheWord << missingBits; local
218 return ( bits | (hBitStream->CacheWord >> hBitStream->BitsInCache)) & BitMask[numberOfBits];
259 * bits from the input bitstream. It is the optimized version
260 of FDKreadBits() for readign 2 bits.
263 * \return the requested bits, right aligned
281 * \brief ReadBits Function (backward). This function returns a number of sequential bits
285 * \param numberOfBits The number of bits t
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc404 EXPECT_EQ(m_value1.bits, result_value.bits);
442 EXPECT_EQ(m_value3.bits, result_value.bits);
677 EXPECT_EQ(m_value3.bits, read_result_value.bits);
714 // index_ids are capped at 32 bits for storage purposes.
771 EXPECT_EQ(m_value1.bits, result_value.bits);
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h403 number of unused bits in the last byte taken from strm->next_in, plus 64
409 number of unused bits may in general be greater than seven, except when
410 bit 7 of data_type is set, in which case the number of unused bits will be
654 int bits,
657 deflatePrime() inserts bits in the deflate output stream. The intent
659 bits leftover from a previous deflate stream when appending to it. As such,
661 first deflate() call after a deflateInit2() or deflateReset(). bits must be
662 less than or equal to 16, and that many of the least significant bits of
800 int bits,
803 This function inserts bits i
[all...]
/external/chromium_org/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp88 unsigned bits) {
89 return SkTreatAsSprite(mat, size.width(), size.height(), bits);
87 treat_as_sprite(const SkMatrix& mat, const SkISize& size, unsigned bits) argument
H A DRegionTest.cpp197 int bits = 6; local
198 int shift = 32 - bits;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsimd-2.asm0 [bits 32]
/external/chromium_org/v8/src/
H A Dhashmap.h9 #include "src/base/bits.h"
243 DCHECK(base::bits::IsPowerOfTwo32(capacity_));
263 DCHECK(base::bits::IsPowerOfTwo32(capacity));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h272 NonLoc makeLocAsInteger(Loc loc, unsigned bits) { argument
273 return nonloc::LocAsInteger(BasicVals.getPersistentSValWithData(loc, bits));
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp82 deUint8 extend2BitsToByte (deUint8 bits) argument
86 DE_ASSERT((bits & (~0x03u)) == 0);
88 x |= bits << 6;
89 x |= bits << 4;
90 x |= bits << 2;
91 x |= bits;
98 const deUint8 bits = 2; local
99 const deUint8 bitMask = deUint8((0x1u << bits) - 1);
/external/fio/lib/
H A Dprio_tree.c62 * Maximum heap_index that can be stored in a PST with index_bits bits
64 static inline unsigned long prio_tree_maxindex(unsigned int bits) argument
66 return index_bits_to_maxindex[bits - 1];
160 * algorithm typically takes O(log n) time where 'log n' is the number of bits
242 * algorithm takes O(log n) time where 'log n' is the number of bits required
293 * proportional to # of bits required to represent the maximum heap_index) and
/external/libvorbis/doc/
H A D05-comment.tex38 length encoded in 32 bits). For example, the 1.0 release of libvorbis
49 1) [vendor_length] = read an unsigned integer of 32 bits
51 3) [user_comment_list_length] = read an unsigned integer of 32 bits
53 5) [length] = read an unsigned integer of 32 bits
/external/lldb/source/Core/
H A DLog.cpp203 // Log only if all of the bits are set
206 Log::LogIf (uint32_t bits, const char *format, ...) argument
208 if (m_options.AllSet (bits))
/external/openssl/crypto/
H A Dmem.c409 void CRYPTO_set_mem_debug_options(long bits) argument
412 set_debug_options_func(bits);

Completed in 1865 milliseconds

<<31323334353637383940>>