Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_photosensitivity.c52 int history_pos; member
234 current_badness += i * s->history[(s->history_pos + i) % s->nb_frames]; in filter_frame()
250 s->history[s->history_pos] = this_badness; in filter_frame()
255 s->history[s->history_pos] = 0; /* frame was duplicated, thus, delta is zero */ in filter_frame()
271 s->history[s->history_pos] = this_badness; in filter_frame()
276 s->history_pos = (s->history_pos + 1) % s->nb_frames; in filter_frame()