Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cabac_encode.c1673 if (mb_type == I4x4) in ih264e_write_islice_mb_cabac()
1706 ps_curr_ctxt->u1_mb_type = I4x4; in ih264e_write_islice_mb_cabac()
1801 if (mb_type == I16x16 || mb_type == I4x4) in ih264e_write_pslice_mb_cabac()
1835 if (mb_type == I4x4) in ih264e_write_pslice_mb_cabac()
1872 ps_curr_ctxt->u1_mb_type = I4x4; in ih264e_write_pslice_mb_cabac()
2089 if (mb_type == I16x16 || mb_type == I4x4) in ih264e_write_bslice_mb_cabac()
2140 if (mb_type == I4x4) in ih264e_write_bslice_mb_cabac()
2177 ps_curr_ctxt->u1_mb_type = I4x4; in ih264e_write_bslice_mb_cabac()
Dih264e_process.c650 if (u4_mb_type == I4x4) in ih264e_pack_header_data()
967 else if (I4x4 == u4_mb_type) in ih264e_update_proc_ctxt()
1940 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0; in ih264e_process()
1941 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
1955 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0; in ih264e_process()
1957 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
1973 u4_valid_modes |= ps_codec->s_cfg.u4_enable_intra_4x4 ? (1 << I4x4) : 0; in ih264e_process()
1975 u4_valid_modes |= (ps_proc->u4_frame_qp <= 10) << I4x4; in ih264e_process()
2119 if (u4_valid_modes & (1 << I4x4)) 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_intra_modes_eval.c664 else if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4) in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
680 else if (ps_top_mb_syn_ele->u2_mb_type == I4x4) in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
936 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
952 if (ps_top_mb_syn_ele->u2_mb_type == I4x4) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
999 ps_proc->u4_mb_type = I4x4; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1242 if (ps_proc->s_left_mb_syntax_ele.u2_mb_type == I4x4) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1258 if (ps_top_mb_syn_ele->u2_mb_type == I4x4) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1337 ps_proc->u4_mb_type = I4x4; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
Dih264e_cavlc.c1013 else if (mb_type == I4x4) in ih264e_write_islice_mb_cavlc()
1282 else if (mb_type == I4x4) in ih264e_write_pslice_mb_cavlc()
1581 else if (mb_type == I4x4) in ih264e_write_bslice_mb_cavlc()
Dih264e_cabac.c170 || (u4_mb_type == I4x4)); in ih264e_get_cabac_context()
/external/libavc/common/
Dih264_defs.h265 I4x4 = 1, enumerator