Home
last modified time | relevance | path

Searched defs:bits (Results 1001 - 1025 of 1184) sorted by relevance

1...<<4142434445464748

/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c336 const uint32_t bits = (uint32_t)data[0] | (data[1] << 8) | (data[2] << 16); in ParseLossyHeader() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c230 uint32_t bits = code; BuildPackedTable() local
746 GetMetaIndex( const uint32_t* const image, int xsize, int bits, int x, int y) GetMetaIndex() argument
1333 const int bits = (num_colors > 16) ? 0 ReadTransform() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c37 double bits = weight_0 * counts[0]; in PredictionCostSpatial() local
298 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, int accumulated[4][256], uint32_t* const argb_scratch, const uint32_t* const argb, int max_quantization, int exact, int used_subtract_green, const uint32_t* const modes) GetBestPredictorForTile() argument
413 CopyImageWithPrediction(int width, int height, int bits, uint32_t* const modes, uint32_t* const argb_scratch, uint32_t* const argb, int low_effort, int max_quantization, int exact, int used_subtract_green) CopyImageWithPrediction() argument
475 VP8LResidualImage(int width, int height, int bits, int low_effort, uint32_t* const argb, uint32_t* const argb_scratch, uint32_t* const image, int near_lossless_quality, int exact, int used_subtract_green) VP8LResidualImage() argument
675 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) GetBestColorTransformForTile() argument
717 VP8LColorSpaceTransform(int width, int height, int bits, int quality, uint32_t* const argb, uint32_t* image) VP8LColorSpaceTransform() argument
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1100 const void* bits = fOffscreen.draw(glyph, isBW, &srcRB); in generateImage() local
H A DSkFontHost_FreeType_common.cpp258 int bits = 0; in copyFTBitmap() local
304 unsigned bits = 0; in pack_8_to_1() local
331 unsigned bits = 0; in packA8ToA1() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c73 static void BrotliEncodeMlen(size_t length, uint64_t* bits, in BrotliEncodeMlen() argument
93 uint64_t bits = (copyextraval << insnumextra) | insextraval; in StoreCommandExtra() local
348 BuildAndStoreHuffmanTree(const uint32_t* histogram, const size_t histogram_length, const size_t alphabet_size, HuffmanTree* tree, uint8_t* depth, uint16_t* bits, size_t* storage_ix, uint8_t* storage) BuildAndStoreHuffmanTree() argument
403 BrotliBuildAndStoreHuffmanTreeFast(MemoryManager* m, const uint32_t* histogram, const size_t histogram_total, const size_t max_bits, uint8_t* depth, uint16_t* bits, size_t* storage_ix, uint8_t* storage) BrotliBuildAndStoreHuffmanTreeFast() argument
693 uint16_t bits[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; EncodeContextMap() local
802 uint16_t bits[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; StoreTrivialContextMap() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp1326 void ANGLETestBase::setConfigRedBits(int bits) in setConfigRedBits() argument
1331 void ANGLETestBase::setConfigGreenBits(int bits) in setConfigGreenBits() argument
1336 void ANGLETestBase::setConfigBlueBits(int bits) in setConfigBlueBits() argument
1341 void ANGLETestBase::setConfigAlphaBits(int bits) in setConfigAlphaBits() argument
1346 void ANGLETestBase::setConfigDepthBits(int bits) in setConfigDepthBits() argument
1351 setConfigStencilBits(int bits) setConfigStencilBits() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c183 uint32_t bits; in DecodeVarLenUint8() local
227 uint32_t bits; DecodeMetaBlockLength() local
350 DecodeSymbol(uint32_t bits, const HuffmanCode* table, BrotliBitReader* br) DecodeSymbol() argument
426 PreloadSymbol(int safe, const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) PreloadSymbol() argument
442 ReadPreloadedSymbol(const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) ReadPreloadedSymbol() argument
652 uint32_t bits = 0; SafeReadSymbolCodeLengths() local
799 uint32_t bits; ReadHuffmanCode() local
896 uint32_t bits; SafeReadBlockLength() local
1022 uint32_t bits; DecodeContextMap() local
1100 uint32_t bits; DecodeContextMap() local
1457 uint32_t bits; ReadContextModes() local
1590 uint32_t bits = 1; CalculateDistanceLut() local
1622 uint32_t bits; ReadDistanceInternal() local
1790 uint32_t bits; ProcessCommandsInternal() local
2334 uint32_t bits; BrotliDecoderDecompressStream() local
2347 uint32_t bits; BrotliDecoderDecompressStream() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c1682 u64 bits; in batch_mul() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h365 uint8_t bits=smallFCD[lead>>8]; in singleLeadMightHaveNonZeroFCD16() local
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c663 long long bits; // Only fetch extra data if an -o field is displaying it in get_ps() member
1082 long long bits = 0; get_headers() local
1488 long long ll, bits = 0; top_common() local
[all...]
/third_party/toybox/toys/posix/
H A Dps.c706 long long bits; // Only fetch extra data if an -o field is displaying it in get_ps() member
1125 long long bits = 0; get_headers() local
1635 long long ll, bits = 0; top_common() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc835 uint64_t bits = DoubleToRawbits(imm); in Fdup() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp96 uint8 bits[17]; member
3190 uint8 bits [MAX_CLEN + 1]; // bits [k] = # of symbols with code length k GenHuffCoding() local
[all...]
/third_party/python/PC/
H A Dlauncher.c173 int bits; /* 32 or 64 */ member
233 find_existing_python2(int bits, const wchar_t * version) in find_existing_python2() argument
249 _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits, in _locate_pythons_for_key() argument
533 int bits = 0; find_python_by_version() local
[all...]
/third_party/python/Python/
H A Ddtoa.c1062 d2b(U *d, int *e, int *bits) in d2b() argument
[all...]
/third_party/python/Objects/
H A Dfloatobject.c2075 unsigned short bits; PyFloat_Pack2() local
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c599 EXPORT(int) unpack_bitfields(struct BITS *bits, char name) in unpack_bitfields() argument
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp198 SkBitmap bits; member in __anon18602::TestCanvas
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp460 const int bits = de::min(srcBits[i], readBits[i]); in getFixedPointFormatThreshold() local
H A Des3fFragmentOutputTests.cpp932 const IVec4 bits = min(IVec4(8), tcu::getTextureFormatBitDepth(format)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp121 VkPipelineStageFlagBits bits = VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM; in getPipelineStage() local
155 VkAccessFlagBits bits = VK_ACCESS_FLAG_BITS_MAX_ENUM; in getWriterAccessFlag() local
185 VkAccessFlagBits bits = VK_ACCESS_FLAG_BITS_MAX_ENUM; getReaderAccessFlag() local
216 VkShaderStageFlagBits bits = VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM; getShaderStageFlagBits() local
[all...]
H A DvktRayTracingDataSpillTests.cpp176 VkShaderStageFlagBits bits = VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM; in getShaderStageForGeometry() local
2371 VkShaderStageFlagBits bits = VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM; in getShaderStageForGeometry() local
[all...]
H A DvktRayTracingTraceRaysTests.cpp151 getQueueFamilyIndexAtExact(const DeviceInterface& vkd, const InstanceInterface& vki, VkPhysicalDevice physDevice, VkDevice device, VkQueueFlagBits bits, deUint32 queueIndex = 0) getQueueFamilyIndexAtExact() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp231 deUint32 chooseMemoryType (deUint32 bits) in chooseMemoryType() argument

Completed in 67 milliseconds

1...<<4142434445464748