Home
last modified time | relevance | path

Searched refs:GB_PICTURE (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c339 if (p->picture_type == GB_PICTURE || p->invisible) { in dpb_remove_frame()
390 if (ph->picture_type == G_PICTURE || ph->picture_type == GB_PICTURE) { in dpb_remove_scene_frame()
395 if (p->picture_type == GB_PICTURE) { in dpb_remove_scene_frame()
488 frm->invisible = (frm->picture_type == GB_PICTURE); in dpb_alloc_frame()
489 frm->scene_frame_flag = (frm->picture_type == G_PICTURE || frm->picture_type == GB_PICTURE); in dpb_alloc_frame()
492 frm->refered_by_others = (frm->picture_type != GB_PICTURE && mgr->cur_rps.refered_by_others); in dpb_alloc_frame()
H A Davs2d_global.h158 GB_PICTURE = 5, enumerator
H A Davs2d_ps.c618 ph->picture_type = GB_PICTURE; in parse_picture_header_intra()