Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v6.c64 unsigned int lcu_width = 0, lcu_height = 0; in s5p_mfc_alloc_codec_buffers_v6() local
89 lcu_height = S5P_MFC_LCU_HEIGHT(ctx->img_height); in s5p_mfc_alloc_codec_buffers_v6()
121 lcu_height = S5P_MFC_LCU_HEIGHT(ctx->img_height); in s5p_mfc_alloc_codec_buffers_v6()
134 * ALIGN((lcu_height * 32), 32) in s5p_mfc_alloc_codec_buffers_v6()
138 * (lcu_height * 16) in s5p_mfc_alloc_codec_buffers_v6()
348 ENC_V120_HEVC_ME_SIZE(lcu_width, lcu_height); in s5p_mfc_alloc_codec_buffers_v6()
351 ALIGN(ENC_V100_HEVC_ME_SIZE(lcu_width, lcu_height), 16); in s5p_mfc_alloc_codec_buffers_v6()