Home | History | Annotate | Download | only in enc

Lines Matching defs:histogram_symbols

433     const uint16_t* histogram_symbols,
442 const int histogram_ix = histogram_symbols[histo_bits ?
493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol
544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols,
577 uint16_t* const histogram_symbols =
579 sizeof(*histogram_symbols));
584 if (histogram_image == NULL || histogram_symbols == NULL) {
586 WebPSafeFree(histogram_symbols);
603 histogram_symbols)) {
637 const int symbol_index = histogram_symbols[i] & 0xffff;
681 histogram_symbols, huffman_codes);
692 WebPSafeFree(histogram_symbols);