/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 55 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/ |
D | xcam_buffer.cpp | 28 uint32_t aligned_width, uint32_t aligned_height, uint32_t size) in xcam_video_buffer_info_reset()
|
D | video_buffer.cpp | 51 uint32_t aligned_width, uint32_t aligned_height, in init()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 54 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/ |
D | alloccommon.c | 25 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/ |
D | fd5_resource.c | 68 uint32_t aligned_height = height; in setup_slices() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 22 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi() local
|
/external/libxcam/modules/ocl/ |
D | cl_image_bo_buffer.cpp | 174 uint32_t aligned_height = info.aligned_height; in fixate_video_info() local
|
/external/libxcam/xcore/base/ |
D | xcam_3a_stats.h | 32 uint32_t aligned_height; member
|
D | xcam_buffer.h | 84 uint32_t aligned_height; member
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate.c | 154 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/ |
D | helpers.c | 223 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
|
D | rockchip.c | 177 uint32_t aligned_height = DIV_ROUND_UP(h_mbs * 16 * 3, 2); in rockchip_bo_create_with_modifiers() local
|
D | i915.c | 207 uint32_t *aligned_height) in i915_align_dimensions()
|
/external/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 107 uint32_t aligned_height, in t_assert_gen4_3d_layer()
|
/external/libxcam/tests/ |
D | test-image-blend.cpp | 109 uint32_t aligned_width = 0, uint32_t aligned_height = 0) in dma_buf_to_xcam_buf()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 2828 const int aligned_height = ALIGN_POWER_OF_TWO(src_height, MI_SIZE_LOG2); in vp9_scene_detection_onepass() local
|