Searched refs:uv_offset (Results 1 – 3 of 3) sorted by relevance
134 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_; in VP8StoreBlock() local136 uint8_t* const udst = dec->cache_u_ + dec->mb_x_ * 8 + uv_offset; in VP8StoreBlock()137 uint8_t* const vdst = dec->cache_v_ + dec->mb_x_ * 8 + uv_offset; in VP8StoreBlock()172 const int uv_offset = ctx->id_ * 8 * dec->cache_uv_stride_; in FinishRow() local174 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow()175 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; in FinishRow()193 io->u = dec->cache_u_ + uv_offset; in FinishRow()194 io->v = dec->cache_v_ + uv_offset; in FinishRow()
274 size_t uv_offset = (video_frame->stride(media::VideoFrame::kUPlane) * in FastPaint() local279 video_frame->data(media::VideoFrame::kUPlane) + uv_offset; in FastPaint()281 video_frame->data(media::VideoFrame::kVPlane) + uv_offset; in FastPaint()
327 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local330 CopyPlane(pic->u + uv_offset, pic->uv_stride, in WebPPictureCrop()332 CopyPlane(pic->v + uv_offset, pic->uv_stride, in WebPPictureCrop()