Searched refs:PRT_2Nx2N (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | hme_globals.c | 137 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 140 { PRT_2Nx2N, PRT_INVALID, PRT_INVALID }, //small CU = NxN 141 { PRT_2Nx2N, PRT_2NxnU, PRT_INVALID }, //small CU = 2NxnU 143 { PRT_2Nx2N, PRT_nLx2N, PRT_INVALID }, //small CU = nLx2N 149 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 152 { PRT_2Nx2N, PRT_INVALID, PRT_INVALID }, //small CU = NxN 153 { PRT_2Nx2N, PRT_2NxnU, PRT_INVALID }, //small CU = 2NxnU 156 { PRT_2Nx2N, PRT_nRx2N, PRT_INVALID }, //small CU = nRx2N 161 { PRT_2Nx2N, PRT_2NxN, PRT_Nx2N }, // small CU= 2Nx2N 164 { PRT_2Nx2N, PRT_INVALID, PRT_INVALID }, //small CU = NxN [all …]
|
D | ihevce_me_common_defs.h | 324 PRT_2Nx2N = 0, enumerator
|
D | hme_utils.c | 123 ps_best_l0_pu = ps_pu_results->aps_pu_results[0][PRT_2Nx2N]; in ihevce_open_loop_pred_data() 139 ps_best_l1_pu = ps_pu_results->aps_pu_results[1][PRT_2Nx2N]; in ihevce_open_loop_pred_data() 2291 e_part_id = ge_part_type_to_part_id[PRT_2Nx2N][0]; in hme_tu_recur_cand_harvester() 2537 e_part_id = (UWORD8)ge_part_type_to_part_id[PRT_2Nx2N][0]; in hme_decide_part_types() 2755 if((part_type == PRT_2Nx2N) || (e_cu_size != CU_64x64)) in hme_decide_part_types() 3564 ps_best_result[i].u1_part_type = PRT_2Nx2N; in hme_insert_intra_nodes_post_bipred() 4114 if(PRT_2Nx2N != e_part_type) in hme_init_pred_buf_info()
|
D | hme_interface.c | 246 gau1_num_parts_in_part_type[PRT_2Nx2N] = 1; in hme_init_globals() 260 ge_part_type_to_part_id[PRT_2Nx2N][0] = PART_ID_2Nx2N; in hme_init_globals() 414 gau1_is_vert_part[PRT_2Nx2N] = 0; in hme_init_globals() 590 ge_part_id_to_part_type[PART_ID_2Nx2N] = PRT_2Nx2N; in hme_init_globals()
|
D | hme_refine.c | 350 for(j = 0; j <= (ps_data->u1_part_type != PRT_2Nx2N); j++) in hme_add_me_best_as_merge_cands() 424 ASSERT(ps_data->u1_part_type == PRT_2Nx2N); in hme_add_me_best_as_merge_cands() 1274 ps_best_result->u1_part_type = PRT_2Nx2N; in hme_try_merge_high_speed() 5493 ((PART_TYPE_T)PRT_2Nx2N)); in hme_analyse_mv_clustering() 7870 if(PRT_2Nx2N == ps_best_results->u1_part_type) in hme_refine()
|
D | ihevce_enc_loop_inter_mode_sifter.c | 2040 UWORD8 u1_num_parts = (u1_part_type != PRT_2Nx2N) + 1; in ihevce_compute_pred_and_populate_modes()
|