Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
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_vepu541.c631 regs->reg114.long_term_frame_idx2 = 0; in setup_vepu541_codec()
752 regs->reg114.long_term_frame_idx2 = param_1; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c615 regs->reg_base.synt_refm2.long_term_frame_idx2 = 0; in setup_vepu540c_codec()
736 regs->reg_base.synt_refm2.long_term_frame_idx2 = param_1; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c960 regs->reg_base.synt_refm2.long_term_frame_idx2 = 0; in setup_vepu580_codec()
1081 regs->reg_base.synt_refm2.long_term_frame_idx2 = param_1; in setup_vepu580_codec()
H A Dhal_h264e_vepu580_reg.h666 RK_U32 long_term_frame_idx2 : 4; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c844 RK_S32 long_term_frame_idx2 = (*(H264_FrameStore_t**)arg2)->long_term_frame_idx; in compare_fs_by_lt_pic_idx_asc() local
846 if (long_term_frame_idx1 < long_term_frame_idx2) in compare_fs_by_lt_pic_idx_asc()
848 else if (long_term_frame_idx1 > long_term_frame_idx2) in compare_fs_by_lt_pic_idx_asc()