Home
last modified time | relevance | path

Searched refs:CAB_I4x4 (Results 1 – 5 of 5) sorted by relevance

/external/libavc/common/
Dih264_cabac_tables.h72 #define CAB_I4x4 0x00 /* 0000 00x0 */ macro
/external/libavc/encoder/
Dih264e_cabac_encode.c224 u1_ctx_inc += ((ps_left_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0); in ih264e_cabac_enc_intra_mb_type()
226 u1_ctx_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0); in ih264e_cabac_enc_intra_mb_type()
1707 ps_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264e_write_islice_mb_cabac()
1742 ps_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264e_write_islice_mb_cabac()
1872 ps_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264e_write_pslice_mb_cabac()
1907 ps_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264e_write_pslice_mb_cabac()
2180 ps_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264e_write_bslice_mb_cabac()
2215 ps_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264e_write_bslice_mb_cabac()
/external/libavc/decoder/
Dih264d_defs.h380 #define CAB_I4x4 0x00 /* 0000 00x0 */ macro
Dih264d_parse_mb_header.c83 u4_cxt_inc += ((ps_left_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0); in ih264d_parse_mb_type_intra_cabac()
85 u4_cxt_inc += ((ps_top_ctxt->u1_mb_type != CAB_I4x4) ? 1 : 0); in ih264d_parse_mb_type_intra_cabac()
Dih264d_parse_islice.c518 p_curr_ctxt->u1_mb_type = CAB_I4x4; in ih264d_parse_imb_cabac()