Home
last modified time | relevance | path

Searched defs:pred (Results 151 - 175 of 253) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c357 int delta, pred, step, add; in adpcm_agm_expand_nibble() local
[all...]
H A Dvc1_block.c343 int a, b, c, wrap, pred, scale; in vc1_i_pred_dc() local
409 int a, b, c, wrap, pred; in ff_vc1_pred_dc() local
479 int xy, wrap, pred, in vc1_coded_block_pred() local
2593 int pred = vc1_coded_block_pred(&v->s, k, &coded_val); vc1_decode_i_blocks() local
2747 int pred = vc1_coded_block_pred(&v->s, k, &coded_val); vc1_decode_i_blocks_adv() local
[all...]
H A Dvp9block.c110 int pred = 8, x; in decode_mode() local
H A Dpngenc.c199 int pred = s->filter_type; in png_choose_filter() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dnutenc.c169 int key_frame, index, pred, stream_id; in build_frame_code() local
[all...]
/third_party/glslang/SPIRV/
H A DspvIR.h204 void addPredecessor(Block* pred) { predecessors.push_back(pred); pred->successors.push_back(this);} in addPredecessor() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_validate.c1139 validate_phi_src(nir_phi_instr *instr, nir_block *pred, validate_state *state) in validate_phi_src() argument
1239 const nir_block *pred = entry->key; in validate_block_predecessors() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c100 struct ir3_instruction *pred; /* current p0.x user, if any */ member
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c959 struct vtn_block *pred = vtn_block(b, w[i + 1]); in vtn_handle_phi_second_pass() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp914 Block& pred = ctx.program->blocks[pred_idx]; in add_coupling_code() local
972 Block& pred in add_coupling_code() local
1018 Block& pred = ctx.program->blocks[pred_idx]; add_coupling_code() local
1069 Block& pred = ctx.program->blocks[pred_idx]; add_coupling_code() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h126 enum dxil_cmp_pred pred; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h63 brw_nir_rt_load_const(nir_builder *b, unsigned components, nir_ssa_def *addr, nir_ssa_def *pred) brw_nir_rt_load_const() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c469 mir_adjust_constants(midgard_instruction *ins, struct midgard_predicate *pred, bool destructive) mir_adjust_constants() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c359 gpir_node *pred = dep->pred; schedule_update_distance() local
638 gpir_node *pred = dep->pred; schedule_try_place_node() local
643 gpir_node *pred = dep->pred; schedule_try_place_node() local
784 gpir_node *pred = dep->pred; schedule_undo_node() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp387 uint32_t pred = d >= 0 ? DDATA(i->def(d)).id : 7; in setPDSTL() local
468 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) in emitForm_S() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp368 static std::vector<T> sorted (const std::vector<T>& unsorted, P pred) in sorted() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp1224 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction() local
1573 ICmpInst::Predicate pred = ICmpInst::ICMP_EQ; in evaluateICmpRelation() local
1810 ConstantFoldCompareInstruction(unsigned short pred, Constant *C1, Constant *C2) ConstantFoldCompareInstruction() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc.c62 static void CollectHistogram_C(const uint8_t* ref, const uint8_t* pred, in CollectHistogram_C() argument
H A Dlossless.c132 const uint32_t pred = Average3(left, top[0], top[1]); in VP8LPredictor5_C() local
136 const uint32_t pred = Average2(left, top[-1]); in VP8LPredictor6_C() local
140 const uint32_t pred = Average2(left, top[0]); in VP8LPredictor7_C() local
144 const uint32_t pred = Average2(top[-1], top[0]); in VP8LPredictor8_C() local
149 const uint32_t pred = Average2(top[0], top[1]); in VP8LPredictor9_C() local
154 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); VP8LPredictor10_C() local
158 const uint32_t pred = Select(top[0], left, top[-1]); VP8LPredictor11_C() local
162 const uint32_t pred = ClampedAddSubtractFull(left, top[0], top[-1]); VP8LPredictor12_C() local
166 const uint32_t pred = ClampedAddSubtractHalf(left, top[0], top[-1]); VP8LPredictor13_C() local
306 const uint32_t* pred = pred_row; ColorSpaceInverseTransform_C() local
[all...]
H A Dlossless_enc_sse2.c474 __m128i avg, pred, res; in PredictorSub5_SSE2() local
560 const __m128i pred = _mm_or_si128(A, B); // pred in PredictorSub11_SSE2() local
590 const __m128i pred = _mm_packus_epi16(pred_lo, pred_hi); PredictorSub12_SSE2() local
620 const __m128i pred = _mm_packus_epi16(A4, A4); PredictorSub13_SSE2() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h171 bool c_all_of(const C& c, Pred&& pred) { in c_all_of() argument
182 bool c_any_of(const C& c, Pred&& pred) { in c_any_of() argument
193 bool c_none_of(const C& c, Pred&& pred) { in c_none_of() argument
226 container_algorithm_internal::ContainerIter<C> c_find_if(C& c, Pred&& pred) { in c_find_if() argument
237 c_find_if_not(C& c, Pred&& pred) c_find_if_not() argument
260 c_find_end( Sequence1& sequence, Sequence2& subsequence, BinaryPredicate&& pred) c_find_end() argument
286 c_find_first_of( C1& container, C2& options, BinaryPredicate&& pred) c_find_first_of() argument
309 c_adjacent_find( Sequence& sequence, BinaryPredicate&& pred) c_adjacent_find() argument
333 c_count_if( const C& c, Pred&& pred) c_count_if() argument
369 c_mismatch(C1& c1, C2& c2, BinaryPredicate pred) c_mismatch() argument
413 c_equal(const C1& c1, const C2& c2, BinaryPredicate&& pred) c_equal() argument
437 c_is_permutation(const C1& c1, const C2& c2, BinaryPredicate&& pred) c_is_permutation() argument
461 c_search( Sequence1& sequence, Sequence2& subsequence, BinaryPredicate&& pred) c_search() argument
486 c_search_n( Sequence& sequence, Size count, T&& value, BinaryPredicate&& pred) c_search_n() argument
522 c_copy_if(const InputSequence& input, OutputIterator output, Pred&& pred) c_copy_if() argument
631 c_replace_if(C& c, Pred&& pred, T&& new_value) c_replace_if() argument
657 c_replace_copy_if(const C& c, OutputIterator result, Pred&& pred, T&& new_value) c_replace_copy_if() argument
731 c_remove_copy_if(const C& c, OutputIterator result, Pred&& pred) c_remove_copy_if() argument
752 c_unique_copy(const C& c, OutputIterator result, BinaryPredicate&& pred) c_unique_copy() argument
829 c_is_partitioned(const C& c, Pred&& pred) c_is_partitioned() argument
842 c_partition(C& c, Pred&& pred) c_partition() argument
856 c_stable_partition(C& c, Pred&& pred) c_stable_partition() argument
871 c_partition_copy( const C& c, OutputIterator1 out_true, OutputIterator2 out_false, Pred&& pred) c_partition_copy() argument
885 c_partition_point(C& c, Pred&& pred) c_partition_point() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.hpp369 static std::vector<T> sorted (const std::vector<T>& unsorted, P pred) in sorted() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1609 auto pred = [uifirstRootSurfaceNodeDrawable] { in CheckAndWaitPreFirstLevelDrawableNotify() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp395 constexpr It LowerBound(It first, const It last, const T& val, Pred pred) in LowerBound() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h410 inline typename Container::size_type EraseIf(Container& container, Predicate pred) in EraseIf() argument

Completed in 44 milliseconds

1234567891011