Home
last modified time | relevance | path

Searched refs:P_SLICE (Results 1 – 7 of 7) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_pslice.c829 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()
Dih264d_defs.h349 #define P_SLICE 0 macro
Dih264d_parse_slice.c1674 && (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()
Dih264d_cabac.c165 else if(u1_slice_type == P_SLICE) in ih264d_init_cabac_contexts()
Dih264d_parse_mb_header.c191 else if(uc_slice_type == P_SLICE) in ih264d_parse_mb_type_cabac()
Dih264d_inter_pred.c570 if((u1_slice_type == P_SLICE) || (u1_slice_type == SP_SLICE)) in ih264d_form_mb_part_info_mp()
Dih264d_api.c2310 else if(ps_dec->i4_pic_type == P_SLICE) in ih264d_video_decode()