Searched refs:luma_dpb_size (Results 1 – 2 of 2) sorted by relevance
89 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()98 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()108 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()127 ctx->luma_dpb_size, ctx->chroma_dpb_size); in s5p_mfc_alloc_codec_buffers_v6()251 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()271 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()295 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()306 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()675 buf_addr1 += ctx->luma_dpb_size; in s5p_mfc_set_enc_ref_buffer_v6()676 buf_size1 -= ctx->luma_dpb_size; in s5p_mfc_set_enc_ref_buffer_v6()[all …]
702 size_t luma_dpb_size; member