Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_toplevel_help.cpp575 unsigned int bits = static_cast<unsigned int>(sizeof(void*) * 8); in astcenc_print_header() local
Dastcenc_integer_sequence.cpp341 uint8_t bits; member
508 unsigned int bits = btq_counts[quant_level].bits; in encode_ise() local
673 unsigned int bits = btq_counts[quant_level].bits; in decode_ise() local
Dstb_image_write.h1360 unsigned short bits[2]; in stbiw__jpg_processDU() local
1377 unsigned short bits[2]; in stbiw__jpg_processDU() local
Dstb_image.h4052 stbi_inline static int stbi__bit_reverse(int v, int bits) in stbi__bit_reverse()
5324 static int stbi__shiftsigned(unsigned int v, int shift, int bits) in stbi__shiftsigned()
6611 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() local
Dwuffs-v0.3.c14472 uint64_t bits = (man2 & 0x000FFFFFFFFFFFFF) | // (1 << 52) - 1. in wuffs_base__private_implementation__high_prec_dec__to_f64() local
14484 uint64_t bits = h->negative ? 0x8000000000000000 : 0; in wuffs_base__private_implementation__high_prec_dec__to_f64() local
14501 uint64_t bits = h->negative ? 0xFFF0000000000000 : 0x7FF0000000000000; in wuffs_base__private_implementation__high_prec_dec__to_f64() local
14937 uint64_t bits = wuffs_base__ieee_754_bit_representation__from_f64_to_u64(x); in wuffs_base__render_number_f64() local
Dtinyexr.h8295 inline void outputBits(int nBits, long long bits, long long &c, int &lc, in outputBits()
/hardware/libhardware/modules/input/evdev/
DBitUtils.cpp53 uint8_t bits = arr[i]; in testBitInRange() local
DInputHub.cpp57 static constexpr size_t sizeofBitArray(size_t bits) { in sizeofBitArray()
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunctionInternal.h48 inline const void* unshared_target_type_id(void* bits, const void* impl_ops) { in unshared_target_type_id()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h68 void* bits = nullptr; member
/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecSbc.cpp228 unsigned bits = in GetFrameSize() local
240 int bits = 8 * GetFrameSize(configuration, bitpool); in GetBitrate() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmdefs.h250 #define SFIELD(val, field, bits) \ argument
/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp254 void* const bits = android::aligned_buf_alloc(kAllocAlignment, bitsSize); in load() local
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1360 unsigned short bits[2]; in stbiw__jpg_processDU() local
1377 unsigned short bits[2]; in stbiw__jpg_processDU() local
Dstb_image.h4059 stbi_inline static int stbi__bit_reverse(int v, int bits) in stbi__bit_reverse()
5331 static int stbi__shiftsigned(unsigned int v, int shift, int bits) in stbi__shiftsigned()
6618 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() local
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp383 constexpr uint64_t bitsToBytes(int64_t bits) { return bits / 8; } in bitsToBytes()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp3929 VkExternalMemoryHandleTypeFlags bits) { in transformExternalMemoryHandleTypeFlags_tohost()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp454 uint64_t bitsToBytes(int64_t bits) { return bits / 8; } in bitsToBytes()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3374 char* bits = &buf->m_fixedBuffer[offset]; in s_glMapBufferRangeAEMUImpl() local