Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8li.h70 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member
Dvp8l.c618 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()
656 const uint32_t* rows_data = dec->argb_cache_; in ProcessRows()
1079 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers()
1083 dec->argb_cache_ = in AllocateInternalBuffers()
1103 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()
/external/webp/src/dec/
Dvp8li.h67 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member
Dvp8l.c705 uint32_t* const rows_out = dec->argb_cache_; in ApplyInverseTransforms()
743 uint8_t* rows_data = (uint8_t*)dec->argb_cache_; in ProcessRows()
1419 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers32b()
1423 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()
1429 dec->argb_cache_ = NULL; // for sanity check in AllocateInternalBuffers8b()
1453 const uint32_t* const src = dec->argb_cache_; in ExtractAlphaRows()