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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c206 int reduced_width; /* reduced width for index image, if applicable */ member in struct:WebPContext
468 if (s->reduced_width > 0)
469 width = s->reduced_width;
553 s->reduced_width = (s->width + ((1 << width_bits) - 1)) >> width_bits;
660 if (role == IMAGE_ROLE_ARGB && s->reduced_width > 0)
661 width = s->reduced_width;
1134 s->reduced_width = 0;

Completed in 58 milliseconds