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

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 85 uint8_t *rescaler_memory; // Working memory for rescaling work. member in struct:VP8LDecoder
vp8l.c 403 assert(dec->rescaler_memory == NULL);
404 dec->rescaler_memory = memory;
    [all...]

Completed in 38 milliseconds