Searched refs:max_pixsteps (Results 1 – 3 of 3) sorted by relevance
43 int max_pixsteps[4]; member145 av_image_fill_max_pixsteps(s->max_pixsteps, NULL, desc); in config_input()165 int bpp = s->max_pixsteps[0]; in filter_frame()
35 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()
50 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],