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

Function reset_all_predictors

libavcodec/aacdec.c:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517static void reset_all_predictors(PredictorState *ps)
518{
519 int i;
520 for (i = 0; i < MAX_PREDICTORS; i++)
521 reset_predict_state(&ps[i]);
522}
523
524static void reset_predictor_group(PredictorState *ps, int group_num)
525{

Callers 1

apply_predictionFunction · 0.85

Calls 1

reset_predict_stateFunction · 0.85

Tested by

no test coverage detected