MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / reset_predict_state

Function reset_predict_state

libavcodec/aacdec.c:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507static av_always_inline void reset_predict_state(PredictorState *ps)
508{
509 ps->r0 = 0.0f;
510 ps->r1 = 0.0f;
511 ps->cor0 = 0.0f;
512 ps->cor1 = 0.0f;
513 ps->var0 = 1.0f;
514 ps->var1 = 1.0f;
515}
516
517static void reset_all_predictors(PredictorState *ps)
518{

Callers 2

reset_all_predictorsFunction · 0.85
reset_predictor_groupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected