Home
last modified time | relevance | path

Searched refs:ge_part_id_to_blk_size (Results 1 – 4 of 4) 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 …]
Dhme_globals.h135 extern BLK_SIZE_T ge_part_id_to_blk_size[NUM_CU_SIZES][TOT_NUM_PARTS];
Dhme_globals.c359 BLK_SIZE_T ge_part_id_to_blk_size[NUM_CU_SIZES][TOT_NUM_PARTS]; variable
Dhme_subpel.c642 e_blk_size = ge_part_id_to_blk_size[e_cu_size][e_part_id]; in hme_compute_pred_and_evaluate_bi()
4117 e_blk_size = ge_part_id_to_blk_size[e_cu_size][part_id]; in hme_subpel_refine_cu_hs()
4351 e_blk_size = ge_part_id_to_blk_size[e_cu_size][0]; in hme_subpel_refine_cu_hs()