Searched refs:histogram_symbols (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | vp8l_enc.c | 646 const uint16_t* histogram_symbols, in StoreImageToBitMask() argument 655 int histogram_ix = histogram_symbols[0]; in StoreImageToBitMask() 663 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize + in StoreImageToBitMask() 717 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol in EncodeImageNoHuffman() local 780 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols, in EncodeImageNoHuffman() 815 uint16_t* const histogram_symbols = in EncodeImageInternal() local 817 sizeof(*histogram_symbols)); in EncodeImageInternal() 824 if (histogram_symbols == NULL) { in EncodeImageInternal() 862 tmp_histos, histogram_symbols)) { in EncodeImageInternal() 909 const int symbol_index = histogram_symbols[i] & 0xffff; in EncodeImageInternal() [all …]
|
D | histogram_enc.h | 107 uint16_t* const histogram_symbols);
|
D | histogram_enc.c | 929 uint16_t* const histogram_symbols) { in VP8LGetHistoImageSymbols() argument 955 uint16_t* const bin_map = histogram_symbols; in VP8LGetHistoImageSymbols() 983 HistogramRemap(orig_histo, image_histo, histogram_symbols); in VP8LGetHistoImageSymbols()
|