Searched refs:PredType (Results 1 – 10 of 10) sorted by relevance
82 using PredType = typedef in libgav1::dsp::__anond24d298a0111::DistanceWeightedBlendTest87 alignas(kMaxAlignment) PredType89 alignas(kMaxAlignment) PredType103 PredType* src_1 = source1_; in Test()104 PredType* src_2 = source2_; in Test()129 src_1[x] = static_cast<PredType>(rnd(max_val - min_val) + min_val); in Test()130 src_2[x] = static_cast<PredType>(rnd(max_val - min_val) + min_val); in Test()
96 using PredType = typedef in libgav1::dsp::__anonabee7eea0111::AverageBlendTest101 alignas(kMaxAlignment) PredType103 alignas(kMaxAlignment) PredType118 PredType* src_1 = source1_; in Test()119 PredType* src_2 = source2_; in Test()125 src_1[x] = static_cast<PredType>(rnd(max_val - min_val) + min_val); in Test()126 src_2[x] = static_cast<PredType>(rnd(max_val - min_val) + min_val); in Test()
336 using PredType = typedef in libgav1::dsp::__anon46929d1b0111::MaskBlendTest341 alignas(kMaxAlignment) PredType345 alignas(kMaxAlignment) PredType371 PredType* src_1 = source1_; in Test()373 PredType* src_2 = source2_; in Test()381 src_1[x] = static_cast<PredType>(rnd.Rand16() & range_mask); in Test()382 src_2[x] = static_cast<PredType>(rnd.Rand16() & range_mask); in Test()392 src_1[x] = static_cast<PredType>(rnd(max_val - min_val) + min_val); in Test()393 src_2[x] = static_cast<PredType>(rnd(max_val - min_val) + min_val); in Test()
37 using PredType = in AverageBlend_C() typedef39 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in AverageBlend_C()40 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in AverageBlend_C()
39 using PredType = in DistanceWeightedBlend_C() typedef41 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in DistanceWeightedBlend_C()42 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in DistanceWeightedBlend_C()
239 using PredType = typedef in libgav1::dsp::__anon21aa963e0111::WeightMaskTest242 kMaxAlignment) PredType block_1_[kMaxPredictionSize * kMaxPredictionSize];244 kMaxAlignment) PredType block_2_[kMaxPredictionSize * kMaxPredictionSize];266 static_cast<PredType>(rnd(max_val - min_val) + min_val); in SetInputData()268 static_cast<PredType>(rnd(max_val - min_val) + min_val); in SetInputData()
35 using PredType = in WeightMask_C() typedef37 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in WeightMask_C()38 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in WeightMask_C()
55 using PredType = in MaskBlend_C() typedef57 const auto* pred_0 = static_cast<const PredType*>(prediction_0); in MaskBlend_C()58 const auto* pred_1 = static_cast<const PredType*>(prediction_1); in MaskBlend_C()
70 using PredType = in WeightMask8_NEON() typedef75 LoadPred(static_cast<const PredType*>(prediction_0), in WeightMask8_NEON()76 static_cast<const PredType*>(prediction_1)); in WeightMask8_NEON()
2098 template\<typename PredType>2099 bool msynpred( PredType pred )