Home
last modified time | relevance | path

Searched refs:uv_border_h (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c154 const int uv_border_h = border >> ss_y; in vp9_realloc_frame_buffer() local
155 int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride; in vp9_realloc_frame_buffer()
203 uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride; in vp9_realloc_frame_buffer()
260 (uv_border_h * uv_stride) + uv_border_w; in vp9_realloc_frame_buffer()
262 (uv_border_h * uv_stride) + uv_border_w; in vp9_realloc_frame_buffer()