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

  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 583 uint32_t* const histogram_argb = local
585 sizeof(*histogram_argb));
588 if (histogram_argb == NULL) goto Error;
591 histogram_argb[i] = 0xff000000 | (symbol_index << 8);
599 ok = EncodeImageNoHuffman(bw, histogram_argb,
603 free(histogram_argb);
    [all...]
  /external/webp/src/enc/
vp8l.c 918 uint32_t* const histogram_argb = local
    [all...]

Completed in 1395 milliseconds