Home
last modified time | relevance | path

Searched refs:uv_offset (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.c178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local
180 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow()
181 uint8_t* const v_out = dec->cache_v_ + mb_x * 8 + uv_offset; in ReconstructRow()
412 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow() local
414 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow()
415 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow()
442 io->u = dec->cache_u_ + uv_offset; in FinishRow()
443 io->v = dec->cache_v_ + uv_offset; in FinishRow()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_rescale_enc.c140 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local
143 WebPCopyPlane(pic->u + uv_offset, pic->uv_stride, in WebPPictureCrop()
145 WebPCopyPlane(pic->v + uv_offset, pic->uv_stride, in WebPPictureCrop()

Completed in 4 milliseconds