Searched refs:uvplane_size (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 54 const uint64_t uvplane_size, const int aligned_width, in realloc_frame_buffer_aligned() argument 60 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size); in realloc_frame_buffer_aligned() 149 (uint8_t *)yv12_align_addr(buf + yplane_size + uvplane_size + in realloc_frame_buffer_aligned() 178 uint64_t *uvplane_size, in calc_stride_and_planesize() argument 191 *uvplane_size = (uv_height + 2 * (border >> ss_y)) * (uint64_t)(*uv_stride) + in calc_stride_and_planesize() 209 uint64_t uvplane_size = 0; in aom_realloc_frame_buffer() local 219 &y_stride, &uv_stride, &yplane_size, &uvplane_size, uv_height); in aom_realloc_frame_buffer() 223 byte_alignment, fb, cb, cb_priv, y_stride, yplane_size, uvplane_size, in aom_realloc_frame_buffer() 252 uint64_t uvplane_size = 0; in aom_realloc_lookahead_buffer() local 265 byte_alignment, &y_stride, &uv_stride, &yplane_size, &uvplane_size, in aom_realloc_lookahead_buffer() [all …]
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 62 int uvplane_size = (uv_height + border) * uv_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() 109 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + in vp8_yv12_realloc_frame_buffer() 179 const uint64_t uvplane_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() 277 (uint8_t *)yv12_align_addr(buf + yplane_size + uvplane_size + in vpx_realloc_frame_buffer()
|