Home
last modified time | relevance | path

Searched defs:uv_height (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_processing.c215 int uv_height; in copy_uv_planes() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_enc.c95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A 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/skia/third_party/externals/libwebp/examples/
H A 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

Completed in 6 milliseconds