Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H 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()
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c63 unsigned int mb_width, mb_height, width64, height32; in s5p_mfc_alloc_codec_buffers_v6() local
70 height32 = ALIGN(ctx->img_height, 32); in s5p_mfc_alloc_codec_buffers_v6()
92 width64 * height32 + in s5p_mfc_alloc_codec_buffers_v6()
93 ALIGN(DIV_ROUND_UP(lcu_width * 32, 4), 16) * height32 + 128; in s5p_mfc_alloc_codec_buffers_v6()
99 width64 * height32 / 2 + in s5p_mfc_alloc_codec_buffers_v6()
101 32, 4), 16) * height32 / 2 + 128; in s5p_mfc_alloc_codec_buffers_v6()
104 ALIGN(ctx->img_width * 2, 128) * height32 + 64; in s5p_mfc_alloc_codec_buffers_v6()
106 ALIGN(ctx->img_width * 2, 128) * height32 / 2 + 64; in s5p_mfc_alloc_codec_buffers_v6()
109 width64 * height32 + 64; in s5p_mfc_alloc_codec_buffers_v6()
115 width64 * height32 / 2 + 64; in s5p_mfc_alloc_codec_buffers_v6()