Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dvp8l.c426 const uint16_t* histogram_symbols, in StoreImageToBitMask() argument
435 const int histogram_ix = histogram_symbols[histo_bits ? in StoreImageToBitMask()
479 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol in EncodeImageNoHuffman() local
509 StoreImageToBitMask(bw, width, 0, &refs, histogram_symbols, huffman_codes); in EncodeImageNoHuffman()
535 uint16_t* const histogram_symbols = in EncodeImageInternal() local
537 sizeof(*histogram_symbols)); in EncodeImageInternal()
541 if (histogram_image == NULL || histogram_symbols == NULL) { in EncodeImageInternal()
543 free(histogram_symbols); in EncodeImageInternal()
556 histogram_symbols)) { in EncodeImageInternal()
590 const int symbol_index = histogram_symbols[i] & 0xffff; in EncodeImageInternal()
[all …]
Dhistogram.h95 uint16_t* const histogram_symbols);
Dhistogram.c485 uint16_t* const histogram_symbols) { in VP8LGetHistoImageSymbols() argument
508 HistogramRemap(image_out, image_in, histogram_symbols); in VP8LGetHistoImageSymbols()
/external/webp/src/enc/
Dvp8l.c682 const uint16_t* histogram_symbols, in StoreImageToBitMask() argument
691 int histogram_ix = histogram_symbols[0]; in StoreImageToBitMask()
699 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize + in StoreImageToBitMask()
753 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol in EncodeImageNoHuffman() local
811 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols, in EncodeImageNoHuffman()
845 uint16_t* const histogram_symbols = in EncodeImageInternal() local
847 sizeof(*histogram_symbols)); in EncodeImageInternal()
854 if (histogram_symbols == NULL) { in EncodeImageInternal()
881 tmp_histos, histogram_symbols)) { in EncodeImageInternal()
928 const int symbol_index = histogram_symbols[i] & 0xffff; in EncodeImageInternal()
[all …]
Dhistogram.h107 uint16_t* const histogram_symbols);
Dhistogram.c870 uint16_t* const histogram_symbols) { in VP8LGetHistoImageSymbols() argument
934 HistogramRemap(orig_histo, image_histo, histogram_symbols); in VP8LGetHistoImageSymbols()