Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Davs2d_syntax.h30 RK_U32 lcu_size : 3; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c351 READ_BITS(bitctx, 3, &vsh->lcu_size); in avs2d_parse_sequence_header()
352 if (vsh->lcu_size < 4 || vsh->lcu_size > 6) { in avs2d_parse_sequence_header()
354 mpp_err_f("invalid lcu size: %d\n", vsh->lcu_size); in avs2d_parse_sequence_header()
H A Davs2d_parse.c375 pp->lcu_size = vsh->lcu_size; in avs2d_fill_parameters()
H A Davs2d_global.h200 RK_U8 lcu_size; member
H A Davs2d_dpb.c475 RK_U32 ctu_size = 1 << (p_dec->vsh.lcu_size); in dpb_alloc_frame()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
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()
655 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()
579 RK_U32 ctu_size = 1 << (p_hal->syntax.pp.lcu_size); in set_up_colmv_buf()