Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c59 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer() local
60 const int frame_size = yplane_size + 2 * uvplane_size; in vp8_yv12_realloc_frame_buffer()
99 …ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + borde… in vp8_yv12_realloc_frame_buffer()
160 const uint64_t uvplane_size = (uv_height + 2 * uv_border_h) * in vpx_realloc_frame_buffer() local
173 (yplane_size + 2 * uvplane_size + alpha_plane_size); in vpx_realloc_frame_buffer()
175 const uint64_t frame_size = yplane_size + 2 * uvplane_size + in vpx_realloc_frame_buffer()
181 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size); in vpx_realloc_frame_buffer()
183 const uint64_t frame_size = yplane_size + 2 * uvplane_size; in vpx_realloc_frame_buffer()
268 buf + yplane_size + uvplane_size + (uv_border_h * uv_stride) + in vpx_realloc_frame_buffer()
276 buf + yplane_size + 2 * uvplane_size + in vpx_realloc_frame_buffer()