Home
last modified time | relevance | path

Searched refs:PLANE_I16x16 (Results 1 – 4 of 4) sorted by relevance

/external/libavc/common/
Dih264_common_tables.c229 {0, MBPART_I16x16, PLANE_I16x16, 0, 0},
233 {0, MBPART_I16x16, PLANE_I16x16, 1, 0},
237 {0, MBPART_I16x16, PLANE_I16x16, 2, 0},
241 {0, MBPART_I16x16, PLANE_I16x16, 0, 15},
245 {0, MBPART_I16x16, PLANE_I16x16, 1, 15},
249 {0, MBPART_I16x16, PLANE_I16x16, 2, 15},
Dih264_defs.h197 PLANE_I16x16 = 3, enumerator
/external/libavc/encoder/
Dih264e_intra_modes_eval.c433 u4_valid_intra_modes &= ~(1 << PLANE_I16x16); in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
447 …(ps_codec->apf_intra_pred_16_l)[PLANE_I16x16](pu1_ngbr_pels_i16, pu1_pred_mb_intra_16x16_plane, 0,… in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
458 u4_intra_mode = PLANE_I16x16; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
Dih264e_core_coding.c1532 if (u1_intra_mode == PLANE_I16x16) in ih264e_code_luma_intra_macroblock_16x16()