Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c55 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local
150 const int uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer() local
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h35 int uv_height; member
/external/webp/src/enc/
Dpicture.c94 const int uv_height = (height + 1) >> 1; in WebPPictureAllocYUVA() local