Home
last modified time | relevance | path

Searched refs:PRT_Nx2N (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dhme_globals.c137 { 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
Dihevce_me_common_defs.h326 PRT_Nx2N, enumerator
Dhme_interface.c248 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()
Dihevce_enc_loop_inter_mode_sifter.c519 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()
Dhme_utils.c2339 S32 num_part_types = PRT_Nx2N - PRT_2NxN + 1; in hme_tu_recur_cand_harvester()