Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c51 int aligned_height = (height + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local
53 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer()
55 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer()
81 ybf->y_height = aligned_height; in vp8_yv12_realloc_frame_buffer()
151 const int aligned_height = (height + 7) & ~7; in vpx_realloc_frame_buffer() local
153 const uint64_t yplane_size = (aligned_height + 2 * border) * in vpx_realloc_frame_buffer()
156 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer()
165 const int alpha_height = aligned_height; in vpx_realloc_frame_buffer()
237 ybf->y_height = aligned_height; in vpx_realloc_frame_buffer()
/external/drm_gralloc/
Dgralloc_drm_rockchip.c43 int ret, cpp, pitch, aligned_width, aligned_height; in drm_gem_rockchip_alloc() local
59 aligned_height = handle->height; in drm_gem_rockchip_alloc()
61 &aligned_width, &aligned_height); in drm_gem_rockchip_alloc()
65 size = aligned_height * pitch; in drm_gem_rockchip_alloc()
Dgralloc_drm_intel.c247 int aligned_width, aligned_height, bpp; in alloc_ibo() local
258 aligned_height = handle->height; in alloc_ibo()
260 &aligned_width, &aligned_height); in alloc_ibo()
286 aligned_width, aligned_height, in alloc_ibo()
321 aligned_height = ALIGN(aligned_height, 2); in alloc_ibo()
331 aligned_width, aligned_height, in alloc_ibo()
Dgralloc_drm_radeon.c189 int aligned_width, aligned_height; in radeon_alloc() local
204 aligned_height = handle->height; in radeon_alloc()
206 &aligned_width, &aligned_height); in radeon_alloc()
211 aligned_height = ALIGN(aligned_height, in radeon_alloc()
221 size = ALIGN(aligned_height * pitch, RADEON_GPU_PAGE_SIZE); in radeon_alloc()
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c40 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi() local
43 cm->mi_rows = aligned_height >> MI_SIZE_LOG2; in vp9_set_mb_mi()