Home | History | Annotate | Download | only in decoder

Lines Matching refs:u1_slice_type

62 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
345 const UWORD32 u1_slice_type = ps_dec->ps_cur_slice->u1_slice_type;
347 (u1_slice_type != I_SLICE) ?
350 (u1_slice_type != I_SLICE) ? (ps_dec->u1_B ? 23 : 5) : 0);
852 cont = (ps_cur_slice->u1_slice_type == B_SLICE);