Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.h93 RK_U32 max_num_ref_frames; member
H A Dh264e_slice.c50 slice->max_num_ref_frames = sps->num_ref_frames; in h264e_slice_update()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c265 READ_UE(p_bitctx, &cur_sps->max_num_ref_frames); in parser_sps()
433 ret |= p_Vid->p_Dpb_layer[layer_id]->num_ref_frames != sps->max_num_ref_frames; in video_pars_changed()
H A Dh264d_dpb.c134 if (size < active_sps->max_num_ref_frames) { in getDpbSize()
136 active_sps->level_idc, pic_size, active_sps->max_num_ref_frames); in getDpbSize()
137 size = MPP_MIN(active_sps->max_num_ref_frames, 16); in getDpbSize()
1974 p_Dpb->num_ref_frames = active_sps->max_num_ref_frames; in init_dpb()
1975 if (active_sps->max_dec_frame_buffering < active_sps->max_num_ref_frames) { in init_dpb()
H A Dh264d_fill.c136 pp->num_ref_frames = p_Vid->active_sps->max_num_ref_frames; in fill_picparams()
H A Dh264d_slice.c285 ret |= (sps->max_num_ref_frames > 16); in check_sps_pps()
H A Dh264d_global.h549 RK_S32 max_num_ref_frames; // ue(v) member