Searched refs:uv_border_h (Results 1 – 3 of 3) sorted by relevance
53 const int uv_stride, const int uv_border_w, const int uv_border_h) { in realloc_frame_buffer_aligned() argument147 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() local227 uv_border_w, uv_border_h); in aom_realloc_frame_buffer()
178 const int uv_border_h = border >> ss_y; in vpx_realloc_frame_buffer() local180 (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()
225 unsigned int uv_border_h = border >> img->y_chroma_shift; in aom_img_set_rect() local231 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()