Home
last modified time | relevance | path

Searched defs: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
151 const int aligned_height = (height + 7) & ~7; in vpx_realloc_frame_buffer() local
/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
/external/drm_gralloc/
Dgralloc_drm_rockchip.c43 int ret, cpp, pitch, aligned_width, aligned_height; in drm_gem_rockchip_alloc() local
Dgralloc_drm_radeon.c189 int aligned_width, aligned_height; in radeon_alloc() local
Dgralloc_drm_intel.c247 int aligned_width, aligned_height, bpp; in alloc_ibo() local