Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c66 unsigned int mb_width, mb_height; in s5p_mfc_alloc_codec_buffers_v6() local
70 mb_height = MB_HEIGHT(ctx->img_height); in s5p_mfc_alloc_codec_buffers_v6()
79 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V8(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
83 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V6(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
86 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
89 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
95 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
100 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6()
117 mb_height); in s5p_mfc_alloc_codec_buffers_v6()
122 mb_height); in s5p_mfc_alloc_codec_buffers_v6()
[all …]