Home
last modified time | relevance | path

Searched refs:i4_num_srch_cands (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_fullpel.h70 S32 i4_num_srch_cands,
Dhme_fullpel.c431 S32 i4_num_srch_cands, in hme_remove_duplicate_fpel_search_candidates() argument
449 for(i = 0; (i < i4_num_srch_cands) && (i4_num_unique_nodes < i4_max_num_cands); i++) in hme_remove_duplicate_fpel_search_candidates()
Dhme_refine.c7441 S32 i4_num_srch_cands = 0; in hme_refine() local
7459 i4_num_srch_cands = 0; in hme_refine()
7531 i4_num_srch_cands = hme_populate_search_candidates(&s_srch_cand_init_data); in hme_refine()
7542 i4_num_srch_cands, in hme_refine()
7663 i4_num_srch_cands, in hme_refine()
8877 S32 i4_num_srch_cands; in hme_refine_no_encode() local
9662 i4_num_srch_cands = 1; in hme_refine_no_encode()
9688 i4_num_srch_cands += 3; in hme_refine_no_encode()
9741 i4_num_srch_cands++; in hme_refine_no_encode()
9771 i4_num_srch_cands += 3; in hme_refine_no_encode()
[all …]
Dhme_utils.c3810 S32 i4_num_srch_cands = MIN(u1_max_num_search_cands, ps_ctxt->i4_max_num_init_cands << 1); in hme_populate_search_candidates() local
3842 for(i = 0; i < i4_num_srch_cands; i++) in hme_populate_search_candidates()
4061 return i4_num_srch_cands; in hme_populate_search_candidates()
4066 S32 i4_num_srch_cands, in hme_mv_clipper() argument
4075 for(candt = 0; candt < i4_num_srch_cands; candt++) in hme_mv_clipper()