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

Function reset_predictor_group

libavcodec/aacdec.c:524–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524static void reset_predictor_group(PredictorState *ps, int group_num)
525{
526 int i;
527 for (i = group_num - 1; i < MAX_PREDICTORS; i += 30)
528 reset_predict_state(&ps[i]);
529}
530
531#define AAC_INIT_VLC_STATIC(num, size) \
532 INIT_VLC_STATIC(&vlc_spectral[num], 8, ff_aac_spectral_sizes[num], \

Callers 1

apply_predictionFunction · 0.85

Calls 1

reset_predict_stateFunction · 0.85

Tested by

no test coverage detected