Home
last modified time | relevance | path

Searched defs:uv_offset (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c171 const int uv_offset = ctx->id_ * 8 * dec->cache_uv_stride_; in FinishRow() local
676 const int uv_offset = dec->cache_id_ * 8 * dec->cache_uv_stride_; in VP8ReconstructBlock() local
/external/webp/src/dec/
Dframe.c178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local
421 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow() local
/external/webp/src/enc/
Dpicture_rescale.c136 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local
/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c222 int mi_offset, y_offset, uv_offset; in mfqe_partition() local
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c334 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local