Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c1189 uint16_t* const map_tmp = in VP8LGetHistoImageSymbols() local
1190 WebPSafeMalloc(2 * image_histo_raw_size, sizeof(map_tmp)); in VP8LGetHistoImageSymbols()
1191 uint16_t* const cluster_mappings = map_tmp + image_histo_raw_size; in VP8LGetHistoImageSymbols()
1193 if (orig_histo == NULL || map_tmp == NULL) goto Error; in VP8LGetHistoImageSymbols()
1206 uint16_t* const bin_map = map_tmp; in VP8LGetHistoImageSymbols()
1218 map_tmp, histogram_symbols); in VP8LGetHistoImageSymbols()
1248 WebPSafeFree(map_tmp); in VP8LGetHistoImageSymbols()