Home
last modified time | relevance | path

Searched defs:histogram_symbols (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/enc/
Dblock_splitter_inc.h193 uint32_t* histogram_symbols = BROTLI_ALLOC(m, uint32_t, num_blocks); in FN() local
/external/webp/src/enc/
Dvp8l_enc.c714 const uint16_t* histogram_symbols, in StoreImageToBitMask()
785 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol in EncodeImageNoHuffman() local
881 uint16_t* const histogram_symbols = in EncodeImageInternal() local
Dhistogram_enc.c584 uint16_t* const histogram_symbols) { in HistogramCopyAndAnalyze()
1176 uint16_t* const histogram_symbols) { in VP8LGetHistoImageSymbols()