Home
last modified time | relevance | path

Searched refs:predictor_reset_count (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_pred.c144 ics->predictor_reset_count[i] += inc; in update_counters()
145 if (ics->predictor_reset_count[i] > PRED_RESET_FRAME_MIN) in update_counters()
219 if (ics->predictor_reset_count[i] > max_frame) { in update_pred_resets()
221 max_frame = ics->predictor_reset_count[i]; in update_pred_resets()
223 avg_frame = (ics->predictor_reset_count[i] + avg_frame)/2; in update_pred_resets()
251 sce->ics.predictor_reset_count[i] = i; in ff_aac_search_for_pred()
Daac.h190 int predictor_reset_count[31]; ///< used by encoder to count prediction resets member