/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 54 const uint64_t uvplane_size, const int aligned_width, in realloc_frame_buffer_aligned() 174 const int aligned_width, in calc_stride_and_planesize() 210 const int aligned_width = (width + 7) & ~7; in aom_realloc_frame_buffer() local 255 const int aligned_width = (width + 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 | 53 int aligned_width = (width + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local 169 const int aligned_width = (width + 7) & ~7; in vpx_realloc_frame_buffer() local
|
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 24 const int aligned_width = ALIGN_POWER_OF_TWO(width, 3); in av1_get_MBs() local 72 const int aligned_width = ALIGN_POWER_OF_TWO(width, 3); in av1_set_mb_mi() local
|
D | resize.c | 1363 const int aligned_width = ALIGN_POWER_OF_TWO(cm->width, 3); in av1_superres_upscale() local
|
D | onyxc_int.h | 1122 const int aligned_width = in av1_zero_above_context() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 21 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2); in vp9_set_mb_mi() local
|
/external/libxcam/modules/ocl/ |
D | cl_blender.cpp | 98 uint32_t aligned_width = XCAM_MAX (16, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_buffer_pool_video_info() local
|
D | cl_image_bo_buffer.cpp | 173 uint32_t aligned_width = desc.row_pitch / plane_info.pixel_bytes; in fixate_video_info() local
|
D | cl_geo_map_handler.cpp | 162 …uint32_t aligned_width = XCAM_ALIGN_UP (width, XCAM_CL_IMAGE_ALIGNMENT_X); // 4 channel for CL_RG… in check_geo_map_buf() local
|
D | cl_image_360_stitch.cpp | 520 uint32_t aligned_width = XCAM_MAX (16, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_buffer_pool_video_info() local
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | filterbank_util.cc | 152 const int aligned_width = (chan_freq_index_start - aligned_start + width); in FilterbankPopulateState() local
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | filterbank_util.c | 149 const int aligned_width = in FilterbankPopulateState() local
|
/external/libxcam/xcore/base/ |
D | xcam_3a_stats.h | 31 uint32_t aligned_width; member
|
D | xcam_buffer.h | 83 uint32_t aligned_width; 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/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 106 uint32_t aligned_width, in t_assert_gen4_3d_layer()
|
/external/minigbm/ |
D | rockchip.c | 176 uint32_t aligned_width = w_mbs * 16; in rockchip_bo_create_with_modifiers() local
|
D | helpers.c | 259 uint32_t aligned_width, aligned_height; in drv_dumb_bo_create() local
|
/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/libxcam/modules/soft/ |
D | soft_image.h | 234 const uint32_t width, const uint32_t height, uint32_t aligned_width) in SoftImage()
|
D | soft_blender.cpp | 255 uint32_t aligned_width = XCAM_ALIGN_UP (width, SOFT_BLENDER_ALIGNMENT_X); in init_first_masks() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 60 const int aligned_width = ALIGN_POWER_OF_TWO(cpi->oxcf.width, MI_SIZE_LOG2); in get_max_tile_cols() local
|
D | vp9_ratectrl.c | 2827 const int aligned_width = ALIGN_POWER_OF_TWO(src_width, MI_SIZE_LOG2); in vp9_scene_detection_onepass() local
|