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.c889 VP8LHistogram* tmp_histo = NULL; in EncodeImageInternal() local
955 tmp_histo = VP8LAllocateHistogram(cache_bits_tmp); in EncodeImageInternal()
956 if (histogram_image == NULL || tmp_histo == NULL || in EncodeImageInternal()
959 cache_bits_tmp, histogram_image, tmp_histo, in EncodeImageInternal()
980 VP8LFreeHistogram(tmp_histo); in EncodeImageInternal()
981 tmp_histo = NULL; in EncodeImageInternal()
1068 VP8LFreeHistogram(tmp_histo); in EncodeImageInternal()
Dhistogram_enc.c1176 VP8LHistogram* const tmp_histo, in VP8LGetHistoImageSymbols() argument
1214 cluster_mappings, tmp_histo, bin_map, in VP8LGetHistoImageSymbols()