Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dimgutils.c35 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], in av_image_fill_max_pixsteps() argument
40 if (max_pixstep_comps) in av_image_fill_max_pixsteps()
41 memset(max_pixstep_comps, 0, 4*sizeof(max_pixstep_comps[0])); in av_image_fill_max_pixsteps()
47 if (max_pixstep_comps) in av_image_fill_max_pixsteps()
48 max_pixstep_comps[comp->plane] = i; in av_image_fill_max_pixsteps()
H A Dimgutils.h49 * @param max_pixstep_comps an array which is filled with the component
52 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],

Completed in 2 milliseconds