Home
last modified time | relevance | path

Searched defs:align_h (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/
Dformat_info.h65 …uint8_t align_h; /* Alignment of height (per plane, in pixels). Must be a power of … member
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_layout.c489 unsigned align_h = block_size.height; in pan_image_layout_init() local
/aosp_15_r20/external/libdav1d/src/
H A Ddecode.c2736 int align_h = (f->bh + 31) & ~31; in dav1d_decode_tile_sbrow() local