Home
last modified time | relevance | path

Searched refs:ref_pic (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c627 HalVp8eRefPic *ref_pic = picbuf->ref_pic; in init_ref_pic_list() local
633 if (ref_pic[i].ipf && (&ref_pic[i] != cur_pic)) { in init_ref_pic_list()
634 ref_pic_list[j++] = ref_pic[i]; in init_ref_pic_list()
640 if (ref_pic[i].grf && (&ref_pic[i] != cur_pic)) { in init_ref_pic_list()
641 ref_pic_list[j++] = ref_pic[i]; in init_ref_pic_list()
647 if (ref_pic[i].arf && (&ref_pic[i] != cur_pic)) { in init_ref_pic_list()
648 ref_pic_list[j] = ref_pic[i]; in init_ref_pic_list()
674 if (&buf->ref_pic[i] != buf->cur_pic) { in init_picbuf()
675 reset_refpic(&buf->ref_pic[i]); in init_picbuf()
765 cand = &pic_buf->ref_pic[i]; in set_picbuf_ref()
[all …]
H A Dhal_vp8e_base.h202 HalVp8eRefPic ref_pic[REF_FRAME_COUNT + 1]; /* Reference picture store */ member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c348 sp->ref_pic.slot_idx = ref_frame->slot_idx; in fill_ref_parameters()
350 sp->ref_pic.slot_idx = h->dpb->curr->slot_idx; in fill_ref_parameters()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265e_syntax_new.h162 H265ePicEntry ref_pic; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h173 RK_U8 ref_pic[AVS2_MAX_REFS]; //!< delta DOI of ref pic member
H A Davs2d_ps.c258 READ_BITS(bitctx, 6, &rps->ref_pic[j]); in parse_one_rps()
259 AVS2D_PARSE_TRACE("delta_doi_of_ref_pic[%d]=%d", j, rps->ref_pic[j]); in parse_one_rps()
H A Davs2d_dpb.c693 doi_of_ref = p_cur->doi - p_rps->ref_pic[i]; in dpb_set_frame_refs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c2314 ref_buf = hal_bufs_get_buf(ctx->dpb_bufs, syn->sp.ref_pic.slot_idx); in vepu580_h265_set_hw_address()
2928 HalBuf *hal_buf = hal_bufs_get_buf(ctx->dpb_bufs, syn->sp.ref_pic.slot_idx); in dump_files()
H A Dhal_h265e_vepu540c.c1088 ref_buf = hal_bufs_get_buf(ctx->dpb_bufs, syn->sp.ref_pic.slot_idx); in vepu540c_h265_set_hw_address()
H A Dhal_h265e_vepu541.c1439 ref_buf = hal_bufs_get_buf(ctx->dpb_bufs, syn->sp.ref_pic.slot_idx); in vepu54x_h265_set_hw_address()