Home
last modified time | relevance | path

Searched refs:tot_lines (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dslice.c169 int tot_lines = end[i] - first; in ff_init_slice_from_src() local
171 if (start[i] >= first && n >= tot_lines) { in ff_init_slice_from_src()
172 s->plane[i].sliceH = FFMAX(tot_lines, s->plane[i].sliceH); in ff_init_slice_from_src()
/third_party/ffmpeg/libavcodec/
H A Dflashsv2enc.c120 double tot_lines; ///< total scanlines in image since last keyframe member
177 s->tot_lines = 1; in reset_stats()
643 s->tot_lines += s->image_height * s->cols; in mark_all_blocks()
742 line_ratio = s->diff_lines / s->tot_lines; in recommend_keyframe()

Completed in 3 milliseconds