Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c2644 S32 ai4_ref_id[MAX_NUM_REF]; in hme_sort_and_assign_top_ref_ids_areawise() local
2685 memset(ai4_ref_id, -1, sizeof(S32) * MAX_NUM_REF); in hme_sort_and_assign_top_ref_ids_areawise()
2705 ai4_ref_id[ref_id] = ref_id; in hme_sort_and_assign_top_ref_ids_areawise()
2714 memcpy(ai4_ref_id_temp, ai4_ref_id, sizeof(S32) * MAX_NUM_REF); in hme_sort_and_assign_top_ref_ids_areawise()
2735 SWAP_HME(ai4_ref_id[k], ai4_ref_id[0], S32); in hme_sort_and_assign_top_ref_ids_areawise()
2755 if(best_uni_ref == ai4_ref_id[0]) in hme_sort_and_assign_top_ref_ids_areawise()
2762 SWAP_HME(ai4_ref_id[k], ai4_ref_id[1], S32); in hme_sort_and_assign_top_ref_ids_areawise()
2766 best_alt_ref = ai4_ref_id[1]; in hme_sort_and_assign_top_ref_ids_areawise()
2770 best_alt_ref = ai4_ref_id[0]; in hme_sort_and_assign_top_ref_ids_areawise()