Home
last modified time | relevance | path

Searched refs:lcu_size (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Davs2d_syntax.h30 RK_U32 lcu_size : 3; member
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c350 READ_BITS(bitctx, 3, &vsh->lcu_size); in avs2d_parse_sequence_header()
351 if (vsh->lcu_size < 4 || vsh->lcu_size > 6) { in avs2d_parse_sequence_header()
353 mpp_err_f("invalid lcu size: %d\n", vsh->lcu_size); in avs2d_parse_sequence_header()
H A Davs2d_parse.c377 pp->lcu_size = vsh->lcu_size; in avs2d_fill_parameters()
H A Davs2d_global.h200 RK_U8 lcu_size; member
H A Davs2d_dpb.c512 RK_U32 ctu_size = 1 << (p_dec->vsh.lcu_size); in dpb_alloc_frame()
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c105 mpp_put_bits(&bp, pp->lcu_size, 3); in prepare_header()
282 RK_U8 ctu_size = 1 << syntax->pp.lcu_size; in avs2d_refine_rcb_size()
600 RK_U32 ctu_size = 1 << (p_hal->syntax.pp.lcu_size); in set_up_colmv_buf()
H A Dhal_avs2d_vdpu382.c123 mpp_put_bits(&bp, pp->lcu_size, 3); in prepare_header()
287 RK_U8 ctu_size = 1 << syntax->pp.lcu_size; in avs2d_refine_rcb_size()
638 RK_U32 ctu_size = 1 << (p_hal->syntax.pp.lcu_size); in set_up_colmv_buf()
H A Dhal_avs2d_rkv.c123 mpp_put_bits(&bp, pp->lcu_size, 3); in prepare_header()
571 RK_U32 ctu_size = 1 << (p_hal->syntax.pp.lcu_size); in set_up_colmv_buf()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c186 …ENTRY(prefix, s32, rk_s32, lcu_size, FLAG_INCR, h265, …