Home
last modified time | relevance | path

Searched refs:cache_u_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c180 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow()
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter()
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow()
414 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow()
442 io->u = dec->cache_u_ + uv_offset; in FinishRow()
489 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
761 dec->cache_u_ = dec->cache_y_ in AllocateMemory()
763 dec->cache_v_ = dec->cache_u_ in AllocateMemory()
788 io->u = dec->cache_u_; in InitIo()
A Dvp8i_dec.h239 uint8_t* cache_u_; member

Completed in 5 milliseconds