Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/libaom/aom_scale/generic/
H A Dyv12config.c64 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned()
211 const int aligned_height, const int border, const int byte_alignment, in calc_stride_and_planesize()
253 const int aligned_height = (height + 7) & ~7; in aom_realloc_frame_buffer() local
/aosp_15_r20/external/libvpx/vpx_scale/generic/
H A Dyv12config.c54 int aligned_height = (height + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local
174 const int aligned_height = (height + 7) & ~7; in vpx_realloc_frame_buffer() local
/aosp_15_r20/external/minigbm/
H A Ddrv_helpers.c294 uint32_t aligned_height, uint32_t format) in drv_bo_from_format()
302 uint32_t aligned_height, uint32_t format, in drv_bo_from_format_and_padding()
341 uint32_t aligned_width, aligned_height; in drv_dumb_bo_create_ex() local
H A Di915.c338 uint32_t *aligned_height) in i915_align_dimensions()
725 uint32_t aligned_height = ALIGN(plane_height, 32); in i915_bo_compute_metadata() local
H A Drockchip.c136 uint32_t aligned_height = h_mbs * 16; in rockchip_bo_create_with_modifiers() local
H A Dmediatek.c307 uint32_t aligned_height = ALIGN(height, 32); in mediatek_bo_create_with_modifiers() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface_modifier_test.c50 unsigned *aligned_pitch, unsigned *aligned_height) in block_count()
312 unsigned aligned_pitch, aligned_height; in test_modifier() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/kernel/
H A 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
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/packet/
H A Dencode_vp9_vdenc_packet.cpp778 …dencPkt::fill_pad_with_value(PMOS_SURFACE psSurface, uint32_t real_height, uint32_t aligned_height) in fill_pad_with_value()
1700 uint32_t aligned_height = MOS_ALIGN_CEIL(real_height, CODEC_VP9_MIN_BLOCK_HEIGHT); in AddAllCmds_HCP_SURFACE_STATE() local
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_alloccommon.c23 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mi_size() local
/aosp_15_r20/external/mesa3d/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c107 uint32_t aligned_height, in t_assert_gfx4_3d_layer()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_libva_common.cpp262 uint32_t aligned_width, aligned_height; in DdiMedia_ReplaceSurfaceWithVariant() local
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecoder.c55 const int aligned_height = ALIGN_POWER_OF_TWO(height, 3); in dec_set_mb_mi() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/vp9/packet/
H A Dencode_vp9_vdenc_packet_xe_lpm_plus_base.cpp141 uint32_t aligned_height = MOS_ALIGN_CEIL(m_basicFeature->m_frameHeight, 64); in AllocateResources() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc.c1081 uint32_t aligned_height = align(enc->base.height, rec_alignment); in pre_encode_size() local
1105 uint32_t aligned_height = align(enc->base.height, rec_alignment); in setup_dpb() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/codec/hal/
H A Dcodechal_vdenc_vp9_xe_hpm.cpp601 uint32_t aligned_height = MOS_ALIGN_CEIL(m_frameHeight, 64); in AllocateResources() local
/aosp_15_r20/external/libaom/av1/common/
H A Dalloccommon.c31 const int aligned_height = ALIGN_POWER_OF_TWO(height, 3); in av1_get_MBs() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c122 unsigned aligned_height; in setup_miptree() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_vdenc_vp9_g12.cpp3912 uint32_t aligned_height = MOS_ALIGN_CEIL(real_height, CODEC_VP9_MIN_BLOCK_HEIGHT); in ExecutePictureLevel() local
4489 uint32_t aligned_height = MOS_ALIGN_CEIL(m_frameHeight, 64); in AllocateResources() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/packet/
H A Dencode_avc_vdenc_packet.cpp2177 … uint32_t aligned_height = MOS_ALIGN_CEIL(real_height, CODEC_AVC_MIN_BLOCK_HEIGHT); in AddAllCmds_MFX_SURFACE_STATE() local
/aosp_15_r20/external/libvpx/
H A Dvpxenc.c1595 unsigned int aligned_height = (stream->config.cfg.g_h + 15u) & ~15u; in test_decode() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_vdenc_vp9_g11.cpp4393 uint32_t aligned_height = MOS_ALIGN_CEIL(real_height, CODEC_VP9_MIN_BLOCK_HEIGHT); in ExecutePictureLevel() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_avc_base.cpp3534 …AvcBase::fill_pad_with_value(PMOS_SURFACE psSurface, uint32_t real_height, uint32_t aligned_height) in fill_pad_with_value()
H A Dcodechal_vdenc_vp9_base.cpp7971 …p9State::fill_pad_with_value(PMOS_SURFACE psSurface, uint32_t real_height, uint32_t aligned_height) in fill_pad_with_value()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c3071 const int aligned_height = ALIGN_POWER_OF_TWO(src_height, MI_SIZE_LOG2); in vp9_scene_detection_onepass() local

12