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

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_rescale.c47 if (!pic->use_argb) {
72 if (!src->use_argb) {
93 if (picture->use_argb) {
112 if (!src->use_argb) {
144 if (!pic->use_argb) {
233 if (!pic->use_argb) {
H A Dpicture_psnr.c79 if (src->use_argb == 1 || src->use_argb != ref->use_argb) {
H A Dpicture_csp.c55 if (!picture->use_argb) {
190 picture->use_argb = 0;
284 picture->use_argb = 1;
344 if (!picture->use_argb) {
H A Dpicture.c159 if (!picture->use_argb) {
245 pic.use_argb = !!lossless;
H A Dpicture_tools.c75 if (pic->use_argb) {
137 if (!pic->use_argb) {
H A Dalpha.c60 picture.use_argb = 1;
/external/webp/src/enc/
H A Dpicture_rescale.c47 if (!pic->use_argb) {
72 if (!src->use_argb) {
93 if (picture->use_argb) {
112 if (!src->use_argb) {
144 if (!pic->use_argb) {
233 if (!pic->use_argb) {
H A Dpicture_psnr.c79 if (src->use_argb == 1 || src->use_argb != ref->use_argb) {
H A Dpicture_csp.c55 if (!picture->use_argb) {
190 picture->use_argb = 0;
284 picture->use_argb = 1;
344 if (!picture->use_argb) {
H A Dpicture.c159 if (!picture->use_argb) {
245 pic.use_argb = !!lossless;
H A Dpicture_tools.c75 if (pic->use_argb) {
137 if (!pic->use_argb) {
H A Dalpha.c60 picture.use_argb = 1;
/external/chromium_org/third_party/libwebp/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.
450 // Upon return, picture->use_argb is set to false. The presence of real
464 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
496 // on the value of 'picture->use_argb'. It is highly recommended to use
/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.
450 // Upon return, picture->use_argb is set to false. The presence of real
464 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
496 // on the value of 'picture->use_argb'. It is highly recommended to use

Completed in 143 milliseconds