Searched refs:max_step_comp (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | imgutils.c | 55 int max_step, int max_step_comp, in image_get_linesize() argument 65 s = (max_step_comp == 1 || max_step_comp == 2) ? desc->log2_chroma_w : 0; in image_get_linesize() 80 int max_step_comp[4]; /* the component for each plane which has the max pixel step */ in av_image_get_linesize() local 85 av_image_fill_max_pixsteps(max_step, max_step_comp, desc); in av_image_get_linesize() 86 return image_get_linesize(width, plane, max_step[plane], max_step_comp[plane], desc); in av_image_get_linesize() 94 int max_step_comp[4]; /* the component for each plane which has the max pixel step */ in av_image_fill_linesizes() local 101 av_image_fill_max_pixsteps(max_step, max_step_comp, desc); in av_image_fill_linesizes() 103 if ((ret = image_get_linesize(width, i, max_step[i], max_step_comp[i], desc)) < 0) in av_image_fill_linesizes()
|