Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg.h1822 RK_U32 long_term_frame_idx1 : 4; member
H A Dhal_h264e_vepu540c_reg.h679 RK_U32 long_term_frame_idx1 : 4; member
H A Dhal_h264e_vepu541.c630 regs->reg114.long_term_frame_idx1 = 0; in setup_vepu541_codec()
716 regs->reg114.long_term_frame_idx1 = param_1; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c614 regs->reg_base.synt_refm2.long_term_frame_idx1 = 0; in setup_vepu540c_codec()
700 regs->reg_base.synt_refm2.long_term_frame_idx1 = param_1; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c959 regs->reg_base.synt_refm2.long_term_frame_idx1 = 0; in setup_vepu580_codec()
1045 regs->reg_base.synt_refm2.long_term_frame_idx1 = param_1; in setup_vepu580_codec()
H A Dhal_h264e_vepu580_reg.h665 RK_U32 long_term_frame_idx1 : 4; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c843 RK_S32 long_term_frame_idx1 = (*(H264_FrameStore_t**)arg1)->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()