Home
last modified time | relevance | path

Searched defs:uv_width (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu-render.c40 gint16 uv_width = sizeof (guint32) * (right - left + 1); in gstspu_clear_comp_buffers() local
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dextras.c32 int y, width, uv_width; in WebPImportGray() local
/third_party/skia/third_party/externals/libwebp/extras/
Dextras.c33 int y, width, uv_width; in WebPImportGray() local
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c475 const int uv_width = (width + 1) / 2; in WebPWritePGM() local
519 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c475 const int uv_width = (width + 1) / 2; in WebPWritePGM() local
519 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c94 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
Dpicture_tools_enc.c200 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
Dpicture_csp_enc.c886 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c94 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
Dpicture_tools_enc.c205 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
Dpicture_csp_enc.c882 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
Dio_dec.c581 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
Dio_dec.c594 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv.c131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv.c131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c51 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local
308 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dsoft_vpc.cc419 int32_t uv_width = crop_width / yuvCoeffiNum2; in Yuv444PackedToYuv422Packed() local
531 uint32_t uv_width = crop_width / yuvCoeffiNum2; in BypassHorizonScaler() local
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c49 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local
305 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local