Home
last modified time | relevance | path

Searched refs:horizontal_size (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c48 mini_cu_width = (vsh->horizontal_size + mini_size - 1) / mini_size; in dpb_get_size()
502 RK_U32 fbc_hdr_stride = MPP_ALIGN(vsh->horizontal_size, 64); in dpb_alloc_frame()
507 fbc_hdr_stride = MPP_ALIGN(vsh->horizontal_size, 256) | 256; in dpb_alloc_frame()
528 mpp_frame_set_width(mframe, vsh->horizontal_size); in dpb_alloc_frame()
H A Davs2d_ps.c305 READ_BITS(bitctx, 14, &vsh->horizontal_size); in avs2d_parse_sequence_header()
307 if (vsh->horizontal_size < 16 || vsh->vertical_size < 16) { in avs2d_parse_sequence_header()
310 vsh->horizontal_size, vsh->vertical_size); in avs2d_parse_sequence_header()
H A Davs2d_global.h187 RK_U32 horizontal_size; member
H A Davs2d_parse.c373 pp->pic_width_in_luma_samples = MPP_ALIGN(vsh->horizontal_size, 8); in avs2d_fill_parameters()
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c48 READ_BITS(bitctx, 14, &vsh->horizontal_size); in get_sequence_header()
454 p_cur->width = p_dec->vsh.horizontal_size; in avsd_set_dpb()
456 p_cur->hor_stride = MPP_ALIGN(p_dec->vsh.horizontal_size, 16); in avsd_set_dpb()
594 pp->horizontalSize = p_dec->vsh.horizontal_size; in avsd_fill_parameters()
H A Davsd_parse.h116 RK_U32 horizontal_size; member