Home
last modified time | relevance | path

Searched refs:num_ref_frames (Results 1 – 16 of 16) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h104 RK_S32 num_ref_frames; member
H A Dh264e_sps.c195 sps->num_ref_frames = info->dpb_size; in h264e_sps_update()
328 mpp_writer_put_ue(bit, sps->num_ref_frames); in h264e_sps_to_packet()
H A Dh264e_dpb.c129 RK_S32 ref_frm_num = sps->num_ref_frames; in h264e_dpb_setup()
H A Dh264e_slice.c50 slice->max_num_ref_frames = sps->num_ref_frames; in h264e_slice_update()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h43 RK_U8 num_ref_frames; member
330 RK_U8 num_ref_frames; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c577 …if (p_Dpb->ref_frames_in_buffer == MPP_MAX(1, p_Dpb->num_ref_frames) - p_Dpb->ltref_frames_in_buff… in sliding_window_memory_management()
591 …p_Dpb->ltref_frames_in_buffer + p_Dpb->ref_frames_in_buffer) > MPP_MAX(1, p_Dpb->num_ref_frames)) { in check_num_ref()
1096 tmp_drpm->max_long_term_frame_idx_plus1 = p_Dpb->num_ref_frames; in adaptive_memory_management()
1974 p_Dpb->num_ref_frames = 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_sps.c433 ret |= p_Vid->p_Dpb_layer[layer_id]->num_ref_frames != sps->max_num_ref_frames; in video_pars_changed()
H A Dh264d_global.h401 RK_S32 num_ref_frames; member
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c270 mpp_put_bits(&bp, pp->num_ref_frames, 5); in prepare_spspps()
H A Dhal_h264d_vdpu1.c359 p_regs->SwReg04.sw_ref_frames = pp->num_ref_frames; in vdpu1_set_vlc_regs()
H A Dhal_h264d_vdpu2.c403 p_regs->sw111.max_refnum = pp->num_ref_frames; in set_vlc_regs()
H A Dhal_h264d_vdpu34x.c371 mpp_put_bits(&bp, pp->num_ref_frames, 5); in prepare_spspps()
H A Dhal_h264d_vdpu384a.c173 mpp_put_bits(&bp, pp->num_ref_frames, 5); in prepare_spspps()
H A Dhal_h264d_vdpu383.c186 mpp_put_bits(&bp, pp->num_ref_frames, 5); in prepare_spspps()
H A Dhal_h264d_vdpu382.c377 mpp_put_bits(&bp, pp->num_ref_frames, 5); in prepare_spspps()