Searched refs:PRT_Nx2N (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/encoder/ |
D | hme_globals.c | 137 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 144 { PRT_Nx2N, PRT_nLx2N, PRT_INVALID }, //small CU = nRx2N 149 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 155 { PRT_Nx2N, PRT_nRx2N, PRT_INVALID }, //small CU = nLx2N 161 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 173 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 179 { PRT_Nx2N, PRT_nRx2N, PRT_INVALID }, //small CU = nLx2N
|
D | ihevce_me_common_defs.h | 326 PRT_Nx2N, enumerator
|
D | hme_interface.c | 248 gau1_num_parts_in_part_type[PRT_Nx2N] = 2; in hme_init_globals() 267 ge_part_type_to_part_id[PRT_Nx2N][0] = PART_ID_Nx2N_L; in hme_init_globals() 268 ge_part_type_to_part_id[PRT_Nx2N][1] = PART_ID_Nx2N_R; in hme_init_globals() 416 gau1_is_vert_part[PRT_Nx2N] = 1; in hme_init_globals() 593 ge_part_id_to_part_type[PART_ID_Nx2N_L] = PRT_Nx2N; in hme_init_globals() 594 ge_part_id_to_part_type[PART_ID_Nx2N_R] = PRT_Nx2N; in hme_init_globals()
|
D | ihevce_enc_loop_inter_mode_sifter.c | 519 case PRT_Nx2N: in ihevce_merge_cand_pred_buffer_preparation() 642 case PRT_Nx2N: in ihevce_mixed_mode_cand_type1_pred_buffer_preparation() 954 case PRT_Nx2N: in ihevce_mixed_mode_cand_type0_pred_buffer_preparation()
|
D | hme_utils.c | 2339 S32 num_part_types = PRT_Nx2N - PRT_2NxN + 1; in hme_tu_recur_cand_harvester()
|