Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_interface.c192 ge_part_id_to_blk_size[CU_16x16][PART_ID_2Nx2N] = BLK_16x16; in hme_init_globals()
193 ge_part_id_to_blk_size[CU_16x16][PART_ID_2NxN_T] = BLK_16x8; in hme_init_globals()
194 ge_part_id_to_blk_size[CU_16x16][PART_ID_2NxN_B] = BLK_16x8; in hme_init_globals()
195 ge_part_id_to_blk_size[CU_16x16][PART_ID_Nx2N_L] = BLK_8x16; in hme_init_globals()
196 ge_part_id_to_blk_size[CU_16x16][PART_ID_Nx2N_R] = BLK_8x16; in hme_init_globals()
197 ge_part_id_to_blk_size[CU_16x16][PART_ID_NxN_TL] = BLK_8x8; in hme_init_globals()
198 ge_part_id_to_blk_size[CU_16x16][PART_ID_NxN_TR] = BLK_8x8; in hme_init_globals()
199 ge_part_id_to_blk_size[CU_16x16][PART_ID_NxN_BL] = BLK_8x8; in hme_init_globals()
200 ge_part_id_to_blk_size[CU_16x16][PART_ID_NxN_BR] = BLK_8x8; in hme_init_globals()
201 ge_part_id_to_blk_size[CU_16x16][PART_ID_2NxnU_T] = BLK_16x4; in hme_init_globals()
[all …]
Dihevce_me_common_defs.h309 CU_16x16, enumerator
Dhme_utils.c474 if((ps_search_results->e_cu_size == CU_16x16) && (ps_search_results->u1_split_flag) && in hme_map_mvs_to_grid()
2579 apf_err_compute[CU_16x16] = hme_evalsatd_pt_pu_16x16_tu_rec; in hme_decide_part_types()
3488 case CU_16x16: in hme_insert_intra_nodes_post_bipred()
Dhme_refine.c1205 ASSERT(ps_results->e_cu_size == CU_16x16); in hme_try_merge_high_speed()
1241 intra_cu_size = CU_16x16; in hme_try_merge_high_speed()
1711 if((ps_search_results->e_cu_size == CU_16x16) && (ps_search_results->u1_split_flag) && in hme_update_mv_bank_encode()
Dihevce_enc_loop_utils.c10514 pf_err_compute[CU_16x16] = hme_evalsatd_pt_pu_16x16_tu_rec; in ihevce_determine_tu_tree_distribution()