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

  /external/opencv3/3rdparty/libwebp/dec/
vp8li.h 70 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member in struct:__anon21040
vp8l.c 618 uint32_t* const rows_out = dec->argb_cache_;
656 const uint32_t* rows_data = dec->argb_cache_;
    [all...]
  /external/webp/src/dec/
vp8li.h 67 uint32_t *argb_cache_; // Scratch buffer for temporary BGRA storage. member in struct:VP8LDecoder
vp8l.c 705 uint32_t* const rows_out = dec->argb_cache_;
743 uint8_t* rows_data = (uint8_t*)dec->argb_cache_;
    [all...]

Completed in 321 milliseconds