Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c1512 const uint64_t cache_top_pixels = (uint16_t)final_width; in AllocateInternalBuffers32b() local
1516 num_pixels + cache_top_pixels + cache_pixels; in AllocateInternalBuffers32b()
1525 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()