Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cabac_encode.c1656 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()
1813 if (mb_type == I16x16) in ih264e_write_pslice_mb_cabac()
1843 if (mb_type != I16x16) in ih264e_write_pslice_mb_cabac()
1849 if ((cbp > 0) || (mb_type == I16x16)) in ih264e_write_pslice_mb_cabac()
1861 if (mb_type == I16x16) in ih264e_write_pslice_mb_cabac()
[all …]
Dih264e_cavlc.c750 if (u4_mb_type == I16x16) in ih264e_encode_residue()
997 if (mb_type == I16x16) in ih264e_write_islice_mb_cavlc()
1131 if (mb_type != I16x16) in ih264e_write_islice_mb_cavlc()
1136 if (cbp || mb_type == I16x16) in ih264e_write_islice_mb_cavlc()
1273 if (mb_type == I16x16) in ih264e_write_pslice_mb_cavlc()
1441 if (mb_type != I16x16) in ih264e_write_pslice_mb_cavlc()
1446 if (cbp || mb_type == I16x16) in ih264e_write_pslice_mb_cavlc()
1586 if (mb_type == I16x16) in ih264e_write_bslice_mb_cavlc()
1772 if (mb_type != I16x16) in ih264e_write_bslice_mb_cavlc()
1777 if (cbp || mb_type == I16x16) in ih264e_write_bslice_mb_cavlc()
Dih264e_process.c721 else if (u4_mb_type == I16x16) in ih264e_pack_header_data()
971 if (I16x16 == u4_mb_type) in ih264e_update_proc_ctxt()
1402 ps_proc->u4_mb_type = I16x16; in ih264e_init_proc_ctxt()
1941 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0; in ih264e_process()
1957 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0; in ih264e_process()
1975 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_16x16 ? (1 << I16x16) : 0; in ih264e_process()
2140 if (u4_valid_modes & (1 << I16x16)) in ih264e_process()
2156 … 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