Searched refs:histogram_argb (Results 1 – 1 of 1) sorted by relevance
630 uint32_t* const histogram_argb = in EncodeImageInternal() local632 sizeof(*histogram_argb)); in EncodeImageInternal()635 if (histogram_argb == NULL) goto Error; in EncodeImageInternal()638 histogram_argb[i] = 0xff000000 | (symbol_index << 8); in EncodeImageInternal()646 err = EncodeImageNoHuffman(bw, histogram_argb, hash_chain, refs_array, in EncodeImageInternal()650 WebPSafeFree(histogram_argb); in EncodeImageInternal()