Home
last modified time | relevance | path

Searched refs:D_B_SLICE (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_defs.h365 #define D_B_SLICE 4 macro
Dih264d_parse_bslice.c648 ps_cur_deblk_mb->u1_mb_type |= D_B_SLICE; in ih264d_parse_bmb_cabac()
767 ps_cur_deblk_mb->u1_mb_type |= D_B_SLICE; in ih264d_parse_bmb_cavlc()
Dih264d_parse_pslice.c840 u1_deblk_mb_type = D_B_SLICE; in ih264d_parse_inter_slice_data_cabac()
1158 u1_deblk_mb_type = D_B_SLICE; in ih264d_parse_inter_slice_data_cavlc()
Dih264d_compute_bs.c1806 uc_Bslice = u1_mb_type & D_B_SLICE; in ih264d_fill_bs_for_mb()