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

/external/libavc/common/
H A 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},
H A Dih264_defs.h197 PLANE_I16x16 = 3, enumerator in enum:__anon9378
/external/libavc/encoder/
H A Dih264e_intra_modes_eval.c432 u4_valid_intra_modes &= ~(1 << PLANE_I16x16);
447 (ps_codec->apf_intra_pred_16_l)[PLANE_I16x16](pu1_ngbr_pels_i16, pu1_pred_mb_intra_16x16_plane, 0, i4_pred_strd, i4_ngbr_avbl);
458 u4_intra_mode = PLANE_I16x16;
H A Dih264e_core_coding.c1532 if (u1_intra_mode == PLANE_I16x16)

Completed in 103 milliseconds