Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_cropdetect.c43 int max_pixsteps[4]; member
145 av_image_fill_max_pixsteps(s->max_pixsteps, NULL, desc); in config_input()
165 int bpp = s->max_pixsteps[0]; in filter_frame()
/third_party/ffmpeg/libavutil/
Dimgutils.c35 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], in av_image_fill_max_pixsteps()
39 memset(max_pixsteps, 0, 4*sizeof(max_pixsteps[0])); in av_image_fill_max_pixsteps()
45 if (comp->step > max_pixsteps[comp->plane]) { in av_image_fill_max_pixsteps()
46 max_pixsteps[comp->plane] = comp->step; in av_image_fill_max_pixsteps()
Dimgutils.h50 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],