Home
last modified time | relevance | path

Searched refs:D_INTRA_MB (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_compute_bs.c1262 u4_cur_mb_intra = u1_cur_mb_type & D_INTRA_MB; in ih264d_compute_bs_non_mbaff()
1313 if(u4_leftmbtype & D_INTRA_MB) in ih264d_compute_bs_non_mbaff()
1316 if(u1_top_mb_typ & D_INTRA_MB) in ih264d_compute_bs_non_mbaff()
1566 u4_cur_mb_intra = u1_cur_mb_type & D_INTRA_MB; in ih264d_compute_bs_mbaff()
1629 if(u4_leftmbtype & D_INTRA_MB) in ih264d_compute_bs_mbaff()
1632 if(u1_top_mb_typ & D_INTRA_MB) in ih264d_compute_bs_mbaff()
1669 if(ps_dec->deblk_left_mb[0].u1_mb_type & D_INTRA_MB) in ih264d_compute_bs_mbaff()
1672 if(ps_dec->deblk_left_mb[1].u1_mb_type & D_INTRA_MB) in ih264d_compute_bs_mbaff()
1702 if(ps_deblk_top_mb[0].u1_mb_type & D_INTRA_MB) in ih264d_compute_bs_mbaff()
1705 if(ps_deblk_top_mb[1].u1_mb_type & D_INTRA_MB) in ih264d_compute_bs_mbaff()
[all …]
Dih264d_thread_compute_bs.c204 u4_cur_mb_intra = u1_cur_mb_type & D_INTRA_MB; in ih264d_compute_bs_non_mbaff_thread()
261 if(u4_leftmbtype & D_INTRA_MB) in ih264d_compute_bs_non_mbaff_thread()
264 if(u1_top_mb_typ & D_INTRA_MB) in ih264d_compute_bs_non_mbaff_thread()
Dih264d_defs.h374 #define D_INTRA_MB 1 macro
Dih264d_parse_islice.c814 ps_cur_deblk_mb->u1_mb_type = ps_cur_deblk_mb->u1_mb_type | D_INTRA_MB; in ih264d_parse_islice_data_cavlc()
1058 | D_INTRA_MB; in ih264d_parse_islice_data_cabac()
Dih264d_parse_pslice.c999 ps_cur_deblk_mb->u1_mb_type |= D_INTRA_MB; in ih264d_parse_inter_slice_data_cabac()
1350 ps_cur_deblk_mb->u1_mb_type |= D_INTRA_MB; in ih264d_parse_inter_slice_data_cavlc()