HomeSort by relevance Sort by last modified time
    Searched refs:bit (Results 176 - 200 of 1204) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/opus/src/tests/
run_vectors.sh 79 if [ -e $VECTOR_PATH/testvector$file.bit ]; then
82 echo Bitstream file not found: testvector$file.bit
84 if $OPUS_DEMO -d $RATE 1 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_mono.txt 2>&1; then
108 if [ -e $VECTOR_PATH/testvector$file.bit ]; then
113 if $OPUS_DEMO -d $RATE 2 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_stereo.txt 2>&1; then
  /external/libopus/tests/
run_vectors.sh 79 if [ -e $VECTOR_PATH/testvector$file.bit ]; then
82 echo Bitstream file not found: testvector$file.bit
84 if $OPUS_DEMO -d $RATE 1 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_mono.txt 2>&1; then
108 if [ -e $VECTOR_PATH/testvector$file.bit ]; then
113 if $OPUS_DEMO -d $RATE 2 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_stereo.txt 2>&1; then
  /external/libvorbis/doc/
02-bitpacking.tex 23 seven, ten, eleven and sixteen bit 'bytes' have been used. For
36 the native bit-width of a given storage system. This document assumes
39 \subsubsection{bit order}
41 A byte has a well-defined 'least significant' bit (LSb), which is the
42 only bit set when the byte is storing the two's complement integer
43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
70 The Vorbis codec has need to code arbitrary bit-width integers, from
73 is written at the bit position at which the previous field ends.
77 significant bit, etc, until the requested number of bits have been
80 significant unused bit position of the destination byte, followed b
    [all...]
  /external/google-tv-pairing-protocol/cpp/
main.scons 46 # Detect 64-bit build platform
47 DeclareBit('arch_64', 'Target platform is 64-bit')
48 DeclareBit('64bit', 'Target environment is 64-bit')
49 if platform.architecture()[0] == '64bit':
71 BUILD_TYPE_DESCRIPTION = 'Linux 32-bit Debug Build',
79 BUILD_TYPE_DESCRIPTION = 'Linux 32-bit Release Build',
88 # Add 64-bit linux environment if supported by build platform
89 if linux_env.Bit('arch_64'):
101 BUILD_TYPE_DESCRIPTION = 'Linux 64-bit Debug Build'
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 55 unsigned char bit, databit, maskbit; local
94 for (bit = 0; bit < 8; bit++)
96 databit = data[i] & (1 << bit);
97 maskbit = mask[i] & (1 << bit);
  /ndk/
find-win-host.cmd 21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
27 rem Otherwise fall back to 32-bit make
  /sdk/emulator/opengl/
googletest.mk 5 # be able to build both the 32-bit and 64-bit binaries while
6 # building a 32-bit only SDK (sdk-eng, sdk_x86-eng, sdk_mips-eng).
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
boolhuff.h 39 /* Variables used to track bit costs without outputing to the bitstream */
66 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability)
77 if (bit)
89 if (bit)
  /external/chromium_org/third_party/skia/experimental/Intersection/
Intersections.h 63 int bit = 1 << index; local
64 fIsCoincident[0] |= bit;
65 fIsCoincident[1] |= bit;
130 unsigned short fIsCoincident[2]; // bit arrays, one bit set for each coincident T
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 39 /* Variables used to track bit costs without outputing to the bitstream */
66 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability)
77 if (bit)
89 if (bit)
  /external/skia/experimental/Intersection/
Intersections.h 63 int bit = 1 << index; local
64 fIsCoincident[0] |= bit;
65 fIsCoincident[1] |= bit;
130 unsigned short fIsCoincident[2]; // bit arrays, one bit set for each coincident T
  /external/yaffs2/yaffs2/
yaffs_ecc.c 20 * The two unused bit are set to 1.
21 * The ECC can correct single bit errors in a 256-byte page of data. Thus, two such ECC
29 * Bit 0 of each entry indicates whether the entry has an odd or even parity, and therefore
188 /* Single bit (recoverable) error in data */
191 unsigned bit; local
202 bit = byte = 0;
222 bit |= 0x04;
224 bit |= 0x02;
226 bit |= 0x01;
228 data[byte] ^= (1 << bit);
289 unsigned bit; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 31 * Word8 8-bit signed minWord8, maxWord8
32 * UWord8 8-bit unsigned minUWord8, maxUWord8
33 * Word16 16-bit signed minWord16, maxWord16
34 * UWord16 16-bit unsigned minUWord16, maxUWord16
35 * Word32 32-bit signed minWord32, maxWord32
36 * UWord32 32-bit unsigned minUWord32, maxUWord32
80 ********* define 8 bit signed/unsigned types & constants
91 #error cannot find 8-bit type
96 ********* define 16 bit signed/unsigned types & constants
113 #error cannot find 16-bit typ
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Grain.java 49 int bit = 0; local
51 bit++;
54 return bit;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Grain.java 44 int bit = 0; local
46 bit++;
49 return bit;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Grain.java 49 int bit = 0; local
51 bit++;
54 return bit;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
boolhuff.h 39 /* Variables used to track bit costs without outputing to the bitstream */
66 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability)
77 if (bit)
89 if (bit)
  /bionic/libc/include/
time64.h 36 #error Your time_t is already 64-bit.
40 /* Legacy cruft for LP32 where time_t was 32-bit. */
  /cts/tests/tests/bionic/
Android.mk 38 # Use the 32 bit list executable since it will include some 32 bit only tests.
  /development/ndk/platforms/android-L/include/
time64.h 36 #error Your time_t is already 64-bit.
40 /* Legacy cruft for LP32 where time_t was 32-bit. */
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
generate_parser.sh 27 patch --silent --forward < 64bit-tokenizer-safety.patch
  /external/chromium_org/third_party/angle/src/compiler/translator/
generate_parser.sh 28 patch --silent --forward < 64bit-lexer-safety.patch
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 94 uptr bit = ((uptr)my_rand() % bv.size()); local
95 EXPECT_EQ(bv.getBit(bit), s.count(bit) == 1);
98 EXPECT_EQ(bv.setBit(bit), s.insert(bit).second);
102 s.erase(bit);
103 EXPECT_EQ(bv.clearBit(bit), old_size > s.size());
106 EXPECT_EQ(bv.getBit(bit), s.count(bit) == 1);
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 34 ?==error: undefined 16 bit type
47 ?== error: undefined 32 bit type
  /external/elfutils/0.153/libcpu/
i386_parse.h 78 struct bitvalue *bit; member in union:YYSTYPE

Completed in 1321 milliseconds

1 2 3 4 5 6 78 91011>>