Home
last modified time | relevance | path

Searched defs:bit_pos (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h51 uint32_t* const bit_pos) { in Extract()
92 uint32_t* const bit_pos) { in ExtractAndDisableOptimizations()
105 uint32_t* const bit_pos) { in ExtractWebPConfig()
140 uint32_t* const bit_pos) { in ExtractSourcePicture()
176 uint32_t* const bit_pos) { in ExtractAndCropOrScale()
Danimencoder_fuzzer.cc31 size_t size, uint32_t* const bit_pos) { in AddFrame()
125 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
Denc_dec_fuzzer.cc31 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit()
46 uint64_t bit_pos; in VP8EstimateQuality() local
/third_party/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit()
46 uint64_t bit_pos; in VP8EstimateQuality() local
/third_party/boost/boost/random/detail/
Dgray_coded_qrng.hpp52 inline static void bit_pos(unsigned) {} in bit_pos() function
59 inline static void bit_pos(unsigned bit_pos) { in bit_pos() function
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c214 int* val, uint64_t* const bit_pos) { in GetBits()
229 int* val, uint64_t* const bit_pos) { in GetSignedBits()
256 uint64_t* const bit_pos) { in ParseLossySegmentHeader()
306 uint64_t* const bit_pos) { in ParseLossyFilterHeader()
343 uint64_t* const bit_pos = &bit_position; in ParseLossyHeader() local
450 int* val, uint64_t* const bit_pos) { in LLGetBits()
477 uint64_t* const bit_pos) { in ParseLosslessTransform()
508 uint64_t* const bit_pos = &bit_position; in ParseLosslessHeader() local
571 uint64_t bit_pos = 0; in ParseAlphaHeader() local
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c214 int* val, uint64_t* const bit_pos) { in GetBits()
229 int* val, uint64_t* const bit_pos) { in GetSignedBits()
256 uint64_t* const bit_pos) { in ParseLossySegmentHeader()
306 uint64_t* const bit_pos) { in ParseLossyFilterHeader()
343 uint64_t* const bit_pos = &bit_position; in ParseLossyHeader() local
450 int* val, uint64_t* const bit_pos) { in LLGetBits()
477 uint64_t* const bit_pos) { in ParseLosslessTransform()
508 uint64_t* const bit_pos = &bit_position; in ParseLosslessHeader() local
571 uint64_t bit_pos = 0; in ParseAlphaHeader() local
/third_party/f2fs-tools/fsck/
Ddir.c68 unsigned long bit_pos = 0; in find_target_dentry() local
200 unsigned int bit_pos) in f2fs_update_dentry()
224 int level = 0, current_depth, bit_pos; in f2fs_add_link() local
550 unsigned long bit_pos = 0; in convert_inline_dentry() local
/third_party/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h39 const char bit_pos = ((j&3) * 4 + (i&3)) * 3; in TAG() local
/third_party/ffmpeg/libavcodec/
Didcinvideo.c178 int bit_pos, node_num, dat_pos; in idcin_decode_vlcs() local
/third_party/ffmpeg/libavformat/
Drtpenc_h263_rfc2190.c154 uint32_t bit_pos = AV_RL32(ptr); in ff_rtp_send_h263_rfc2190() local
/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h64 GLubyte bit_pos = 2 * (j * 4 + i) ; in dxt135_decode_imageblock() local
159 const GLubyte bit_pos = ((j&3) * 4 + (i&3)) * 3; in fetch_2d_texel_rgba_dxt5() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/
Dmarkv_codec.cpp239 size_t GetNumBitsToNextByte(size_t bit_pos) { in GetNumBitsToNextByte()
243 bool ShouldByteBreak(size_t bit_pos) { in ShouldByteBreak()
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Dcper.h201 __u16 bit_pos; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c573 LLVMValueRef bit_pos, sel_mask, sel_lo, sel_hi, indices; in s3tc_dxt1_full_to_rgba_aos() local
770 LLVMValueRef bit_pos, sel_mask; in s3tc_dxt3_to_rgba_aos() local
902 LLVMValueRef tmp, alpha0, alpha1, alphac, alphac0, bit_pos, shift; in s3tc_dxt5_alpha_channel() local
/third_party/freetype/src/pshinter/
Dpshrec.c311 FT_UInt bit_pos, in ps_mask_table_set_bits()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c311 FT_UInt bit_pos, in ps_mask_table_set_bits()
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c312 FT_UInt bit_pos, in ps_mask_table_set_bits()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c722 int bit_pos = x % 8; in _draw_pointer() local
/third_party/quickjs/
Dlibbf.c373 static inline limb_t scan_bit_nz(const bf_t *r, slimb_t bit_pos) in scan_bit_nz()
489 slimb_t i, bit_pos, pos, e_min, e_max, e_range, prec; in __bf_round() local
634 slimb_t bit_pos, n; in bf_can_round() local
2623 slimb_t bit_pos = a->len * LIMB_BITS - a->expn; in bf_get_int64() local
6295 static inline limb_t scan_digit_nz(const bfdec_t *r, slimb_t bit_pos) in scan_digit_nz()
6422 slimb_t i, bit_pos, pos, e_min, e_max, e_range, prec; in __bfdec_round() local
/third_party/pulseaudio/src/modules/raop/
Draop-client.c229 static inline void bit_writer(uint8_t **buffer, uint8_t *bit_pos, size_t *size, uint8_t data, uint8… in bit_writer()
/third_party/toybox/toys/pending/
Dxzcat.c615 uint32_t bit_pos; in bcj_ia64() local