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

  /external/libavc/common/
ih264_cabac_tables.h 83 #define CAB_BD16x16_MASK 0x07 /* 0000 0111 */
  /external/libavc/decoder/
ih264d_defs.h 397 #define CAB_BD16x16_MASK 0x07 /* 0000 0111 */
ih264d_parse_mb_header.c 230 a = ((ps_left_ctxt->u1_mb_type & CAB_BD16x16_MASK) != CAB_BD16x16);
232 b = ((ps_top_ctxt->u1_mb_type & CAB_BD16x16_MASK) != CAB_BD16x16);
    [all...]
  /external/libavc/encoder/
ih264e_cabac_encode.c     [all...]

Completed in 1222 milliseconds