Home
last modified time | relevance | path

Searched refs:bitstream_restriction_flag (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c155 READ_ONEBIT(p_bitctx, &vui->bitstream_restriction_flag); in read_VUI()
156 if (vui->bitstream_restriction_flag) { in read_VUI()
H A Dh264d_global.h457 RK_S32 bitstream_restriction_flag; // u(1) member
H A Dh264d_dpb.c122 …ve_sps->vui_parameters_present_flag && active_sps->vui_seq_parameters.bitstream_restriction_flag) { in getDpbSize()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h126 RK_S32 bitstream_restriction_flag; member
H A Dh265d_ps.c1292 READ_ONEBIT(gb, &vui->bitstream_restriction_flag); in decode_vui()
1293 if (vui->bitstream_restriction_flag) { in decode_vui()