Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c46 uint8_t* const y_dst = dec->cache_y_ + ctx->id_ * 16 * y_bps + mb_x * 16; in DoFilter()
172 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow()
191 io->y = dec->cache_y_ + y_offset; in FinishRow()
242 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize); in FinishRow()
487 dec->cache_y_ = ((uint8_t*)mem) + extra_y; in AllocateMemory()
488 dec->cache_u_ = dec->cache_y_ in AllocateMemory()
513 io->y = dec->cache_y_; in InitIo()
677 uint8_t* const y_out = dec->cache_y_ + dec->mb_x_ * 16 + y_offset; in VP8ReconstructBlock()
Dvp8i.h249 uint8_t* cache_y_; // macroblock row for storing unfiltered samples member
/external/webp/src/dec/
Dframe.c179 uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset; in ReconstructRow()
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; in DoFilter()
422 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow()
450 io->y = dec->cache_y_ + y_offset; in FinishRow()
498 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize); in FinishRow()
779 dec->cache_y_ = ((uint8_t*)mem) + extra_y; in AllocateMemory()
780 dec->cache_u_ = dec->cache_y_ in AllocateMemory()
806 io->y = dec->cache_y_; in InitIo()
Dvp8i.h239 uint8_t* cache_y_; // macroblock row for storing unfiltered samples member