Home
last modified time | relevance | path

Searched defs:bit_pos (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Denc_dec_fuzzer.cc31 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
H A Danimencoder_fuzzer.cc125 uint32_t bit_pos = 0; in LLVMFuzzerTestOneInput() local
28 AddFrame(WebPAnimEncoder** const enc, const WebPAnimEncoderOptions& anim_config, int* const width, int* const height, int timestamp_ms, const uint8_t data[], size_t size, uint32_t* const bit_pos) AddFrame() argument
[all...]
H A Dfuzz_utils.h49 Extract(uint32_t max_value, const uint8_t data[], size_t size, uint32_t* const bit_pos) Extract() argument
90 ExtractAndDisableOptimizations( VP8CPUInfo default_VP8GetCPUInfo, const uint8_t data[], size_t size, uint32_t* const bit_pos) ExtractAndDisableOptimizations() argument
103 ExtractWebPConfig(WebPConfig* const config, const uint8_t data[], size_t size, uint32_t* const bit_pos) ExtractWebPConfig() argument
138 ExtractSourcePicture(WebPPicture* const pic, const uint8_t data[], size_t size, uint32_t* const bit_pos) ExtractSourcePicture() argument
174 ExtractAndCropOrScale(WebPPicture* const pic, const uint8_t data[], size_t size, uint32_t* const bit_pos) ExtractAndCropOrScale() argument
[all...]
/third_party/skia/third_party/externals/libwebp/extras/
H A Dquality_estimate.c46 uint64_t bit_pos; in VP8EstimateQuality() local
26 GetBit(const uint8_t* const data, size_t nb, uint64_t max_size, uint64_t* const bit_pos) GetBit() argument
/third_party/ffmpeg/libavcodec/
H A Didcinvideo.c180 int bit_pos, node_num, dat_pos; in idcin_decode_vlcs() local
/third_party/ffmpeg/libavformat/
H A Drtpenc_h263_rfc2190.c154 uint32_t bit_pos = AV_RL32(ptr); in ff_rtp_send_h263_rfc2190() local
/third_party/googletest/googlemock/src/
H A Dgmock-internal-utils.cc226 int bit_pos = 0; in Base64Unescape() local
/third_party/mesa3d/src/util/
H A Dtexcompress_rgtc_tmp.h39 const char bit_pos = ((j&3) * 4 + (i&3)) * 3; in fetch_texel_rgtc() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcm_app_utils.c105 cca_info(uint8 *bitmap, int num_bits, int *left, int *bit_pos) in cca_info() argument
/third_party/f2fs-tools/fsck/
H A Ddir.c69 unsigned long bit_pos = 0; in find_target_dentry() local
198 f2fs_update_dentry(nid_t ino, int file_type, struct f2fs_dentry_ptr *d, const unsigned char *name, int len, f2fs_hash_t name_hash, unsigned int bit_pos) f2fs_update_dentry() argument
225 int level = 0, current_depth, bit_pos; f2fs_add_link() local
559 unsigned long bit_pos = 0; convert_inline_dentry() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
H A Dcper.h201 __u16 bit_pos; member
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/
H A Dcper.h201 __u16 bit_pos; member
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshrec.c309 ps_mask_table_set_bits( PS_Mask_Table table, const FT_Byte* source, FT_UInt bit_pos, FT_UInt bit_count, FT_Memory memory ) ps_mask_table_set_bits() argument
/third_party/mesa3d/src/mesa/main/
H A 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/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h891 Instr Assembler::ImmTestBranchBit(unsigned bit_pos) { in ImmTestBranchBit() argument
H A Dmacro-assembler-arm64.cc1027 void TurboAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) { in Tbnz() argument
1043 void TurboAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Tbz() argument
H A Dassembler-arm64.cc806 void Assembler::tbz(const Register& rt, unsigned bit_pos, int imm14) { in tbz() argument
811 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { in tbz() argument
815 void Assembler::tbnz(const Register& rt, unsigned bit_pos, int imm14) { in tbnz() argument
820 void Assembler::tbnz(const Register& rt, unsigned bit_pos, Label* label) { in tbnz() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c343 uint64_t* const bit_pos in ParseLossyHeader() local
213 GetBits(const uint8_t* const data, size_t data_size, size_t nb, int* val, uint64_t* const bit_pos) GetBits() argument
228 GetSignedBits(const uint8_t* const data, size_t data_size, size_t nb, int* val, uint64_t* const bit_pos) GetSignedBits() argument
253 ParseLossySegmentHeader(const WebPInfo* const webp_info, const uint8_t* const data, size_t data_size, uint64_t* const bit_pos) ParseLossySegmentHeader() argument
303 ParseLossyFilterHeader(const WebPInfo* const webp_info, const uint8_t* const data, size_t data_size, uint64_t* const bit_pos) ParseLossyFilterHeader() argument
449 LLGetBits(const uint8_t* const data, size_t data_size, size_t nb, int* val, uint64_t* const bit_pos) LLGetBits() argument
474 ParseLosslessTransform(WebPInfo* const webp_info, const uint8_t* const data, size_t data_size, uint64_t* const bit_pos) ParseLosslessTransform() argument
508 uint64_t* const bit_pos = &bit_position; ParseLosslessHeader() local
571 uint64_t bit_pos = 0; ParseAlphaHeader() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c233 static inline void bit_writer(uint8_t **buffer, uint8_t *bit_pos, size_t *size, uint8_t data, uint8_t data_bit_len) { in bit_writer() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A 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_mas in s3tc_dxt3_to_rgba_aos() local
902 LLVMValueRef tmp, alpha0, alpha1, alphac, alphac0, bit_pos, shift; s3tc_dxt5_alpha_channel() local
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c615 uint32_t bit_pos; in bcj_ia64() local
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc715 void MacroAssembler::Tbnz(const Register& rt, unsigned bit_pos, Label* label) { in Emit() argument
744 void MacroAssembler::Tbz(const Register& rt, unsigned bit_pos, Label* label) { in Emit() argument
H A Dassembler-aarch64.cc421 void Assembler::tbz(const Register& rt, unsigned bit_pos, int64_t imm14) { in tbz() argument
427 void Assembler::tbz(const Register& rt, unsigned bit_pos, Label* label) { in tbz() argument
434 void Assembler::tbnz(const Register& rt, unsigned bit_pos, int64_t imm14) { in tbnz() argument
440 void Assembler::tbnz(const Register& rt, unsigned bit_pos, Label* label) { in tbnz() argument
[all...]
H A Dsimulator-aarch64.cc3845 unsigned bit_pos = in Simulator() local

Completed in 59 milliseconds