Lines Matching refs:histogram_symbols
426 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()
620 histogram_symbols, huffman_codes); in EncodeImageInternal()
631 free(histogram_symbols); in EncodeImageInternal()