Home
last modified time | relevance | path

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

/external/webp/examples/
Ddwebp.c115 const int uv_height = (height + 1) / 2; in main() local
/external/libvpx/vpx_scale/
Dyv12config.h48 int uv_height; member
/external/webp/src/enc/
Dpicture.c32 const int uv_height = (height + 1) / 2; in WebPPictureAlloc() local