Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c1413 const uint64_t total_num_pixels = in AllocateInternalBuffers32b() local
1417 dec->pixels_ = (uint32_t*)WebPSafeMalloc(total_num_pixels, sizeof(uint32_t)); in AllocateInternalBuffers32b()
1428 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers8b() local
1430 dec->pixels_ = (uint32_t*)WebPSafeMalloc(total_num_pixels, sizeof(uint8_t)); in AllocateInternalBuffers8b()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c1073 const uint64_t total_num_pixels = in AllocateInternalBuffers() local
1077 dec->pixels_ = (uint32_t*)WebPSafeMalloc(total_num_pixels, bytes_per_pixel); in AllocateInternalBuffers()