Home
last modified time | relevance | path

Searched defs:aligned_height (Results 1 – 17 of 17) sorted by relevance

/external/libaom/libaom/aom_scale/generic/
Dyv12config.c55 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned()
175 const int aligned_height, const int border, in calc_stride_and_planesize()
211 const int aligned_height = (height + 7) & ~7; in aom_realloc_frame_buffer() local
256 const int aligned_height = (height + 7) & ~7; in aom_realloc_lookahead_buffer() local
/external/libxcam/xcore/
Dxcam_buffer.cpp28 uint32_t aligned_width, uint32_t aligned_height, uint32_t size) in xcam_video_buffer_info_reset()
Dvideo_buffer.cpp51 uint32_t aligned_width, uint32_t aligned_height, in init()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c54 int aligned_height = (height + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local
170 const int aligned_height = (height + 7) & ~7; in vpx_realloc_frame_buffer() local
/external/libaom/libaom/av1/common/
Dalloccommon.c25 const int aligned_height = ALIGN_POWER_OF_TWO(height, 3); in av1_get_MBs() local
73 const int aligned_height = ALIGN_POWER_OF_TWO(height, 3); in av1_set_mb_mi() local
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_resource.c68 uint32_t aligned_height = height; in setup_slices() local
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c22 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi() local
/external/libxcam/modules/ocl/
Dcl_image_bo_buffer.cpp174 uint32_t aligned_height = info.aligned_height; in fixate_video_info() local
/external/libxcam/xcore/base/
Dxcam_3a_stats.h32 uint32_t aligned_height; member
Dxcam_buffer.h84 uint32_t aligned_height; member
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c154 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local
682 uint32_t aligned_width, aligned_height; in reloc_tex() local
/external/minigbm/
Dhelpers.c223 int drv_bo_from_format(struct bo *bo, uint32_t stride, uint32_t aligned_height, uint32_t format) in drv_bo_from_format()
259 uint32_t aligned_width, aligned_height; in drv_dumb_bo_create() local
Drockchip.c177 uint32_t aligned_height = DIV_ROUND_UP(h_mbs * 16 * 3, 2); in rockchip_bo_create_with_modifiers() local
Di915.c207 uint32_t *aligned_height) in i915_align_dimensions()
/external/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c107 uint32_t aligned_height, in t_assert_gen4_3d_layer()
/external/libxcam/tests/
Dtest-image-blend.cpp109 uint32_t aligned_width = 0, uint32_t aligned_height = 0) in dma_buf_to_xcam_buf()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2828 const int aligned_height = ALIGN_POWER_OF_TWO(src_height, MI_SIZE_LOG2); in vp9_scene_detection_onepass() local