Home
last modified time | relevance | path

Searched refs:long_term_frame_idx2 (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_reg.h127 RK_U32 long_term_frame_idx2 : 4; member
H A Dhal_h264e_vepu541_reg.h1824 RK_U32 long_term_frame_idx2 : 4; member
H A Dhal_h264e_vepu540c_reg.h680 RK_U32 long_term_frame_idx2 : 4; member
H A Dhal_h264e_vepu511_reg.h135 RK_U32 long_term_frame_idx2 : 4; member
H A Dhal_h264e_vepu541.c640 regs->reg114.long_term_frame_idx2 = 0; in setup_vepu541_codec()
761 regs->reg114.long_term_frame_idx2 = param_1; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c628 regs->reg_base.synt_refm2.long_term_frame_idx2 = 0; in setup_vepu540c_codec()
749 regs->reg_base.synt_refm2.long_term_frame_idx2 = param_1; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c975 regs->reg_base.synt_refm2.long_term_frame_idx2 = 0; in setup_vepu580_codec()
1096 regs->reg_base.synt_refm2.long_term_frame_idx2 = param_1; in setup_vepu580_codec()
H A Dhal_h264e_vepu510.c998 reg_frm->synt_refm2.long_term_frame_idx2 = 0; in setup_vepu510_codec()
1119 reg_frm->synt_refm2.long_term_frame_idx2 = param_1; in setup_vepu510_codec()
H A Dhal_h264e_vepu511.c967 reg_frm->synt_refm2.long_term_frame_idx2 = 0; in setup_vepu511_codec()
1088 reg_frm->synt_refm2.long_term_frame_idx2 = param_1; in setup_vepu511_codec()
H A Dhal_h264e_vepu580_reg.h666 RK_U32 long_term_frame_idx2 : 4; member
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c859 RK_S32 long_term_frame_idx2 = (*(H264_FrameStore_t**)arg2)->long_term_frame_idx; in compare_fs_by_lt_pic_idx_asc() local
861 if (long_term_frame_idx1 < long_term_frame_idx2) in compare_fs_by_lt_pic_idx_asc()
863 else if (long_term_frame_idx1 > long_term_frame_idx2) in compare_fs_by_lt_pic_idx_asc()