Home
last modified time | relevance | path

Searched refs:last_pic (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h205 HalVp8eRefPic *last_pic; /* Last picture */ member
H A Dhal_vp8e_base.c942 picbuf->last_pic = picbuf->cur_pic; in update_picbuf()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c1248 p_Vid->last_pic = &p_Vid->old_pic; in direct_output()
1463 p_Vid->last_pic = &p_Vid->old_pic; in store_picture_in_dpb()
1517 p_Vid->last_pic = &p_Vid->old_pic; in store_picture_in_dpb()
H A Dh264d_init.c731 FUN_CHECK(ret = check_dpb_discontinuous(p_Vid->last_pic, dec_pic, currSlice)); in alloc_decpic()
2081 if (p_Vid->last_pic != NULL && p_Vid->dec_pic->poc != 0) { in init_picture()
2082 if (p_Vid->last_pic->frame_num >= p_Vid->dec_pic->frame_num in init_picture()
2083 && p_Vid->last_pic->poc >= p_Vid->dec_pic->poc in init_picture()
H A Dh264d_global.h991 struct h264_store_pic_t *last_pic; member
H A Dh264d_api.c432 p_Dec->p_Vid->last_pic = NULL; in h264d_reset()