Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c55 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local
156 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() local
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc117 int uv_height = (height()+1)/2; in NativeToI420Buffer() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c107 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local
/external/webp/src/dec/
Dbuffer.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h37 int uv_height; member
/external/webp/src/enc/
Dpicture.c95 const int uv_height = (height + 1) >> 1; in WebPPictureAllocYUVA() local
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c51 const int uv_height = HALVE(height); in WebPPictureAlloc() local
584 const int uv_height = HALVE(picture->height); in MakeGray() local
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5647 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() local