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

  /external/webp/src/dec/
frame_dec.c 179 uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset;
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16;
413 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset;
441 io->y = dec->cache_y_ + y_offset;
488 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize);
760 dec->cache_y_ = mem + extra_y;
761 dec->cache_u_ = dec->cache_y_
787 io->y = dec->cache_y_;
vp8i_dec.h 238 uint8_t* cache_y_; // macroblock row for storing unfiltered samples member in struct:VP8Decoder

Completed in 62 milliseconds