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()1149 if(ps_slice->u1_slice_type == P_SLICE) in ih264d_parse_inter_slice_data_cavlc()1498 ps_dec->ps_cur_slice->u1_slice_type = P_SLICE; in ih264d_mark_err_slice_skip()1599 if (ps_dec->u1_pr_sl_type == P_SLICE in ih264d_mark_err_slice_skip()1704 ps_dec->ps_cur_slice->u1_slice_type = P_SLICE; in ih264d_mark_err_slice_skip()1705 ps_dec->ps_parse_cur_slice->slice_type = P_SLICE; in ih264d_mark_err_slice_skip()2174 ih264d_init_cabac_contexts(P_SLICE, ps_dec); in ih264d_parse_pslice()
349 #define P_SLICE 0 macro
1674 && (P_SLICE == u1_slice_type) && (0 == u1_nal_ref_idc); in ih264d_parse_decode_slice()1880 if(ps_dec->i4_pic_type != B_SLICE && ps_dec->i4_pic_type != P_SLICE) in ih264d_parse_decode_slice()1884 else if(u1_slice_type == P_SLICE) in ih264d_parse_decode_slice()1890 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()
2310 else if(ps_dec->i4_pic_type == P_SLICE) in ih264d_video_decode()