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