Home
last modified time | relevance | path

Searched refs:PredType (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Daverage_blend.cc36 using PredType = in AverageBlend_C() typedef
38 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in AverageBlend_C()
39 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in AverageBlend_C()
Ddistance_weighted_blend.cc37 using PredType = in DistanceWeightedBlend_C() typedef
39 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in DistanceWeightedBlend_C()
40 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in DistanceWeightedBlend_C()
Dweight_mask.cc34 using PredType = in WeightMask_C() typedef
36 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in WeightMask_C()
37 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in WeightMask_C()
Dmask_blend.cc52 using PredType = in MaskBlend_C() typedef
54 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in MaskBlend_C()
55 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in MaskBlend_C()
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4001 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") : in createAndImportSelDAGMatcher() local
4004 if (!PredType.empty()) { in createAndImportSelDAGMatcher()
4005 OM.addPredicate<CmpPredicateOperandMatcher>(std::string(PredType)); in createAndImportSelDAGMatcher()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg2098 template\<typename PredType>
2099 bool msynpred( PredType pred )