Home | History | Annotate | Download | only in enc

Lines Matching refs:histogram_symbols

682     const uint16_t* histogram_symbols,
691 int histogram_ix = histogram_symbols[0];
699 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize +
753 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol
811 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols,
845 uint16_t* const histogram_symbols =
847 sizeof(*histogram_symbols));
854 if (histogram_symbols == NULL) {
881 tmp_histos, histogram_symbols)) {
928 const int symbol_index = histogram_symbols[i] & 0xffff;
979 histogram_symbols, huffman_codes);
993 WebPSafeFree(histogram_symbols);