Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Dyv12config.c53 const int uv_stride, const int uv_border_w, const int uv_border_h) { in realloc_frame_buffer_aligned() argument
147 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in realloc_frame_buffer_aligned()
151 (uv_border_h * uv_stride) + uv_border_w, in realloc_frame_buffer_aligned()
217 const int uv_border_h = border >> ss_y; in aom_realloc_frame_buffer() local
227 uv_border_w, uv_border_h); in aom_realloc_frame_buffer()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c178 const int uv_border_h = border >> ss_y; in vpx_realloc_frame_buffer() local
180 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer()
275 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in vpx_realloc_frame_buffer()
279 (uv_border_h * uv_stride) + uv_border_w, in vpx_realloc_frame_buffer()
/external/libaom/libaom/aom/src/
Daom_image.c225 unsigned int uv_border_h = border >> img->y_chroma_shift; in aom_img_set_rect() local
231 data += ((img->h >> img->y_chroma_shift) + 2 * uv_border_h) * in aom_img_set_rect()
238 data += ((img->h >> img->y_chroma_shift) + 2 * uv_border_h) * in aom_img_set_rect()