Searched refs:mb_height (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v6.c | 66 unsigned int mb_width, mb_height; in s5p_mfc_alloc_codec_buffers_v6() local 71 mb_height = MB_HEIGHT(ctx->img_height); in s5p_mfc_alloc_codec_buffers_v6() 82 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V8(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() 86 ALIGN(S5P_FIMV_TMV_BUFFER_SIZE_V6(mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() 94 * ALIGN((mb_height * 16), 32) in s5p_mfc_alloc_codec_buffers_v6() 98 * (mb_height * 8) in s5p_mfc_alloc_codec_buffers_v6() 111 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6() 114 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6() 121 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() 126 mb_width, mb_height), in s5p_mfc_alloc_codec_buffers_v6() [all …]
|