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

  /external/libavc/decoder/
ih264d_defs.h 401 #define P_MB 2
430 /** P_MB prediction modes */
440 /* P_MB submb modes */
ih264d_process_intra_mb.c 785 && ((ps_top_mb->u1_mb_type != P_MB)
788 && ((ps_left_mb->u1_mb_type != P_MB)
797 && (((ps_left_mb + 1)->u1_mb_type != P_MB)
811 && ((ps_top_right_mb->u1_mb_type != P_MB)
817 && ((ps_cur_mb_info->u1_topleft_mbtype != P_MB)
    [all...]
ih264d_parse_pslice.c 832 u1_inter_mb_type = P_MB;
    [all...]

Completed in 57 milliseconds