HomeSort by relevance Sort by last modified time
    Searched refs:prediction (Results 1 - 25 of 56) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
32 enum prediction enum
38 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
42 extern tree build_predict_expr (enum br_predictor, enum prediction);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 69 // This implementation, combines training and prediction in one step.
70 // The return value is the prediction value for the supplied sample. It
84 int prediction = mMulticlassPA_learner.sparseGetClass(splited.indexArray, local
86 return prediction;
  /external/libavc/common/arm/
ih264_intra_pred_luma_4x4_a9q.s 26 @* Contains function definitions for intra 4x4 Luma prediction .
62 @* Perform Intra prediction for luma_4x4 mode:vertical
65 @* Perform Intra prediction for luma_4x4 mode:vertical ,described in sec 8.3.1.2.1
135 @* Perform Intra prediction for luma_4x4 mode:horizontal
138 @* Perform Intra prediction for luma_4x4 mode:horizontal ,described in sec 8.3.1.2.2
217 @* Perform Intra prediction for luma_4x4 mode:DC
220 @* Perform Intra prediction for luma_4x4 mode:DC ,described in sec 8.3.1.2.3
356 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left
359 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left ,described in sec 8.3.1.2.4
438 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Righ
    [all...]
ih264_intra_pred_luma_8x8_a9q.s 26 @* Contains function definitions for intra 8x8 Luma prediction .
67 @* Reference sample filtering process for Intra_8x8 sample prediction
70 @* Perform Reference sample filtering process for Intra_8x8 sample prediction ,described in sec 8.3.2.2.1
152 @* Perform Intra prediction for luma_8x8 mode:vertical
155 @* Perform Intra prediction for luma_8x8 mode:vertical ,described in sec 8.3.2.2.2
225 @* Perform Intra prediction for luma_8x8 mode:horizontal
228 @* Perform Intra prediction for luma_8x8 mode:horizontal ,described in sec 8.3.2.2.2
305 @* Perform Intra prediction for luma_8x8 mode:DC
308 @* Perform Intra prediction for luma_8x8 mode:DC ,described in sec 8.3.2.2.3
416 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Lef
    [all...]
ih264_intra_pred_luma_16x16_a9q.s 26 @* Contains function definitions for intra 16x16 Luma prediction .
66 @* Perform Intra prediction for luma_16x16 mode:vertical
69 @* Perform Intra prediction for luma_16x16 mode:Vertical ,described in sec 8.3.3.1
147 @* Perform Intra prediction for luma_16x16 mode:horizontal
150 @* Perform Intra prediction for luma_16x16 mode:horizontal ,described in sec 8.3.3.2
225 @* Perform Intra prediction for luma_16x16 mode:DC
228 @* Perform Intra prediction for luma_16x16 mode:DC ,described in sec 8.3.3.3
349 @* Perform Intra prediction for luma_16x16 mode:PLANE
352 @* Perform Intra prediction for luma_16x16 mode:PLANE ,described in sec 8.3.3.4
ih264_intra_pred_chroma_a9q.s 26 @* Contains function definitions for intra chroma prediction .
65 @* Perform Intra prediction for chroma_8x8 mode:DC
68 @* Perform Intra prediction for chroma_8x8 mode:DC ,described in sec 8.3.4.1
197 @* Perform Intra prediction for chroma_8x8 mode:Horizontal
200 @* Perform Intra prediction for chroma_8x8 mode:Horizontal ,described in sec 8.3.4.2
273 @* Perform Intra prediction for chroma_8x8 mode:vertical
276 @*Perform Intra prediction for chroma_8x8 mode:vertical ,described in sec 8.3.4.3
345 @* Perform Intra prediction for chroma_8x8 mode:PLANE
348 @* Perform Intra prediction for chroma_8x8 mode:PLANE ,described in sec 8.3.4.4
ih264_ihadamard_scaling_a9.s 27 @ * of 16x16 intra-prediction
42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
43 @ * prediction buffer
ih264_default_weighted_pred_a9q.s 26 @* Contains function definitions for default weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
47 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for luma.
220 @* This routine performs the default weighted prediction as described in sec
221 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for chroma.
ih264_iquant_itrans_recon_dc_a9.s 57 @ * Prediction 4x4 block
69 @ * Prediction stride
187 @ * Prediction 4x4 block
199 @ * Prediction stride
308 @ * prediction buffer if only dc value is present for residue
312 @ * This inverse quantized content is added to the prediction buffer to recon-
319 @ * prediction 4x4 block in interleaved format
322 @ * Prediction buffer stride in interleaved format
ih264_weighted_pred_a9q.s 26 @* Contains function definitions for weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
47 @* 8.4.2.3.2 titled "Weighted sample prediction process" for luma.
69 @* weight for the weighted prediction
276 @* This routine performs the default weighted prediction as described in sec
277 @* 8.4.2.3.2 titled "Weighted sample prediction process" for chroma.
299 @* weights for the weighted prediction for U and V
ih264_inter_pred_chroma_a9q.s 26 @* Contains function definitions for inter prediction interpolation.
  /external/opencv3/samples/cpp/
kalman.cpp 59 Mat prediction = KF.predict(); local
60 double predictAngle = prediction.at<float>(0);
  /external/opencv3/samples/python2/
kalman.py 46 prediction = kalman.predict() variable
47 predict_angle = prediction[0, 0]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 31 ; * Performs detecting the prediction direction
44 ; * [out]predDir indicates the prediction direction which takes one
omxVCM4P2_PredictReconCoefIntra_s.s 27 ; * Contains module for DC/AC coefficient prediction
33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
57 ; * [in] ACPredFlag a flag indicating if AC prediction should be
139 ;// DC Prediction
143 M_LDR predDir,predDironStack ;// Load Prediction direction
157 CMP predDir,#2 ;// Check if the Prediction direction is vertical
161 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
162 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 31 ; * Performs detecting the prediction direction
44 ; * [out]predDir indicates the prediction direction which takes one
omxVCM4P2_PredictReconCoefIntra_s.s 27 ; * Contains module for DC/AC coefficient prediction
33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
57 ; * [in] ACPredFlag a flag indicating if AC prediction should be
171 ;// DC Prediction
175 M_LDR predDir,predDironStack ;// Load Prediction direction
183 CMP predDir,#2 ;// Check if the Prediction direction is vertical
187 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
188 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 53 <i>start state</i> of the machine; every prediction will begin in state +0+. At
59 alternative has been chosen successfully and the prediction procedure ends. If
60 the current state is not an <i>accept state</i>, the prediction has failed and
82 If positive, it indicates that the prediction
95 For more information on the prediction algorithm, check out the #predict method
226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 109 ; load prediction data
115 ; add prediction and residual
  /external/v8/test/mjsunit/
random-bit-correlations.js 33 // Find out how many of the bits are the same as the prediction bit.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bundle.s 103 # and conditional with prediction), we test a case that can be relaxed
x86-64-bundle.s 107 # and conditional with prediction), we test a case that can be relaxed
  /external/libvorbis/doc/
07-floor1.tex 22 prediction in a process roughly equivalent to the following simplified
243 iterative prediction to find final Y values, these points are
256 +/- difference values, then apply to line prediction.
  /external/v8/src/
frames.h 622 int* stack_slots, HandlerTable::CatchPrediction* prediction);
697 int* stack_slots, HandlerTable::CatchPrediction* prediction) override;
  /external/libhevc/common/arm/
ihevc_itrans_recon_8x8.s 46 @ * performs inverse transform and adds the prediction data and clips output
59 @ * prediction 8x8 block
68 @ * prediction stride
155 ldr r8,[sp,#44] @ prediction stride
868 @/// adding the prediction buffer
878 @ load prediction data
884 @adding recon with prediction

Completed in 489 milliseconds

1 2 3