Home
last modified time | relevance | path

Searched refs:prediction (Results 1 – 25 of 80) sorted by relevance

1234

/external/libavc/common/arm/
Dih264_intra_pred_luma_4x4_a9q.s26 @* 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_Right
[all …]
Dih264_intra_pred_luma_8x8_a9q.s26 @* 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.…
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_Left
[all …]
Dih264_intra_pred_luma_16x16_a9q.s26 @* 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
Dih264_intra_pred_chroma_a9q.s26 @* 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
Dih264_ihadamard_scaling_a9.s27 @ * of 16x16 intra-prediction
42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
43 @ * prediction buffer
Dih264_weighted_pred_a9q.s26 @* Contains function definitions for weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
69 @* weight for the weighted prediction
276 @* This routine performs the default weighted prediction as described in sec
299 @* weights for the weighted prediction for U and V
Dih264_default_weighted_pred_a9q.s26 @* Contains function definitions for default weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
220 @* This routine performs the default weighted prediction as described in sec
Dih264_iquant_itrans_recon_dc_a9.s308 @ * 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
Dih264_weighted_bi_pred_a9q.s75 @* weight for the weighted prediction
78 @* weight for the weighted prediction
361 @* This routine performs the default weighted prediction as described in sec
390 @* weights for the weighted prediction in U and V
393 @* weights for the weighted prediction in U and V
Dih264_inter_pred_chroma_a9q.s26 @* Contains function definitions for inter prediction interpolation.
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtDbvtBroadphase.h126 void setVelocityPrediction(btScalar prediction) in setVelocityPrediction()
128 m_prediction = prediction; in setVelocityPrediction()
/external/iptables/extensions/
Dlibipt_SAME.man17 port prediction (kernel >= 2.6.21).
/external/llvm/docs/
DBranchWeightMetadata.rst77 ``__builtin_expect(long exp, long c)`` instruction provides branch prediction
117 occur due to incorrect branch prediction information.
/external/valgrind/
DREADME24 and branch-prediction profiler, a call-graph generating cache abd
25 branch-prediction profiler, and a heap profiler. It also includes
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtDbvtBroadphase.java253 public void setVelocityPrediction(float prediction) { in setVelocityPrediction() argument
254 CollisionJNI.btDbvtBroadphase_setVelocityPrediction(swigCPtr, this, prediction); in setVelocityPrediction()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDFA.m48 // using the tables ANTLR generates for the DFA based prediction this method simulates the DFA
49 // and returns the prediction of the alternative to be used.
79 if (accept[s] >= 1) { // if this is an accepting state return the prediction
/external/libgsm/
DREADME13 excitation/long term prediction) coding at 13 kbit/s.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFailedPredicateException.as33 * a prediction decision.
/external/autotest/test_suites/
Dcontrol.AFDO_record23 We do this to make branch prediction etc. data driven in future optimizations
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_phones.utf89 ! temporary syllable boundary, needed to support accphr prediction
/external/v8/src/
Dframes.cc876 int* stack_depth, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable() argument
881 return table->LookupRange(pc_offset, stack_depth, prediction); in LookupExceptionHandlerInTable()
1124 int* stack_slots, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable() argument
1129 return table->LookupReturn(pc_offset, prediction); in LookupExceptionHandlerInTable()
1224 int* context_register, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable() argument
1228 return table->LookupRange(pc_offset, context_register, prediction); in LookupExceptionHandlerInTable()
Dframes.h804 int* data, HandlerTable::CatchPrediction* prediction);
880 int* data, HandlerTable::CatchPrediction* prediction) override;
902 int* data, HandlerTable::CatchPrediction* prediction) override;
/external/libvorbis/doc/
D07-floor1.tex22 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/libhevc/common/arm/
Dihevc_itrans_recon_8x8.s155 ldr r8,[sp,#44] @ prediction stride
878 @ load prediction data
884 @adding recon with prediction
/external/elfutils/
Dconfigure.ac164 dnl enable debugging of branch prediction.
166 AS_HELP_STRING([--enable-debugpred],[build binaries with support to debug branch prediction]),
491 debug branch prediction : ${use_debugpred}

1234