HomeSort by relevance Sort by last modified time
    Searched refs:argb_cache_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 66 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member in struct:VP8LDecoder
vp8l.c 642 uint32_t* const rows_out = dec->argb_cache_;
680 uint8_t* rows_data = (uint8_t*)dec->argb_cache_;
    [all...]

Completed in 29 milliseconds