Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c2712 S32 ai4_ref_id_temp[MAX_NUM_REF]; in hme_sort_and_assign_top_ref_ids_areawise() local
2714 memcpy(ai4_ref_id_temp, ai4_ref_id, sizeof(S32) * MAX_NUM_REF); in hme_sort_and_assign_top_ref_ids_areawise()
2721 SWAP_HME(ai4_ref_id_temp[k], ai4_ref_id_temp[0], S32); in hme_sort_and_assign_top_ref_ids_areawise()
2725 best_uni_ref = ai4_ref_id_temp[0]; in hme_sort_and_assign_top_ref_ids_areawise()