Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c54 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local
149 const int uv_width = aligned_width >> ss_x; in vp9_realloc_frame_buffer() local
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h34 int uv_width; member
/external/webp/src/enc/
Dpicture.c93 const int uv_width = (width + 1) >> 1; in WebPPictureAllocYUVA() local
Dpicture_tools.c138 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c779 int uv_width; in vp8mt_alloc_temp_buffers() local
/external/webp/src/dec/
Dio.c575 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
Dvp8l.c497 const int uv_width = width >> 1; in ConvertToYUVA() local