Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_instr_set_router.c274 gapf_sad_pt_npu[BLK_16x16] = ps_func_list->pf_evalsad_pt_npu_width_multiple_16_8bit; in ihevce_me_instr_set_router()
388 if(BLK_16x16 == e_blk_size) in hme_get_sad_fxn()
406 if(BLK_16x16 == e_blk_size) in hme_get_sad_fxn()
Dhme_interface.c192 ge_part_id_to_blk_size[CU_16x16][PART_ID_2Nx2N] = BLK_16x16; in hme_init_globals()
215 ge_part_id_to_blk_size[CU_32x32][PART_ID_NxN_TL] = BLK_16x16; in hme_init_globals()
216 ge_part_id_to_blk_size[CU_32x32][PART_ID_NxN_TR] = BLK_16x16; in hme_init_globals()
217 ge_part_id_to_blk_size[CU_32x32][PART_ID_NxN_BL] = BLK_16x16; in hme_init_globals()
218 ge_part_id_to_blk_size[CU_32x32][PART_ID_NxN_BR] = BLK_16x16; in hme_init_globals()
404 ge_blk_size_to_cu_size[BLK_16x16] = CU_16x16; in hme_init_globals()
410 ge_cu_size_to_blk_size[CU_16x16] = BLK_16x16; in hme_init_globals()
Dhme_defs.h849 BLK_16x16, enumerator
Dhme_refine.c1689 ASSERT(ps_prms->e_search_blk_size == BLK_16x16); in hme_update_mv_bank_encode()
6081 e_search_blk_size = BLK_16x16; in hme_refine()
9632 S32 next_blk_offset = (e_search_blk_size == BLK_16x16) ? 22 : 12; in hme_refine_no_encode()
Dhme_utils.c1883 ASSERT(ps_layer_mvbank->e_blk_size != BLK_16x16); in hme_fill_ctb_neighbour_mvs()