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

/external/libavc/decoder/
H A Dih264d_defs.h349 #define P_SLICE 0 macro
H A Dih264d_parse_pslice.c829 if(ps_slice->u1_slice_type == P_SLICE)
1150 if(ps_slice->u1_slice_type == P_SLICE)
1596 if (ps_dec->u1_pr_sl_type == P_SLICE
1698 ps_dec->ps_cur_slice->u1_slice_type = P_SLICE;
1699 ps_dec->ps_parse_cur_slice->slice_type = P_SLICE;
2160 ih264d_init_cabac_contexts(P_SLICE, ps_dec);
H A Dih264d_parse_slice.c1672 && (P_SLICE == u1_slice_type) && (0 == u1_nal_ref_idc);
1879 if(ps_dec->i4_pic_type != B_SLICE && ps_dec->i4_pic_type != P_SLICE)
1883 else if(u1_slice_type == P_SLICE)
1889 ps_dec->i4_pic_type = P_SLICE;
H A Dih264d_cabac.c165 else if(u1_slice_type == P_SLICE)
H A Dih264d_parse_mb_header.c191 else if(uc_slice_type == P_SLICE)
H A Dih264d_inter_pred.c570 if((u1_slice_type == P_SLICE) || (u1_slice_type == SP_SLICE))
H A Dih264d_api.c2256 else if(ps_dec->i4_pic_type == P_SLICE)

Completed in 182 milliseconds