Home
last modified time | relevance | path

Searched refs:P_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()
514 } else if (p_dec->ph.picture_coding_type == P_PICTURE) { in avsd_set_dpb()
808 p_dec->vec_flag += (p_dec->vec_flag == 1 && pic_type == P_PICTURE); in avsd_parse_stream()
825 if ((pic_type == P_PICTURE && !p_dec->dpb[0]) || in avsd_parse_stream()
828 (pic_type == P_PICTURE && p_dec->vec_flag < 1) || in avsd_parse_stream()
H A Davsd_parse.h107 P_PICTURE = 1, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h154 P_PICTURE = 1, enumerator
H A Davs2d_ps.c723 ph->picture_type = ph->background_pred_flag ? S_PICTURE : P_PICTURE; in parse_picture_header_inter()
H A Davs2d_dpb.c719 } else if ((p_cur->picture_type == P_PICTURE || p_cur->picture_type == F_PICTURE) && in dpb_set_frame_refs()