Home
last modified time | relevance | path

Searched refs:B_PICTURE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c317 if (!(ph->picture_coding_type == B_PICTURE && ph->picture_structure == P_PICTURE)) { in get_pb_picture_header()
494 if (p_dec->ph.picture_coding_type == B_PICTURE) { in avsd_set_dpb()
503 if (p_dec->ph.picture_coding_type == B_PICTURE) { in avsd_set_dpb()
521 } else if (p_dec->ph.picture_coding_type == B_PICTURE) { in avsd_set_dpb()
562 if (p_dec->ph.picture_coding_type != B_PICTURE) { in avsd_update_dpb()
826 (pic_type == B_PICTURE && !p_dec->dpb[0]) || in avsd_parse_stream()
827 (pic_type == B_PICTURE && !p_dec->dpb[1] && !p_dec->vsh.low_delay) || in avsd_parse_stream()
829 (pic_type == B_PICTURE && p_dec->vec_flag < 2)) { in avsd_parse_stream()
H A Davsd_parse.h108 B_PICTURE = 2 enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h155 B_PICTURE = 2, enumerator
H A Davs2d_ps.c725 ph->picture_type = B_PICTURE; in parse_picture_header_inter()
H A Davs2d_dpb.c728 } else if (p_cur->picture_type == B_PICTURE && in dpb_set_frame_refs()