Searched refs:histogram_symbols (Results 1 – 3 of 3) sorted by relevance
433 const uint16_t* histogram_symbols, in StoreImageToBitMask() argument442 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() local544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols, in EncodeImageNoHuffman()577 uint16_t* const histogram_symbols = in EncodeImageInternal() local579 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 …]
112 uint16_t* const histogram_symbols);
683 uint16_t* const histogram_symbols) { in VP8LGetHistoImageSymbols() argument732 HistogramRemap(orig_histo, image_histo, histogram_symbols); in VP8LGetHistoImageSymbols()