Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_fullpel.c137 ps_fullpel_refine_ctxt->i4_num_valid_parts = hme_create_valid_part_ids( in hme_fullpel_cand_sifter()
190 ps_fullpel_refine_ctxt->i4_num_valid_parts = hme_create_valid_part_ids( in hme_fullpel_cand_sifter()
Dhme_search_algo.c270 hme_create_valid_part_ids(i4_part_mask, ai4_valid_part_ids); in hme_pred_search_square_stepn()
765 i4_num_partitions = hme_create_valid_part_ids(i4_part_mask, pi4_valid_part_ids); in hme_pred_search_no_encode()
Dhme_utils.h174 S32 hme_create_valid_part_ids(S32 i4_part_mask, S32 *pi4_valid_part_ids);
Dhme_refine.c818 i4_num_valid_parts = hme_create_valid_part_ids(i4_part_mask, ai4_valid_part_ids); in hme_pick_eval_merge_candts()
1322 i4_num_valid_parts = hme_create_valid_part_ids(i4_part_mask, ai4_valid_part_ids); in hme_try_merge_high_speed()
7679 ps_fullpel_refine_ctxt->i4_num_valid_parts = hme_create_valid_part_ids( in hme_refine()
Dhme_utils.c579 S32 hme_create_valid_part_ids(S32 i4_part_mask, S32 *pi4_valid_part_ids) in hme_create_valid_part_ids() function