Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Dyv12config.c53 void *cb_priv, const int y_stride, const uint64_t yplane_size, in realloc_frame_buffer_aligned() argument
60 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size); in realloc_frame_buffer_aligned()
68 if (use_highbitdepth) alloc_size += yplane_size; in realloc_frame_buffer_aligned()
146 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in realloc_frame_buffer_aligned()
149 (uint8_t *)yv12_align_addr(buf + yplane_size + uvplane_size + in realloc_frame_buffer_aligned()
157 ybf->y_buffer_8bit = (uint8_t *)aom_memalign(32, (size_t)yplane_size); in realloc_frame_buffer_aligned()
177 int *uv_stride, uint64_t *yplane_size, in calc_stride_and_planesize() argument
187 *yplane_size = in calc_stride_and_planesize()
208 uint64_t yplane_size = 0; in aom_realloc_frame_buffer() local
219 &y_stride, &uv_stride, &yplane_size, &uvplane_size, uv_height); in aom_realloc_frame_buffer()
[all …]
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c56 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer() local
63 const size_t frame_size = yplane_size + 2 * uvplane_size; in vp8_yv12_realloc_frame_buffer()
108 ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2; in vp8_yv12_realloc_frame_buffer()
109 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + in vp8_yv12_realloc_frame_buffer()
172 const uint64_t yplane_size = in vpx_realloc_frame_buffer() local
184 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size); in vpx_realloc_frame_buffer()
186 const uint64_t frame_size = yplane_size + 2 * uvplane_size; in vpx_realloc_frame_buffer()
274 buf + yplane_size + (uv_border_h * uv_stride) + uv_border_w, in vpx_realloc_frame_buffer()
277 (uint8_t *)yv12_align_addr(buf + yplane_size + uvplane_size + in vpx_realloc_frame_buffer()