Home
last modified time | relevance | path

Searched refs:I16x16 (Results 1 – 6 of 6) sorted by relevance

/external/libavc/encoder/
Dih264e_cabac_encode.c1657 if (mb_type == I16x16) in ih264e_write_islice_mb_cabac()
1681 if (mb_type != I16x16) in ih264e_write_islice_mb_cabac()
1686 if ((cbp > 0) || (mb_type == I16x16)) in ih264e_write_islice_mb_cabac()
1696 if (mb_type == I16x16) in ih264e_write_islice_mb_cabac()
1735 if (mb_type == I16x16) in ih264e_write_islice_mb_cabac()
1801 if (mb_type == I16x16 || mb_type == I4x4) in ih264e_write_pslice_mb_cabac()
1815 if (mb_type == I16x16) in ih264e_write_pslice_mb_cabac()
1844 if (mb_type != I16x16) in ih264e_write_pslice_mb_cabac()
1850 if ((cbp > 0) || (mb_type == I16x16)) in ih264e_write_pslice_mb_cabac()
1862 if (mb_type == I16x16) in ih264e_write_pslice_mb_cabac()
[all …]
Dih264e_cavlc.c750 if (u4_mb_type == I16x16) in ih264e_encode_residue()
996 if (mb_type == I16x16) in ih264e_write_islice_mb_cavlc()
1121 if (mb_type != I16x16) in ih264e_write_islice_mb_cavlc()
1126 if (cbp || mb_type == I16x16) in ih264e_write_islice_mb_cavlc()
1261 if (mb_type == I16x16) in ih264e_write_pslice_mb_cavlc()
1417 if (mb_type != I16x16) in ih264e_write_pslice_mb_cavlc()
1422 if (cbp || mb_type == I16x16) in ih264e_write_pslice_mb_cavlc()
1560 if (mb_type == I16x16) in ih264e_write_bslice_mb_cavlc()
1739 if (mb_type != I16x16) in ih264e_write_bslice_mb_cavlc()
1744 if (cbp || mb_type == I16x16) in ih264e_write_bslice_mb_cavlc()
Dih264e_process.c718 else if (u4_mb_type == I16x16) in ih264e_pack_header_data()
963 if (I16x16 == u4_mb_type) in ih264e_update_proc_ctxt()
1394 ps_proc->u4_mb_type = I16x16; in ih264e_init_proc_ctxt()
1933 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0; in ih264e_process()
1949 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0; in ih264e_process()
1967 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0; in ih264e_process()
2132 if (u4_valid_modes & (1 << I16x16)) in ih264e_process()
2148 … if (ps_proc->u4_mb_type == I4x4 || ps_proc->u4_mb_type == I16x16 || ps_proc->u4_mb_type == I8x8) in ih264e_process()
Dih264e_cabac.c169 i4_is_intra = ((u4_mb_type == I16x16) || (u4_mb_type == I8x8) in ih264e_get_cabac_context()
Dih264e_intra_modes_eval.c480 ps_proc->u4_mb_type = I16x16; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
/external/libavc/common/
Dih264_defs.h264 I16x16 = 0, enumerator