Home
last modified time | relevance | path

Searched refs:mv_count (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_global.h99 RK_U32 mv_count; member
H A Dhal_avs2d_rkv.c621 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in set_up_colmv_buf()
622 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in set_up_colmv_buf()
H A Dhal_avs2d_vdpu382.c697 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in set_up_colmv_buf()
698 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in set_up_colmv_buf()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_global.h129 RK_S32 mv_count; member
H A Dhal_h264d_vdpu34x.c927 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in vdpu34x_h264d_gen_regs()
928 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c959 p_hal->mv_count = mpp_buf_slot_get_count(p_hal->frame_slots); in vdpu382_h264d_setup_colmv_buf()
960 hal_bufs_setup(p_hal->cmv_bufs, p_hal->mv_count, 1, &size); in vdpu382_h264d_setup_colmv_buf()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h75 RK_S32 mv_count; member
H A Dhal_h265d_vdpu382.c720 reg_ctx->mv_count = mpp_buf_slot_get_count(reg_ctx->slots); in hal_h265d_vdpu382_gen_regs()
721 hal_bufs_setup(reg_ctx->cmv_bufs, reg_ctx->mv_count, 1, &size); in hal_h265d_vdpu382_gen_regs()
H A Dhal_h265d_vdpu34x.c929 reg_ctx->mv_count = mpp_buf_slot_get_count(reg_ctx->slots); in hal_h265d_vdpu34x_gen_regs()
930 hal_bufs_setup(reg_ctx->cmv_bufs, reg_ctx->mv_count, 1, &size); in hal_h265d_vdpu34x_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu382.c75 RK_S32 mv_count; member
463 hw_ctx->mv_count = mpp_buf_slot_get_count(p_hal ->slots); in hal_vp9d_vdpu382_gen_regs()
464 hal_bufs_setup(hw_ctx->cmv_bufs, hw_ctx->mv_count, 1, &size); in hal_vp9d_vdpu382_gen_regs()
H A Dhal_vp9d_vdpu34x.c75 RK_S32 mv_count; member
450 hw_ctx->mv_count = mpp_buf_slot_get_count(p_hal ->slots); in hal_vp9d_vdpu34x_gen_regs()
451 hal_bufs_setup(hw_ctx->cmv_bufs, hw_ctx->mv_count, 1, &size); in hal_vp9d_vdpu34x_gen_regs()
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h683 int mv_count; member
H A Ds5p_mfc_opr_v6.c152 (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()
550 writel(ctx->mv_count, mfc_regs->d_num_mv); in s5p_mfc_set_dec_frame_buffer_v6()
573 for (i = 0; i < ctx->mv_count; i++) { in s5p_mfc_set_dec_frame_buffer_v6()
H A Ds5p_mfc.c524 ctx->mv_count = s5p_mfc_hw_call(dev->mfc_ops, get_mv_count, in s5p_mfc_handle_seq_done()