HomeSort by relevance Sort by last modified time
    Searched refs:bits (Results 476 - 500 of 4103) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libva/va/
va_enc_mpeg2.h 97 * A 14bits unsigned inter, the lower 12bits
99 * 2bits is \c horizontal_size_extension
105 * A 14bits unsigned inter, the lower 12bits
106 * is vertical_size_value, and the upper 2bits is
150 } bits; member in union:_VAEncSequenceParameterBufferMPEG2::__anon16585
165 } bits; member in union:_VAEncSequenceParameterBufferMPEG2::__anon16587
241 } bits; member in union:_VAEncPictureParameterBufferMPEG2::__anon16589
261 } bits; member in union:_VAEncPictureParameterBufferMPEG2::__anon16591
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_write_bit_buffer.h 31 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits);
  /external/chromium_org/third_party/opus/src/celt/
cwrs.h 42 void get_required_bits(opus_int16 *bits, int N, int K, int frac);
  /external/chromium_org/third_party/webrtc/base/
md5.h 34 uint32 bits[2]; member in struct:rtc::MD5Context
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
md5.h 11 32 bits, merely 32 bits or more. Choosing a data type which is 32
12 bits instead of 64 is not important; speed is considerably more
18 unsigned long bits[2]; member in struct:yasm_md5_context
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
opersize.asm 0 [bits 32]
10 [bits 16]
pushnosize.asm 0 [bits 16]
17 [bits 32]
33 [bits 64]
34 push 0 ; same as bits 32 output
35 push byte 0 ; 6A 00; 64 bits pushed onto stack
37 push dword 0 ; 6A 00 - optimized to byte; note 64 bits pushed onto stack
38 push strict byte 0 ; 6A 00; 64 bits pushed onto stack
40 push strict dword 0 ; 68 00000000; note 64 bits pushed onto stack
sse-prefix.asm 0 [bits 32]
25 [bits 64]
sse5-basic.asm 0 [bits 32]
6 [bits 64]
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 40 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); local
41 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]);
46 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(depthStencilFormat)); local
47 *depthBits = bits[0];
48 *stencilBits = bits[3];
68 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format)); local
71 config.redBits != bits[0]
107 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format)); local
    [all...]
  /external/elfutils/0.153/backends/
s390_regs.c 57 int *bits, int *type)
67 *bits = ebl->class == ELFCLASS64 ? 64 : 32;
78 *bits = 64;
85 *bits = 32;
  /external/elfutils/0.153/libdwfl/
dwfl_module_register_names.c 58 int bits, int type);
82 int bits = -1; local
85 &prefix, &setname, &bits, &type);
95 result = (*func) (arg, regno, setname, prefix, name, bits, type);
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 32 assertTrue(hasher.bits() >= i);
49 assertEquals(hashFunction.bits(), hashcode1.bits());
50 assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8);
  /external/libopus/celt/
cwrs.h 42 void get_required_bits(opus_int16 *bits, int N, int K, int frac);
  /external/libvpx/libvpx/vp9/encoder/
vp9_write_bit_buffer.h 31 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.h 58 DECLARE_BITMAP(bits, PERF_PMU_FORMAT_BITS);
  /external/pixman/demos/
clip-in.c 19 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local
28 pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WIDTH);
30 memset (bits, 0xff, WIDTH * HEIGHT * 4);
47 free (bits);
trap-test.c 18 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local
22 memset (bits, 0xff, WIDTH * HEIGHT * 4);
34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
46 free (bits);
tri-test.c 25 uint32_t *bits = malloc (WIDTH * HEIGHT * 4); local
29 bits[i] = (i / HEIGHT) * 0x01010000;
32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
45 free (bits);
  /external/wpa_supplicant_8/src/crypto/
md5_i.h 14 u32 bits[2]; member in struct:MD5Context
  /hardware/intel/common/libva/va/
va_enc_mpeg2.h 101 * A 14bits unsigned inter, the lower 12bits
103 * 2bits is \c horizontal_size_extension
109 * A 14bits unsigned inter, the lower 12bits
110 * is vertical_size_value, and the upper 2bits is
154 } bits; member in union:_VAEncSequenceParameterBufferMPEG2::__anon39588
169 } bits; member in union:_VAEncSequenceParameterBufferMPEG2::__anon39590
245 } bits; member in union:_VAEncPictureParameterBufferMPEG2::__anon39592
265 } bits; member in union:_VAEncPictureParameterBufferMPEG2::__anon39594
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_write_bit_buffer.h 31 void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb, int data, int bits);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
environments.h 23 #include <bits/wordsize.h>
ipc.h 20 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
23 #include <bits/types.h>
25 /* Mode bits for `msgget', `semget', and `shmget'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
complex.h 29 #include <bits/mathdef.h>
52 /* The file <bits/cmathcalls.h> contains the prototypes for all the
67 #include <bits/cmathcalls.h>
81 #include <bits/cmathcalls.h>
106 # include <bits/cmathcalls.h>

Completed in 2144 milliseconds

<<11121314151617181920>>