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

  /external/libavc/common/
ih264_cabac_tables.h 79 #define CAB_SKIP_MASK 0x10 /* 0001 0000 */
  /external/libavc/decoder/
ih264d_mb_utils.c 473 & CAB_SKIP_MASK))
475 & CAB_SKIP_MASK)));
669 - ((!!(ps_top_ctxt->u1_mb_type & CAB_SKIP_MASK))
671 & CAB_SKIP_MASK)));
688 & CAB_SKIP_MASK))
690 & CAB_SKIP_MASK)));
    [all...]
ih264d_defs.h 383 #define CAB_SKIP_MASK 0x10 /* 0001 0000 */
  /external/libavc/encoder/
ih264e_cabac_encode.c 124 a = ((ps_cabac_ctxt->ps_left_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
126 b = ((ps_cabac_ctxt->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
    [all...]

Completed in 392 milliseconds