Home
last modified time | relevance | path

Searched refs:histogram_ix (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dvp8l_enc.c745 int histogram_ix = histogram_symbols[0]; in StoreImageToBitMask() local
746 const HuffmanTreeCode* codes = huffman_codes + 5 * histogram_ix; in StoreImageToBitMask()
753 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize + in StoreImageToBitMask()
755 codes = huffman_codes + 5 * histogram_ix; in StoreImageToBitMask()