Home
last modified time | relevance | path

Searched refs:depth_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c1602 int i, depth, depth_bytes, height; in __vpe_try_fmt() local
1625 depth_bytes = depth >> 3; in __vpe_try_fmt()
1627 if (depth_bytes == 3) { in __vpe_try_fmt()
1650 w_align = roundup_pow_of_two(VPDMA_DESC_ALIGN / depth_bytes); in __vpe_try_fmt()