Searched refs:PLANE_I16x16 (Results 1 – 4 of 4) sorted by relevance
/external/libavc/common/ |
D | ih264_common_tables.c | 229 {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},
|
D | ih264_defs.h | 197 PLANE_I16x16 = 3, enumerator
|
/external/libavc/encoder/ |
D | ih264e_intra_modes_eval.c | 432 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()
|
D | ih264e_core_coding.c | 1532 if (u1_intra_mode == PLANE_I16x16) in ih264e_code_luma_intra_macroblock_16x16()
|