Home
last modified time | relevance | path

Searched defs:block (Results 826 - 850 of 1176) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djsimd.c994 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
1029 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare() argument
1056 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcphuff-neon.c41 jsimd_encode_mcu_AC_first_prepare_neon(const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al, JCOEF *values, size_t *zerobits) jsimd_encode_mcu_AC_first_prepare_neon() argument
259 jsimd_encode_mcu_AC_refine_prepare_neon(const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al, JCOEF *absvalues, size_t *bits) jsimd_encode_mcu_AC_refine_prepare_neon() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djsimd.c1194 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
1220 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare() argument
1246 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djsimd.c1017 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
1041 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare() argument
1065 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c103 const VP8MBData* const block = ctx->mb_data_ + mb_x; in ReconstructRow() local
[all...]
H A Dvp8_dec.c515 VP8MBData* const block = dec->mb_data_ + dec->mb_x_; in ParseResiduals() local
608 VP8MBData* const block = dec->mb_data_ + dec->mb_x_; in VP8DecodeMB() local
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.h904 NormalBlock* block; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c230 FT_Pointer block; in ft_mem_table_alloc() local
640 FT_Byte* block; ft_mem_debug_alloc() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-os2-table.hh201 unsigned int block = bit / 32; in _update_unicode_ranges() local
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp57 FindAvailableInstructions( opt::Function* function, opt::BasicBlock* block, const opt::BasicBlock::iterator& inst_it, std::function<bool(opt::IRContext*, opt::Instruction*)> instruction_is_relevant) const FindAvailableInstructions() argument
106 ForEachInstructionWithInstructionDescriptor( opt::Function* function, std::function< void(opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
171 ForEachInstructionWithInstructionDescriptor( std::function< void(opt::Function* function, opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
682 auto block = fuzzerutil::MaybeFindBlock(GetIRContext(), block_id); SplitBlockAfterOpPhiOrOpVariable() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie.cpp223 int32_t block; in utrie_set32() local
241 int32_t block; utrie_get32() local
263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) utrie_fillBlock() argument
291 int32_t block, rest, repeatBlock; utrie_setRange32() local
379 int32_t block, i; _findSameIndexBlock() local
410 int32_t indexLength, block; utrie_fold() local
564 int32_t block; _findSameDataBlock() local
939 uint16_t block; utrie_unserializeDummy() local
1066 int32_t l, i, j, block, prevBlock, nullBlock, offset; utrie_enum() local
[all...]
H A Dutrie2_builder.cpp499 int32_t i2, block; isInNullBlock() local
598 releaseDataBlock(UNewTrie2 *trie, int32_t block) releaseDataBlock() argument
605 isWritableBlock(UNewTrie2 *trie, int32_t block) isWritableBlock() argument
610 setIndex2Entry(UNewTrie2 *trie, int32_t i2, int32_t block) setIndex2Entry() argument
658 int32_t block; set32() local
704 writeBlock(uint32_t *block, uint32_t value) writeBlock() argument
716 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) fillBlock() argument
747 int32_t block, rest, repeatBlock; utrie2_setRange32() local
911 int32_t block; findSameIndex2Block() local
926 int32_t block; findSameDataBlock() local
949 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; findHighStart() local
[all...]
/third_party/python/Modules/_sre/
H A Dsre_lib.h166 Py_ssize_t count, block; in charset() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc843 absl::Cord block = BigCord(10, 'b'); in TEST_P() local
808 SpliceCord(const absl::Cord& blob, int64_t offset, const absl::Cord& block) SpliceCord() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp154 void OneLineShaper::finish(const Block& block, SkScalar height, SkScalar& advanceX) { in finish() argument
317 GlyphRange block = EMPTY_RANGE; sortOutGlyphs() local
369 generateBlockRange(const Block& block, const TextRange& textRange) generateBlockRange() argument
[all...]
/third_party/selinux/checkpolicy/test/
H A Ddismod.c698 avrule_block_t *block = policydb.global; in display_avblock() local
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp99 BasicBlock* block = stack.back(); in MarkLiveBlocks() local
189 SimplifyBranch(BasicBlock* block, uint32_t live_lab_id) SimplifyBranch() argument
[all...]
H A Dloop_peeling.cpp33 void GetBlocksInPath(uint32_t block, uint32_t entry, in GetBlocksInPath() argument
[all...]
H A Dmerge_return_pass.cpp75 void MergeReturnPass::GenerateState(BasicBlock* block) { in GenerateState() argument
191 CreateReturn(BasicBlock* block) CreateReturn() argument
221 ProcessStructuredBlock(BasicBlock* block) ProcessStructuredBlock() argument
240 BranchToBlock(BasicBlock* block, uint32_t target) BranchToBlock() argument
395 BasicBlock* block = nullptr; PredicateBlocks() local
434 BreakFromConstruct( BasicBlock* block, std::unordered_set<BasicBlock*>* predicated, std::list<BasicBlock*>* order, Instruction* break_merge_inst) BreakFromConstruct() argument
505 context(), block, BreakFromConstruct() local
538 RecordReturned(BasicBlock* block) RecordReturned() argument
569 RecordReturnValue(BasicBlock* block) RecordReturnValue() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp257 auto* block = context()->get_instr_block(access_chain_final_user); in ReplaceNonUniformAccessWithSwitchCase() local
221 CloneInstsToBlock( BasicBlock* block, Instruction* inst_to_skip_cloning, const std::deque<Instruction*>& insts_to_be_cloned, std::unordered_map<uint32_t, uint32_t>* old_ids_to_new_ids) const CloneInstsToBlock() argument
239 UseNewIdsInBlock( BasicBlock* block, const std::unordered_map<uint32_t, uint32_t>& old_ids_to_new_ids) const UseNewIdsInBlock() argument
312 SeparateInstructionsIntoNewBlock( BasicBlock* block, Instruction* separation_begin_inst) const SeparateInstructionsIntoNewBlock() argument
[all...]
H A Dscalar_replacement_pass.cpp206 BasicBlock* block = context()->get_instr_block(dbg_value); in ReplaceWholeDebugValue() local
232 BasicBlock* block = context()->get_instr_block(load); in ReplaceWholeLoad() local
292 BasicBlock* block = context()->get_instr_block(store); in ReplaceWholeStore() local
484 BasicBlock* block = context()->get_instr_block(var_inst); CreateVariable() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c1017 const uint8_t *block = buf; in dvbsub_parse_object_segment() local
H A Ddxv.c68 int block, i; in decompress_indices() local
111 cocg_block(uint8_t *plane0, ptrdiff_t stride0, uint8_t *plane1, ptrdiff_t stride1, const uint8_t *block) cocg_block() argument
141 yao_subblock(uint8_t *dst, uint8_t *yo_indices, ptrdiff_t stride, const uint8_t *block) yao_subblock() argument
160 yo_block(uint8_t *dst, ptrdiff_t stride, uint8_t *unused0, ptrdiff_t unused1, const uint8_t *block) yo_block() argument
174 yao_block(uint8_t *plane0, ptrdiff_t stride0, uint8_t *plane3, ptrdiff_t stride1, const uint8_t *block) yao_block() argument
[all...]
H A Dh264pred_template.c1111 const dctcoef *block = (const dctcoef*)_block; in pred8x8l_vertical_filter_add() local
1147 const dctcoef *block = (const dctcoef*)_block; pred8x8l_horizontal_filter_add() local
1193 const dctcoef *block = (const dctcoef*)_block; pred4x4_vertical_add() local
1214 const dctcoef *block = (const dctcoef*)_block; pred4x4_horizontal_add() local
1234 const dctcoef *block = (const dctcoef*)_block; pred8x8l_vertical_add() local
1259 const dctcoef *block = (const dctcoef*)_block; pred8x8l_horizontal_add() local
1278 pred16x16_vertical_add(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) pred16x16_vertical_add() argument
1287 pred16x16_horizontal_add(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) pred16x16_horizontal_add() argument
1297 pred8x8_vertical_add(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) pred8x8_vertical_add() argument
1305 pred8x16_vertical_add(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) pred8x16_vertical_add() argument
1315 pred8x8_horizontal_add(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) pred8x8_horizontal_add() argument
1324 pred8x16_horizontal_add(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) pred8x16_horizontal_add() argument
[all...]
H A Dmpeg4videoenc.c72 static inline int get_block_rate(MpegEncContext *s, int16_t block[64], in get_block_rate() argument
107 static inline void restore_ac_coeffs(MpegEncContext *s, int16_t block[ argument
138 decide_ac_pred(MpegEncContext *s, int16_t block[6][64], const int dir[6], uint8_t *st[6], int zigzag_last_index[6]) decide_ac_pred() argument
290 mpeg4_encode_block(MpegEncContext *s, int16_t *block, int n, int intra_dc, uint8_t *scan_table, PutBitContext *dc_pb, PutBitContext *ac_pb) mpeg4_encode_block() argument
351 mpeg4_get_block_length(MpegEncContext *s, int16_t *block, int n, int intra_dc, uint8_t *scan_table) mpeg4_get_block_length() argument
405 mpeg4_encode_blocks(MpegEncContext *s, int16_t block[6][64], int intra_dc[6], uint8_t **scan_table, PutBitContext *dc_pb, PutBitContext *ac_pb) mpeg4_encode_blocks() argument
439 get_b_cbp(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y, int mb_type) get_b_cbp() argument
483 ff_mpeg4_encode_mb(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) ff_mpeg4_encode_mb() argument
[all...]

Completed in 26 milliseconds

1...<<31323334353637383940>>...48