Searched refs:uv_offset (Results 1 – 2 of 2) sorted by relevance
178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local180 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() local414 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()
140 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local143 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