HomeSort by relevance Sort by last modified time
    Searched full:use_argb (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
picture.c 46 if (!picture->use_argb) {
172 picture->use_argb = 1;
209 if (!pic->use_argb) {
237 if (!src->use_argb) {
270 if (picture->use_argb) {
289 if (!src->use_argb) {
330 if (!pic->use_argb) {
420 if (!pic->use_argb) {
534 if (!picture->use_argb) {
604 picture->use_argb = 0
    [all...]
alpha.c 61 picture.use_argb = 1;
  /external/webp/include/webp/
encode.h 276 int use_argb; member in struct:WebPPicture
343 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
435 // Upon return, picture->use_argb is set to false. The presence of real
442 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
469 // on the value of 'picture->use_argb'. It is highly recommended to use

Completed in 56 milliseconds