Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c74 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
127 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
377 ctx->mv_size = S5P_MFC_DEC_MV_SIZE_V6(ctx->img_width, in s5p_mfc_dec_calc_dpb_size_v6()
379 ctx->mv_size = ALIGN(ctx->mv_size, 16); in s5p_mfc_dec_calc_dpb_size_v6()
381 ctx->mv_size = 0; in s5p_mfc_dec_calc_dpb_size_v6()
462 writel(ctx->mv_size, mfc_regs->d_mv_buffer_size); in s5p_mfc_set_dec_frame_buffer_v6()
468 frame_size_mv = ctx->mv_size; in s5p_mfc_set_dec_frame_buffer_v6()
Ds5p_mfc_opr_v5.c74 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v5()
108 ctx->bank2.size = ctx->total_dpb_count * ctx->mv_size; in s5p_mfc_alloc_codec_buffers_v5()
297 ctx->mv_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5()
317 ctx->mv_size = 0; in s5p_mfc_dec_calc_dpb_size_v5()
473 frame_size_mv = ctx->mv_size; in s5p_mfc_set_dec_frame_buffer_v5()
Ds5p_mfc_common.h598 int mv_size; member