Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_scalist.c225 if (sps->constrained_set3_flag && !is_prext_profile(sps->profile_idc)) { in get_max_dec_frame_buf_size()
H A Dh264d_fill.c282 pp->constraint_set3_flag = p_Vid->active_sps->constrained_set3_flag; in fill_picparams()
H A Dh264d_sps.c202 READ_ONEBIT(p_bitctx, &cur_sps->constrained_set3_flag); in parser_sps()
H A Dh264d_global.h521 RK_S32 constrained_set3_flag; // u(1) member
H A Dh264d_dpb.c63 if (!is_prext_profile(active_sps->profile_idc) && (active_sps->constrained_set3_flag == 1)) in getDpbSize()