Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_hevc.c53 size_t mv_size; in hantro_hevc_mv_size() local
55 mv_size = pic_width_in_ctbs_y * pic_height_in_ctbs_y * in hantro_hevc_mv_size()
59 pic_width_in_ctbs_y, pic_height_in_ctbs_y, mv_size); in hantro_hevc_mv_size()
61 return mv_size; in hantro_hevc_mv_size()
/Linux-v5.15/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c72 ctx->luma_size, ctx->chroma_size, ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
152 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
224 (ctx->mv_count * ctx->mv_size); in s5p_mfc_alloc_codec_buffers_v6()
456 ctx->mv_size = S5P_MFC_DEC_MV_SIZE_V10(ctx->img_width, in s5p_mfc_dec_calc_dpb_size_v6()
459 ctx->mv_size = S5P_MFC_DEC_MV_SIZE_V6(ctx->img_width, in s5p_mfc_dec_calc_dpb_size_v6()
463 ctx->mv_size = s5p_mfc_dec_hevc_mv_size(ctx->img_width, in s5p_mfc_dec_calc_dpb_size_v6()
465 ctx->mv_size = ALIGN(ctx->mv_size, 32); in s5p_mfc_dec_calc_dpb_size_v6()
467 ctx->mv_size = 0; in s5p_mfc_dec_calc_dpb_size_v6()
549 writel(ctx->mv_size, mfc_regs->d_mv_buffer_size); in s5p_mfc_set_dec_frame_buffer_v6()
555 frame_size_mv = ctx->mv_size; in s5p_mfc_set_dec_frame_buffer_v6()
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()
Ds5p_mfc_common.h660 int mv_size; member