Home
last modified time | relevance | path

Searched refs:frame_alternate (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c303 if (NULL != p->frame_alternate) { in vp8d_unref_allframe()
304 vp8d_unref_frame(p, p->frame_alternate); in vp8d_unref_allframe()
305 p->frame_alternate = NULL; in vp8d_unref_allframe()
588 if (p->frame_alternate != NULL) { in vp8d_convert_to_syntx()
589 pic_param->alt_fb_idx.Index7Bits = p->frame_alternate->slot_index; in vp8d_convert_to_syntx()
590 mpp_buf_slot_set_flag(p->frame_slots, p->frame_alternate->slot_index, in vp8d_convert_to_syntx()
592 in_task->refer[2] = p->frame_alternate->slot_index; in vp8d_convert_to_syntx()
682 if (NULL != p->frame_alternate) { in vp8d_ref_update()
683 vp8d_unref_frame(p, p->frame_alternate); in vp8d_ref_update()
684 p->frame_alternate = NULL; in vp8d_ref_update()
[all …]
H A Dvp8d_parser.h95 VP8Frame *frame_alternate; member