Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c68 READ_UE(p_bitctx, &currSlice->long_term_pic_idx[LIST_0][i]); in ref_pic_list_mvc_modification()
94 READ_UE(p_bitctx, &currSlice->long_term_pic_idx[LIST_1][i]); in ref_pic_list_mvc_modification()
441 p->long_term_pic_idx[LIST_0] = p_Cur->long_term_pic_idx[LIST_0]; in reset_cur_slice()
446 p->long_term_pic_idx[LIST_1] = p_Cur->long_term_pic_idx[LIST_1]; in reset_cur_slice()
H A Dh264d_global.h783 RK_S32 *long_term_pic_idx[2]; member
970 RK_S32 long_term_pic_idx[2][MAX_REORDER_TIMES]; member
H A Dh264d_init.c1446 RK_S32 *long_term_pic_idx = currSlice->long_term_pic_idx[cur_list]; in check_ref_pic_list() local
1489 tmp = get_long_term_pic(currSlice, long_term_pic_idx[i]); in check_ref_pic_list()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c385 RK_U32 long_term_pic_idx = 0; in h264e_slice_read() local
387 ret |= mpp_read_ue(&bit, &long_term_pic_idx); in h264e_slice_read()
388 ops.long_term_pic_idx = long_term_pic_idx; in h264e_slice_read()
390 bit.used_bits, long_term_pic_idx); in h264e_slice_read()
658 mpp_writer_put_ue(s, rplmo.long_term_pic_idx); in h264e_slice_write_header()
661 rplmo.long_term_pic_idx); in h264e_slice_write_header()
H A Dh264e_slice.h40 RK_S32 long_term_pic_idx; member
H A Dh264e_dpb.c344 op.long_term_pic_idx = refr->status.lt_idx; in h264e_dpb_build_list()
346 h264e_dbg_list("reorder lt idx %d \n", op.long_term_pic_idx); in h264e_dpb_build_list()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c612 regs->reg108.rodr_pic_num = rplmo.long_term_pic_idx; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c600 regs->reg_base.synt_sli2.rodr_pic_num = rplmo.long_term_pic_idx; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c947 regs->reg_base.synt_sli2.rodr_pic_num = rplmo.long_term_pic_idx; in setup_vepu580_codec()
H A Dhal_h264e_vepu510.c970 reg_frm->synt_sli2.rodr_pic_num = rplmo.long_term_pic_idx; in setup_vepu510_codec()
H A Dhal_h264e_vepu511.c939 reg_frm->synt_sli2.rodr_pic_num = rplmo.long_term_pic_idx; in setup_vepu511_codec()