Home | History | Annotate | Download | only in enc

Lines Matching refs:histogram_symbols

426     const uint16_t* histogram_symbols,
435 const int histogram_ix = histogram_symbols[histo_bits ?
479 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol
509 StoreImageToBitMask(bw, width, 0, &refs, histogram_symbols, huffman_codes);
535 uint16_t* const histogram_symbols =
537 sizeof(*histogram_symbols));
541 if (histogram_image == NULL || histogram_symbols == NULL) {
543 free(histogram_symbols);
556 histogram_symbols)) {
590 const int symbol_index = histogram_symbols[i] & 0xffff;
620 histogram_symbols, huffman_codes);
631 free(histogram_symbols);