Home
last modified time | relevance | path

Searched refs:B_SLICE (Results 1 – 10 of 10) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c105 if(ps_cur_slice->u1_slice_type == B_SLICE) in ih264d_form_pred_weight_matrix()
1522 if(u1_slice_type == B_SLICE) in ih264d_parse_decode_slice()
1600 && (u1_slice_type != B_SLICE) in ih264d_parse_decode_slice()
1637 && (B_SLICE == u1_slice_type) && (0 == u1_nal_ref_idc); in ih264d_parse_decode_slice()
1796 ps_dec->u1_B = (u1_slice_type == B_SLICE); in ih264d_parse_decode_slice()
1848 if(ps_dec->i4_pic_type != B_SLICE && ps_dec->i4_pic_type != P_SLICE) in ih264d_parse_decode_slice()
1857 if(ps_dec->i4_pic_type != B_SLICE) in ih264d_parse_decode_slice()
1860 else if(u1_slice_type == B_SLICE) in ih264d_parse_decode_slice()
1865 ps_dec->i4_pic_type = B_SLICE; in ih264d_parse_decode_slice()
Dih264d_thread_parse_decode.c219 u1_B = (u1_slice_type == B_SLICE); in ih264d_decode_recon_tfr_nmb_thread()
546 && (ps_dec->ps_decode_cur_slice->slice_type != B_SLICE) in ih264d_decode_slice_thread()
Dih264d_thread_compute_bs.c250 (ps_dec->ps_computebs_cur_slice->slice_type == B_SLICE); in ih264d_compute_bs_non_mbaff_thread()
503 u1_B = (u1_slice_type == B_SLICE); in ih264d_recon_deblk_slice()
Dih264d_defs.h361 #define B_SLICE 1 macro
Dih264d_cabac.c171 else if(u1_slice_type == B_SLICE) in ih264d_init_cabac_contexts()
Dih264d_process_pslice.c852 cont = (ps_cur_slice->u1_slice_type == B_SLICE); in ih264d_parse_pred_weight_table()
Dih264d_parse_mb_header.c220 else if(uc_slice_type == B_SLICE) in ih264d_parse_mb_type_cabac()
Dih264d_parse_bslice.c1664 ih264d_init_cabac_contexts(B_SLICE, ps_dec); in ih264d_parse_bslice()
Dih264d_parse_pslice.c1629 || ps_dec->u1_pr_sl_type == B_SLICE) in ih264d_mark_err_slice_skip()
Dih264d_api.c2414 else if(ps_dec->i4_pic_type == B_SLICE) in ih264d_video_decode()