HomeSort by relevance Sort by last modified time
    Searched refs:I_4x4_MB (Results 1 - 6 of 6) sorted by null

  /external/libavc/decoder/
ih264d_process_intra_mb.c 426 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)
    [all...]
ih264d_defs.h 403 #define I_4x4_MB 0
ih264d_parse_islice.c 115 if(u1_mb_type == I_4x4_MB)
117 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
515 if(u1_mb_type == I_4x4_MB)
517 ps_cur_mb_info->ps_curmb->u1_mb_type = I_4x4_MB;
    [all...]
ih264d_parse_cabac.c     [all...]
ih264d_parse_cavlc.c     [all...]
ih264d_parse_pslice.c     [all...]

Completed in 219 milliseconds