Home
last modified time | relevance | path

Searched defs:uv_height (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c476 const int uv_height = (height + 1) / 2; in WebPWritePGM() local
520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c476 const int uv_height = (height + 1) / 2; in WebPWritePGM() local
520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c50 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local
306 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c52 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local
309 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dsoft_vpc.cc536 uint32_t uv_height = crop_height / yuvCoeffiNum2; in BypassHorizonScaler() local
552 uint32_t uv_height = crop_height; in BypassHorizonScaler() local
/third_party/ffmpeg/libavfilter/
Dvf_dnn_processing.c220 int uv_height; in copy_uv_planes() local