Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_intra_modes_eval.c660 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I8x8) in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
676 if (ps_top_mb_syn_ele->u2_mb_type == I8x8) in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
728 ps_proc->u4_mb_type = I8x8; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
940 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I8x8) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
956 else if (ps_top_mb_syn_ele->u2_mb_type == I8x8) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1246 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I8x8) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1262 else if (ps_top_mb_syn_ele->u2_mb_type == I8x8) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
Dih264e_cavlc.c1067 else if (mb_type == I8x8) in ih264e_write_islice_mb_cavlc()
1349 else if (mb_type == I8x8) in ih264e_write_pslice_mb_cavlc()
1663 else if (mb_type == I8x8) in ih264e_write_bslice_mb_cavlc()
Dih264e_process.c980 else if (I8x8 == u4_mb_type) in ih264e_update_proc_ctxt()
1944 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_8x8 ? (1 << I8x8) : 0; in ih264e_process()
2146 if (u4_valid_modes & (1 << I8x8)) 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()
/external/libavc/common/
Dih264_defs.h266 I8x8 = 2, enumerator