/external/webp/src/enc/ |
picture_rescale.c | 37 if (!pic->use_argb) { 62 if (!src->use_argb) { 83 if (picture->use_argb) { 102 if (!src->use_argb) { 134 if (!pic->use_argb) { 212 if (!pic->use_argb) {
|
picture_psnr.c | 81 src->use_argb != ref->use_argb || result == NULL) { 87 if (src->use_argb == 1) {
|
picture_tools.c | 77 if (pic->use_argb) { 128 assert(pic != NULL && pic->use_argb); 157 if (!pic->use_argb) {
|
picture.c | 160 if (!picture->use_argb) { 246 pic.use_argb = !!lossless;
|
alpha.c | 60 picture.use_argb = 1;
|
picture_csp.c | 55 if (!picture->use_argb) { 849 picture->use_argb = 0; [all...] |
vp8enci.h | 518 // compressibility (no guarantee, though). Assumes that pic->use_argb is true.
|
webpenc.c | 336 if (pic->use_argb || pic->y == NULL || pic->u == NULL || pic->v == NULL) {
|
/external/opencv3/3rdparty/libwebp/enc/ |
picture.c | 48 if (!picture->use_argb) { 174 picture->use_argb = 1; 211 if (!pic->use_argb) { 239 if (!src->use_argb) { 272 if (picture->use_argb) { 291 if (!src->use_argb) { 332 if (!pic->use_argb) { 422 if (!pic->use_argb) { 535 if (!picture->use_argb) { 605 picture->use_argb = 0 [all...] |
alpha.c | 63 picture.use_argb = 1;
|
/external/opencv3/3rdparty/libwebp/webp/ |
encode.h | 277 int use_argb; member in struct:WebPPicture 344 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420. 439 // Upon return, picture->use_argb is set to false. The presence of real 446 // Converts picture->yuv to picture->argb and sets picture->use_argb to true. 473 // on the value of 'picture->use_argb'. It is highly recommended to use
|
/external/webp/include/webp/ |
encode.h | 299 int use_argb; member in struct:WebPPicture 364 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420. 462 // Upon return, picture->use_argb is set to false. The presence of real 483 // Converts picture->yuv to picture->argb and sets picture->use_argb to true. 515 // on the value of 'picture->use_argb'. It is highly recommended to use
|
/external/webp/src/webp/ |
encode.h | 299 int use_argb; member in struct:WebPPicture 364 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420. 462 // Upon return, picture->use_argb is set to false. The presence of real 483 // Converts picture->yuv to picture->argb and sets picture->use_argb to true. 515 // on the value of 'picture->use_argb'. It is highly recommended to use
|
/external/webp/src/utils/ |
utils.c | 234 assert(src->use_argb && dst->use_argb);
|