Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/verisilicon/
A Dhantro_vp9.c24 u32 h, height32, size; in hantro_vp9_tile_filter_size() local
28 height32 = roundup(h, 64); in hantro_vp9_tile_filter_size()
29 size = 24 * height32 * (MAX_NUM_TILE_COLS - 1); /* luma: 8, chroma: 8 + 8 */ in hantro_vp9_tile_filter_size()
36 u32 h, height32; in hantro_vp9_bsd_control_size() local
39 height32 = roundup(h, 64); in hantro_vp9_bsd_control_size()
41 return 16 * (height32 / 4) * (MAX_NUM_TILE_COLS - 1); in hantro_vp9_bsd_control_size()

Completed in 4 milliseconds