Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daptx.c425 static int32_t *aptx_reconstructed_differences_update(Prediction *prediction, in aptx_reconstructed_differences_update()
438 static void aptx_prediction_filtering(Prediction *prediction, in aptx_prediction_filtering()
465 Prediction *prediction, in aptx_process_subband()
531 Prediction *prediction = &channel->prediction[subband]; in ff_aptx_init() local
Daptx.h90 Prediction prediction[NB_SUBBANDS]; member
Dmagicyuvenc.c383 int width, int height, HuffEntry *he, int prediction) in encode_slice()
Dpixlet.c60 int16_t *prediction; member
/third_party/node/deps/v8/src/codegen/
Dhandler-table.cc131 CatchPrediction prediction) { in SetRangeHandler()
186 CatchPrediction prediction = GetRangePrediction(i); in LookupRange() local
248 CatchPrediction prediction = GetRangePrediction(i); in HandlerTableRangePrint() local
/third_party/node/deps/v8/src/interpreter/
Dhandler-table-builder.cc66 int handler_id, HandlerTable::CatchPrediction prediction) { in SetPrediction()
/third_party/node/deps/v8/src/execution/
Disolate.cc1722 CatchType prediction = PredictExceptionCatcher(); in CreateMessageOrAbort() local
2164 HandlerTable::CatchPrediction prediction; in ThrowInternal() local
2197 Isolate::CatchType ToCatchType(HandlerTable::CatchPrediction prediction) { in ThrowInternal()
2246 Isolate::CatchType prediction = ToCatchType(PredictException(js_frame)); in ThrowInternal() local
2258 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in ThrowInternal() local
2264 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in ThrowInternal() local
2720 CatchType prediction = PredictExceptionCatcher(); in ThrowInternal() local
Dframes.cc1383 int* stack_depth, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
1838 int* data, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
1950 int* context_register, HandlerTable::CatchPrediction* prediction) { in LookupExceptionHandlerInTable()
/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc1032 const char* prediction = ""; in VisitTryCatchStatement() local
/third_party/node/deps/v8/src/debug/
Ddebug.cc1146 HandlerTable::CatchPrediction prediction; in PrepareStepOnThrow() local
/third_party/vk-gl-cts/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