Searched refs:max_pixsteps (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dimgutils.h42 * @param max_pixsteps an array which is filled with the max pixel step
44 * components, the computed max_pixsteps[plane] is relative to the
49 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],
H A Dimgutils.c29 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], argument
33 memset(max_pixsteps, 0, 4*sizeof(max_pixsteps[0]));
39 if ((comp->step_minus1+1) > max_pixsteps[comp->plane]) {
40 max_pixsteps[comp->plane] = comp->step_minus1+1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.h43 * @param max_pixsteps an array which is filled with the max pixel step
45 * components, the computed max_pixsteps[plane] is relative to the
50 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],
H A Dimgutils.c34 void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], argument
38 memset(max_pixsteps, 0, 4*sizeof(max_pixsteps[0]));
44 if ((comp->step_minus1+1) > max_pixsteps[comp->plane]) {
45 max_pixsteps[comp->plane] = comp->step_minus1+1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_cropdetect.c42 int max_pixsteps[4]; member in struct:CropDetectContext
104 av_image_fill_max_pixsteps(s->max_pixsteps, NULL,
123 int bpp = s->max_pixsteps[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_cropdetect.c35 int max_pixsteps[4]; member in struct:__anon2070
103 av_image_fill_max_pixsteps(cd->max_pixsteps, NULL,
119 int bpp = cd->max_pixsteps[0];

Completed in 115 milliseconds