Home
last modified time | relevance | path

Searched refs: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
484 (width + 1) & ~1, height + uv_height + a_height); in WebPWritePGM()
490 for (y = 0; ok && y < uv_height; ++y) { in WebPWritePGM()
520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
531 for (y = 0; ok && y < uv_height; ++y) { in WebPWriteYUV()
535 for (y = 0; ok && y < uv_height; ++y) { in WebPWriteYUV()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c476 const int uv_height = (height + 1) / 2; in WebPWritePGM() local
484 (width + 1) & ~1, height + uv_height + a_height); in WebPWritePGM()
490 for (y = 0; ok && y < uv_height; ++y) { in WebPWritePGM()
520 const int uv_height = (height + 1) / 2; in WebPWriteYUV() local
531 for (y = 0; ok && y < uv_height; ++y) { in WebPWriteYUV()
535 for (y = 0; ok && y < uv_height; ++y) { in WebPWriteYUV()
/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
114 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA()
121 uv_width <= 0 || uv_height <= 0) { // u/v param error in WebPPictureAllocYUVA()
/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
114 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA()
121 uv_width <= 0 || uv_height <= 0) { // u/v param error in WebPPictureAllocYUVA()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride); in CheckDecBuffer()
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride); in CheckDecBuffer()
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c50 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local
52 const int uv_plane_size = uv_width * uv_height; in ReadYUV()
67 pic->u, pic->uv_stride, uv_width, uv_height); in ReadYUV()
69 pic->v, pic->uv_stride, uv_width, uv_height); in ReadYUV()
306 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
314 const int height = picture->height + uv_height + alpha_height; in DumpPicture()
323 for (y = 0; y < uv_height; ++y) { in DumpPicture()
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c52 const int uv_height = (pic->height + 1) / 2; in ReadYUV() local
54 const int uv_plane_size = uv_width * uv_height; in ReadYUV()
69 pic->u, pic->uv_stride, uv_width, uv_height); in ReadYUV()
71 pic->v, pic->uv_stride, uv_width, uv_height); in ReadYUV()
309 const int uv_height = (picture->height + 1) / 2; in DumpPicture() local
317 const int height = picture->height + uv_height + alpha_height; in DumpPicture()
326 for (y = 0; y < uv_height; ++y) { in DumpPicture()
/third_party/ffmpeg/libavfilter/
Dvf_dnn_processing.c220 int uv_height; in copy_uv_planes() local
225 uv_height = AV_CEIL_RSHIFT(in->height, desc->log2_chroma_h); in copy_uv_planes()
230 bytewidth, uv_height); in copy_uv_planes()
/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
537 for (uint32_t i = 0; i < uv_height; i++) { in BypassHorizonScaler()
552 uint32_t uv_height = crop_height; in BypassHorizonScaler() local
553 for (uint32_t i = 0; i < uv_height; i++) { in BypassHorizonScaler()