• Home
  • Raw
  • Download

Lines Matching refs:D_INTRA_MB

1262     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()
1811 u1_top_intra = ps_top_mb_params->u1_mb_type & D_INTRA_MB; in ih264d_fill_bs_for_mb()
1812 u1_left_intra = ps_left_mb_params->u1_mb_type & D_INTRA_MB; in ih264d_fill_bs_for_mb()
2075 if(ps_cur_deblk_mb->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_left_edge()
2080 else if((ps_leftDeblkMb->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_left_edge()
2081 && ((ps_leftDeblkMb + 1)->u1_mb_type & D_INTRA_MB)) in ih264d_fill_bs_for_extra_left_edge()
2110 if(ps_leftDeblkMb->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_left_edge()
2130 if((ps_leftDeblkMb + 1)->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_left_edge()
2153 if(ps_leftDeblkMb->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_left_edge()
2170 if((ps_leftDeblkMb + 1)->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_left_edge()
2225 if((ps_cur_mb_params->u1_mb_type & D_INTRA_MB) in ih264d_fill_bs_for_extra_top_edge()
2226 + (u1_top_mb_type & D_INTRA_MB)) in ih264d_fill_bs_for_extra_top_edge()