Home
last modified time | relevance | path

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

/external/webp/examples/
Ddwebp.c114 const int uv_width = (width + 1) / 2; in main() local
/external/libvpx/vpx_scale/
Dyv12config.h47 int uv_width; member
/external/webp/src/enc/
Dpicture.c31 const int uv_width = (width + 1) / 2; in WebPPictureAlloc() local
479 const int uv_width = (picture->width + 1) >> 1; in MakeGray() local
/external/libvpx/vp8/decoder/
Dthreading.c548 int uv_width; in vp8mt_alloc_temp_buffers() local
/external/webp/src/dec/
Dio.c805 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local