Home
last modified time | relevance | path

Searched refs:prediction (Results 1 – 25 of 86) 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_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_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_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
/external/arm-neon-tests/
DInitCache.s5 ; and program flow prediction
39 ; Cortex-A8 program flow prediction
43 ORR r0, r0, #(0x1 <<11) ; Enable all forms of branch prediction
44 ;BIC r0, r0, #(0x1 << 11) ; Disable all forms of branch prediction
/external/v8/src/interpreter/
Dhandler-table-builder.cc61 int handler_id, HandlerTable::CatchPrediction prediction) { in SetPrediction() argument
62 entries_[handler_id].catch_prediction_ = prediction; in SetPrediction()
Dhandler-table-builder.h41 void SetPrediction(int handler_id, HandlerTable::CatchPrediction prediction);
/external/libtextclassifier/smartselect/
Dtext-classification-model.cc316 const int prediction = in BestSelectionSpan() local
319 selection_label_spans[prediction]; in BestSelectionSpan()
323 << prediction << " " << selection.first << " " in BestSelectionSpan()
328 return {{selection.first, selection.second}, scores[prediction]}; in BestSelectionSpan()
/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/v8/src/
Disolate.cc1154 CatchType prediction = PredictExceptionCatcher(); in Throw() local
1155 if ((prediction == NOT_CAUGHT || prediction == CAUGHT_BY_EXTERNAL) && in Throw()
1334 HandlerTable::CatchPrediction prediction; in Throw() local
1366 int index = table->LookupRange(code_offset, nullptr, &prediction); in Throw()
1368 if (prediction == HandlerTable::UNCAUGHT) continue; in Throw()
1369 return prediction; in Throw()
1372 } else if (frame->LookupExceptionHandlerInTable(nullptr, &prediction) > 0) { in Throw()
1373 return prediction; in Throw()
1396 HandlerTable::CatchPrediction prediction = PredictException(js_frame); in Throw() local
1397 if (prediction == HandlerTable::DESUGARING) return CAUGHT_BY_DESUGARING; in Throw()
[all …]
/external/v8/src/ast/
Dprettyprinter.cc875 const char* prediction = ""; in PrintTryStatement() local
878 prediction = "UNCAUGHT"; in PrintTryStatement()
881 prediction = "CAUGHT"; in PrintTryStatement()
884 prediction = "DESUGARING"; in PrintTryStatement()
887 prediction = "ASYNC_AWAIT"; in PrintTryStatement()
894 Print(" %s\n", prediction); in PrintTryStatement()
/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_record22 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/protobuf/benchmarks/
Dbenchmarks.proto61 // good branch prediction performance.
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt41 for CellSPU, and insert branch prediction instructions as needed.
/external/libhevc/common/arm/
Dihevc_itrans_recon_8x8.s161 ldr r8, [sp, #pred_stride_offset] @ prediction stride
884 @ load prediction data
890 @adding recon with prediction

1234