Searched defs:use_argb (Results 1 - 2 of 2) sorted by relevance

/external/webp/include/webp/
H A Dencode.h290 int use_argb; member in struct:WebPPicture
355 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
453 // Upon return, picture->use_argb is set to false. The presence of real
476 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
508 // on the value of 'picture->use_argb'. It is highly recommended to use
/external/webp/src/webp/
H A Dencode.h290 int use_argb; member in struct:WebPPicture
355 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
453 // Upon return, picture->use_argb is set to false. The presence of real
476 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
508 // on the value of 'picture->use_argb'. It is highly recommended to use

Completed in 497 milliseconds