Home
last modified time | relevance | path

Searched refs:histogram_symbols (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dvp8l.c433 const uint16_t* histogram_symbols, in StoreImageToBitMask() argument
442 const int histogram_ix = histogram_symbols[histo_bits ? in StoreImageToBitMask()
493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol in EncodeImageNoHuffman() local
544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols, in EncodeImageNoHuffman()
577 uint16_t* const histogram_symbols = in EncodeImageInternal() local
579 sizeof(*histogram_symbols)); in EncodeImageInternal()
584 if (histogram_image == NULL || histogram_symbols == NULL) { in EncodeImageInternal()
586 WebPSafeFree(histogram_symbols); in EncodeImageInternal()
603 histogram_symbols)) { in EncodeImageInternal()
637 const int symbol_index = histogram_symbols[i] & 0xffff; in EncodeImageInternal()
[all …]
Dhistogram.h112 uint16_t* const histogram_symbols);
Dhistogram.c683 uint16_t* const histogram_symbols) { in VP8LGetHistoImageSymbols() argument
732 HistogramRemap(orig_histo, image_histo, histogram_symbols); in VP8LGetHistoImageSymbols()