Searched defs:histogram_argb (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c630 uint32_t* const histogram_argb = local
632 sizeof(*histogram_argb));
635 if (histogram_argb == NULL) goto Error;
638 histogram_argb[i] = 0xff000000 | (symbol_index << 8);
646 err = EncodeImageNoHuffman(bw, histogram_argb, hash_chain, refs_array,
650 WebPSafeFree(histogram_argb);
/external/webp/src/enc/
H A Dvp8l.c630 uint32_t* const histogram_argb = local
632 sizeof(*histogram_argb));
635 if (histogram_argb == NULL) goto Error;
638 histogram_argb[i] = 0xff000000 | (symbol_index << 8);
646 err = EncodeImageNoHuffman(bw, histogram_argb, hash_chain, refs_array,
650 WebPSafeFree(histogram_argb);

Completed in 142 milliseconds