Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram.h106 VP8LHistogramSet* const tmp_histos,
Dvp8l.c837 VP8LHistogramSet* tmp_histos = NULL; in EncodeImageInternal() local
872 tmp_histos = VP8LAllocateHistogramSet(2, *cache_bits); in EncodeImageInternal()
873 if (histogram_image == NULL || tmp_histos == NULL) { in EncodeImageInternal()
881 tmp_histos, histogram_symbols)) { in EncodeImageInternal()
902 VP8LFreeHistogramSet(tmp_histos); in EncodeImageInternal()
903 tmp_histos = NULL; in EncodeImageInternal()
987 VP8LFreeHistogramSet(tmp_histos); in EncodeImageInternal()
Dhistogram.c869 VP8LHistogramSet* const tmp_histos, in VP8LGetHistoImageSymbols() argument
906 cur_combo = tmp_histos->histograms[1]; // pick up working slot in VP8LGetHistoImageSymbols()
924 tmp_histos->histograms[0], in VP8LGetHistoImageSymbols()