Searched refs:P_SLICE (Results 1 – 7 of 7) sorted by relevance
829 if(ps_slice->u1_slice_type == P_SLICE) in ih264d_parse_inter_slice_data_cabac()1157 if(ps_slice->u1_slice_type == P_SLICE) in ih264d_parse_inter_slice_data_cavlc()1522 ps_dec->ps_cur_slice->u1_slice_type = P_SLICE; in ih264d_mark_err_slice_skip()1628 if (ps_dec->u1_pr_sl_type == P_SLICE in ih264d_mark_err_slice_skip()1735 ps_dec->ps_cur_slice->u1_slice_type = P_SLICE; in ih264d_mark_err_slice_skip()1736 ps_dec->ps_parse_cur_slice->slice_type = P_SLICE; in ih264d_mark_err_slice_skip()2191 ih264d_init_cabac_contexts(P_SLICE, ps_dec); in ih264d_parse_pslice()
354 #define P_SLICE 0 macro
1689 && (P_SLICE == u1_slice_type) && (0 == u1_nal_ref_idc); in ih264d_parse_decode_slice()1897 if(ps_dec->i4_pic_type != B_SLICE && ps_dec->i4_pic_type != P_SLICE) in ih264d_parse_decode_slice()1901 else if(u1_slice_type == P_SLICE) in ih264d_parse_decode_slice()1907 ps_dec->i4_pic_type = P_SLICE; in ih264d_parse_decode_slice()
165 else if(u1_slice_type == P_SLICE) in ih264d_init_cabac_contexts()
191 else if(uc_slice_type == P_SLICE) in ih264d_parse_mb_type_cabac()
570 if((u1_slice_type == P_SLICE) || (u1_slice_type == SP_SLICE)) in ih264d_form_mb_part_info_mp()
2480 else if(ps_dec->i4_pic_type == P_SLICE) in ih264d_video_decode()