Searched refs:CAB_BD16x16 (Results 1 - 5 of 5) sorted by relevance

/external/libavc/common/
H A Dih264_cabac_tables.h74 #define CAB_BD16x16 0x04 /* 0000 0100 */ macro
/external/libavc/decoder/
H A Dih264d_defs.h382 #define CAB_BD16x16 0x04 /* 0000 0100 */ macro
H A Dih264d_parse_mb_header.c230 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);
H A Dih264d_parse_bslice.c665 p_curr_ctxt->u1_mb_type = CAB_BD16x16;
/external/libavc/encoder/
H A Dih264e_cabac_encode.c2121 != CAB_BD16x16) ? 1 : 0;
2124 != CAB_BD16x16) ? 1 : 0;
2248 != CAB_BD16x16) ? 1 : 0;
2251 != CAB_BD16x16) ? 1 : 0;
2260 ps_curr_ctxt->u1_mb_type = CAB_BD16x16;
2329 != CAB_BD16x16) ? 1 : 0;
2332 != CAB_BD16x16) ? 1 : 0;

Completed in 129 milliseconds