Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.h114 VP8LHistogram* const tmp_histo,
Dvp8l_enc.c872 VP8LHistogram* tmp_histo = NULL; in EncodeImageInternal() local
932 tmp_histo = VP8LAllocateHistogram(*cache_bits); in EncodeImageInternal()
933 if (histogram_image == NULL || tmp_histo == NULL) { in EncodeImageInternal()
941 tmp_histo, histogram_symbols)) { in EncodeImageInternal()
962 VP8LFreeHistogram(tmp_histo); in EncodeImageInternal()
963 tmp_histo = NULL; in EncodeImageInternal()
1056 VP8LFreeHistogram(tmp_histo); in EncodeImageInternal()
Dhistogram_enc.c1175 VP8LHistogram* const tmp_histo, in VP8LGetHistoImageSymbols() argument
1213 cluster_mappings, tmp_histo, bin_map, in VP8LGetHistoImageSymbols()