Searched refs:I_4x4_MB (Results 1 - 6 of 6) sorted by relevance

/external/libavc/decoder/
H A Dih264d_process_intra_mb.c426 if(intra_flag && (u1_mb_type != I_4x4_MB))
879 if(u1_mb_type == I_4x4_MB && ps_cur_mb_info->u1_tran_form8x8 == 0)
884 else if (u1_mb_type == I_4x4_MB && ps_cur_mb_info->u1_tran_form8x8 == 1)
912 if(u1_mb_type != I_4x4_MB)
1060 if(ps_top_mb->u1_mb_type == I_4x4_MB)
1080 if(ps_left_mb->u1_mb_type != I_4x4_MB)
1105 != I_4x4_MB)))
1109 if(ps_left_mb->u1_mb_type != I_4x4_MB)
1124 if((ps_left_mb + 1)->u1_mb_type != I_4x4_MB)
1163 if(ps_left_mb->u1_mb_type != I_4x4_MB)
[all...]
H A Dih264d_defs.h399 #define I_4x4_MB 0 macro
H A Dih264d_parse_islice.c115 if(u1_mb_type == I_4x4_MB)
117 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
517 if(u1_mb_type == I_4x4_MB)
519 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
H A Dih264d_parse_cabac.c1507 i4_mb_inter_inc = (!((ps_cur_mb_info->ps_curmb->u1_mb_type == I_4x4_MB)
H A Dih264d_parse_cavlc.c2642 i4_mb_inter_inc = (!((ps_cur_mb_info->ps_curmb->u1_mb_type == I_4x4_MB)
H A Dih264d_parse_pslice.c988 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;

Completed in 152 milliseconds