Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c74 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
186 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
258 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
525 ctx->mv_size = S5P_MFC_DEC_MV_SIZE(ctx->img_width, ctx->img_height, 1024); in s5p_mfc_dec_calc_dpb_size_v6()
527 ctx->mv_size = S5P_MFC_DEC_MV_SIZE(ctx->img_width, ctx->img_height, 512); in s5p_mfc_dec_calc_dpb_size_v6()
529 ctx->mv_size = S5P_MFC_DEC_MV_SIZE(ctx->img_width, ctx->img_height, 128); in s5p_mfc_dec_calc_dpb_size_v6()
532 ctx->mv_size = s5p_mfc_dec_hevc_mv_size(ctx->img_width, ctx->img_height); in s5p_mfc_dec_calc_dpb_size_v6()
533 ctx->mv_size = ALIGN(ctx->mv_size, 32); in s5p_mfc_dec_calc_dpb_size_v6()
535 ctx->mv_size = 0; in s5p_mfc_dec_calc_dpb_size_v6()
646 writel(ctx->mv_size, mfc_regs->d_mv_buffer_size); in s5p_mfc_set_dec_frame_buffer_v6()
[all …]
H A Ds5p_mfc_opr_v5.c71 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v5()
105 ctx->bank2.size = ctx->total_dpb_count * ctx->mv_size; in s5p_mfc_alloc_codec_buffers_v5()
292 ctx->mv_size = ALIGN(ctx->buf_width * in s5p_mfc_dec_calc_dpb_size_v5()
312 ctx->mv_size = 0; in s5p_mfc_dec_calc_dpb_size_v5()
468 frame_size_mv = ctx->mv_size; in s5p_mfc_set_dec_frame_buffer_v5()
H A Ds5p_mfc_common.h666 int mv_size; member
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c557 u16 mv_size; in lan966x_vcap_move() local
559 mv_size = count - 1; in lan966x_vcap_move()
569 VCAP_MV_CFG_MV_SIZE_SET(mv_size), in lan966x_vcap_move()