Searched defs:transform_width (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c743 const int transform_width = VP8LSubSampleSize(width, pred_bits); local
755 transform_width, transform_height,
764 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); local
776 transform_width, transform_height,
/external/webp/src/enc/
H A Dvp8l.c743 const int transform_width = VP8LSubSampleSize(width, pred_bits); local
755 transform_width, transform_height,
764 const int transform_width = VP8LSubSampleSize(width, ccolor_transform_bits); local
776 transform_width, transform_height,
/external/libpng/contrib/libtests/
H A Dpngvalid.c3216 /* transform_width(pp, colour_type, bit_depth) current returns the same number
3219 #define transform_width(pp, colour_type, bit_depth) TRANSFORM_WIDTH macro
3262 width = transform_width(pp, COL_FROM_ID(id), DEPTH_FROM_ID(id));
3462 png_set_IHDR(pp, pi, transform_width(pp, colour_type, bit_depth), h,
3998 png_set_IHDR(pp, pi, transform_width(pp, colour_type, bit_depth),

Completed in 217 milliseconds