Home
last modified time | relevance | path

Searched refs:CU_8x8 (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dhme_interface.c174 ge_part_id_to_blk_size[CU_8x8][PART_ID_2Nx2N] = BLK_8x8; in hme_init_globals()
175 ge_part_id_to_blk_size[CU_8x8][PART_ID_2NxN_T] = BLK_8x4; in hme_init_globals()
176 ge_part_id_to_blk_size[CU_8x8][PART_ID_2NxN_B] = BLK_8x4; in hme_init_globals()
177 ge_part_id_to_blk_size[CU_8x8][PART_ID_Nx2N_L] = BLK_4x8; in hme_init_globals()
178 ge_part_id_to_blk_size[CU_8x8][PART_ID_Nx2N_R] = BLK_4x8; in hme_init_globals()
179 ge_part_id_to_blk_size[CU_8x8][PART_ID_NxN_TL] = BLK_4x4; in hme_init_globals()
180 ge_part_id_to_blk_size[CU_8x8][PART_ID_NxN_TR] = BLK_4x4; in hme_init_globals()
181 ge_part_id_to_blk_size[CU_8x8][PART_ID_NxN_BL] = BLK_4x4; in hme_init_globals()
182 ge_part_id_to_blk_size[CU_8x8][PART_ID_NxN_BR] = BLK_4x4; in hme_init_globals()
183 ge_part_id_to_blk_size[CU_8x8][PART_ID_2NxnU_T] = BLK_INVALID; in hme_init_globals()
[all …]
Dihevce_me_common_defs.h308 CU_8x8 = 0, enumerator
Dhme_utils.c2580 apf_err_compute[CU_8x8] = hme_evalsatd_pt_pu_8x8_tu_rec; in hme_decide_part_types()
2792 if(e_cu_size == CU_8x8) in hme_decide_part_types()
3266 ps_cu_results->u1_cu_size = CU_8x8; in hme_populate_pus_8x8_cu()
3448 if((ps_cu_results->u1_num_best_results == 0) && (CU_8x8 == ps_cu_results->u1_cu_size)) in hme_insert_intra_nodes_post_bipred()
3477 case CU_8x8: in hme_insert_intra_nodes_post_bipred()
Dhme_subpel.c967 if(e_cu_size == CU_8x8) in hme_compute_pred_and_evaluate_bi()
1063 if(e_cu_size == CU_8x8) in hme_compute_pred_and_evaluate_bi()
Dihevce_enc_loop_utils.c10375 pf_err_compute[CU_8x8] = hme_evalsatd_pt_pu_8x8_tu_rec; in ihevce_determine_tu_tree_distribution()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c317 if(e_cu_size == CU_8x8) in compute_part_sads_for_MxM_blk_neon()