Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c89 ctx->chroma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
104 ctx->luma_dpb_size, ctx->chroma_dpb_size); in s5p_mfc_alloc_codec_buffers_v6()
200 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
214 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
233 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
580 buf_addr1 += ctx->chroma_dpb_size; in s5p_mfc_set_enc_ref_buffer_v6()
583 buf_size1 -= (ctx->luma_dpb_size + ctx->chroma_dpb_size + in s5p_mfc_set_enc_ref_buffer_v6()
Ds5p_mfc_common.h643 size_t chroma_dpb_size; member