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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dimgutils.c51 int max_step_comp[4]; /* the component for each plane which has the max pixel step */ local
57 av_image_fill_max_pixsteps(max_step, max_step_comp, desc);
58 s = (max_step_comp[plane] == 1 || max_step_comp[plane] == 2) ? desc->log2_chroma_w : 0;
67 int max_step_comp[4]; /* the component for each plane which has the max pixel step */ local
81 av_image_fill_max_pixsteps(max_step, max_step_comp, desc);
83 int s = (max_step_comp[i] == 1 || max_step_comp[i] == 2) ? desc->log2_chroma_w : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.c54 int max_step, int max_step_comp,
64 s = (max_step_comp == 1 || max_step_comp == 2) ? desc->log2_chroma_w : 0;
79 int max_step_comp[4]; /* the component for each plane which has the max pixel step */ local
84 av_image_fill_max_pixsteps(max_step, max_step_comp, desc);
85 return image_get_linesize(width, plane, max_step[plane], max_step_comp[plane], desc);
93 int max_step_comp[4]; /* the component for each plane which has the max pixel step */ local
100 av_image_fill_max_pixsteps(max_step, max_step_comp, desc);
102 if ((ret = image_get_linesize(width, i, max_step[i], max_step_comp[i], desc)) < 0)
53 image_get_linesize(int width, int plane, int max_step, int max_step_comp, const AVPixFmtDescriptor *desc) argument

Completed in 43 milliseconds