Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_template.c69 const int uv_offset = 128 << (BIT_DEPTH - 8); in fn() local
150 const int uv_offset = 128 << (BIT_DEPTH - 8); in fn() local
229 const int uv_offset = 128 << (BIT_DEPTH - 8); in fn() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c178 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in ReconstructRow() local
412 const int uv_offset = cache_id * 8 * dec->cache_uv_stride_; in FinishRow() local
/third_party/ffmpeg/libavutil/
Dfilm_grain_params.h112 int uv_offset[2 /* cb, cr */]; member
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c140 const int uv_offset = (top / 2) * pic->uv_stride + left / 2; in WebPPictureCrop() local