Home
last modified time | relevance | path

Searched defs:prediction (Results 1 – 19 of 19) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dobmc_sse4.cc40 uint8_t* LIBGAV1_RESTRICT const prediction, in OverlapBlendFromLeft2xH_SSE4_1()
72 uint8_t* LIBGAV1_RESTRICT const prediction, in OverlapBlendFromLeft4xH_SSE4_1()
111 uint8_t* LIBGAV1_RESTRICT const prediction, in OverlapBlendFromLeft8xH_SSE4_1()
137 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromLeft_SSE4_1()
193 uint8_t* LIBGAV1_RESTRICT const prediction, in OverlapBlendFromTop4xH_SSE4_1()
236 uint8_t* LIBGAV1_RESTRICT const prediction, in OverlapBlendFromTop8xH_SSE4_1()
264 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromTop_SSE4_1()
335 uint16_t* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride, in OverlapBlendFromLeft2xH_SSE4_1()
366 uint16_t* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride, in OverlapBlendFromLeft4xH_SSE4_1()
400 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromLeft10bpp_SSE4_1()
[all …]
Dconvolve_sse4.cc252 const int height, void* LIBGAV1_RESTRICT prediction, in Convolve2D_SSE4_1()
411 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveVertical_SSE4_1()
486 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveCompoundCopy_SSE4()
545 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundVertical_SSE4_1()
615 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveHorizontal_SSE4_1()
630 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundHorizontal_SSE4_1()
645 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompound2D_SSE4_1()
1181 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveScale2D_SSE4_1()
1403 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveIntraBlockCopyHorizontal_SSE4_1()
1566 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveIntraBlockCopyVertical_SSE4_1()
[all …]
Dconvolve_avx2.cc616 const int height, void* LIBGAV1_RESTRICT prediction, in Convolve2D_AVX2()
1137 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveVertical_AVX2()
1273 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundVertical_AVX2()
1383 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveHorizontal_AVX2()
1404 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveCompoundHorizontal_AVX2()
1430 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveCompound2D_AVX2()
/external/libgav1/libgav1/src/dsp/
Dconvolve.cc68 void* LIBGAV1_RESTRICT prediction, in ConvolveScale2D_C()
150 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveCompoundScale2D_C()
235 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveCompound2D_C()
319 void* LIBGAV1_RESTRICT prediction, in Convolve2D_C()
399 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveHorizontal_C()
441 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveVertical_C()
478 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveCopy_C()
497 const int height, void* LIBGAV1_RESTRICT prediction, in ConvolveCompoundCopy_C()
535 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveCompoundHorizontal_C()
580 void* LIBGAV1_RESTRICT prediction, const ptrdiff_t pred_stride) { in ConvolveCompoundVertical_C()
[all …]
Dobmc.cc33 void OverlapBlendVertical_C(void* LIBGAV1_RESTRICT const prediction, in OverlapBlendVertical_C()
60 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendHorizontal_C()
/external/libtextclassifier/native/lang_id/
Dlang-id-wrapper.cc76 const auto& prediction = langid_result.predictions[i]; in GetPredictions() local
93 const auto& prediction = predictions[i]; in GetLanguageTags() local
/external/tensorflow/tensorflow/lite/examples/label_image/
Dget_top_n_impl.h33 void get_top_n(T* prediction, int prediction_size, size_t num_results, in get_top_n()
/external/libgav1/libgav1/src/dsp/arm/
Dconvolve_neon.cc756 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in Filter2DVertical()
777 const int height, void* LIBGAV1_RESTRICT const prediction, in Convolve2D_NEON()
1513 void* LIBGAV1_RESTRICT const prediction, in ConvolveScale2D_NEON()
1753 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveHorizontal_NEON()
2247 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveVertical_NEON()
2367 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundCopy_NEON()
2423 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundVertical_NEON()
2521 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundHorizontal_NEON()
2536 void* LIBGAV1_RESTRICT const prediction) { in Compound2DVertical()
2552 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompound2D_NEON()
[all …]
Dconvolve_10bit_neon.cc483 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveHorizontal_NEON()
501 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundHorizontal_NEON()
1037 void* LIBGAV1_RESTRICT const prediction, in Filter2DVertical()
1059 const int height, void* LIBGAV1_RESTRICT const prediction, in Convolve2D_NEON()
1104 void* LIBGAV1_RESTRICT const prediction) { in Compound2DVertical()
1120 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompound2D_NEON()
1165 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveVertical_NEON()
1260 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t /*pred_stride*/) { in ConvolveCompoundVertical_NEON()
1339 const int width, const int height, void* const prediction, in ConvolveCompoundCopy_NEON()
1464 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t pred_stride) { in ConvolveIntraBlockCopyHorizontal_NEON()
[all …]
Dobmc_neon.cc123 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromLeft_NEON()
288 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromTop_NEON()
455 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromLeft_NEON()
750 void* LIBGAV1_RESTRICT const prediction, const ptrdiff_t prediction_stride, in OverlapBlendFromTop_NEON()
/external/armnn/tests/
DInferenceTest.inl132 unsigned int prediction = 0; local
262 for (const unsigned int prediction : m_ValidationPredictionsOut) local
/external/tensorflow/tensorflow/core/kernels/
Din_topk_op_gpu.cu.cc53 T prediction = ldg(predictions + i); in ComputePredictionMaskKernel() local
Dsdca_internal.cc219 const Eigen::Tensor<float, 0, Eigen::RowMajor> prediction = in ComputeWxAndWeightedExampleNorm() local
233 const Eigen::Tensor<float, 2, Eigen::RowMajor> prediction = in ComputeWxAndWeightedExampleNorm() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics.cc107 const std::vector<Detection>& prediction, in FromBoxes()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
Drun_eval.cc156 ObjectDetectionResult prediction = *eval.GetLatestPrediction(); in RunImpl() local
/external/libtextclassifier/native/actions/
Dngram-model.cc218 const auto prediction = Eval(message_unicode); in EvalConversation() local
/external/libgav1/libgav1/src/tile/
Dprediction.cc614 void* prediction[2]; in CompoundInterPrediction() local
825 uint8_t* const prediction = GetStartPoint(buffer_, plane, x, y, bitdepth); in ObmcBlockPrediction() local
1100 uint16_t* const prediction, const bool is_compound, in BlockInterPrediction()
1287 uint16_t* const prediction = block.scratch_buffer->prediction_buffer[index]; in BlockWarpProcess() local
/external/webrtc/test/scenario/
Dscenario_config.h147 } prediction = Prediction::kFull; member
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp716 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() local
733 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() local