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) {
325 if (!pic->use_argb) {
415 if (!pic->use_argb) {
529 if (!picture->use_argb) {
599 picture->use_argb = 0
    [all...]
alpha.c 61 picture.use_argb = 1;
  /external/webp/include/webp/
encode.h 258 int use_argb; member in struct:WebPPicture
325 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
417 // Upon return, picture->use_argb is set to false. The presence of real
424 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
451 // on the value of 'picture->use_argb'. It is highly recommended to use

Completed in 529 milliseconds