Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.h765 U08 *pu1_shifts,
Dhme_utils.c3685 U08 *pu1_shifts, in hme_add_new_node_to_a_sorted_array() argument
3691 if(NULL == pu1_shifts) in hme_add_new_node_to_a_sorted_array()
3716 S32 i4_prev_node_cost = (pu1_shifts[i] == 0) ? pps_sorted_array[i]->i4_tot_cost in hme_add_new_node_to_a_sorted_array()
3718 (1 << (pu1_shifts[i] - 1))) >> in hme_add_new_node_to_a_sorted_array()
3719 pu1_shifts[i]; in hme_add_new_node_to_a_sorted_array()
3728 &pu1_shifts[i + 1], &pu1_shifts[i], (u4_num_results_updated - i) * sizeof(U08)); in hme_add_new_node_to_a_sorted_array()
3734 pu1_shifts[i] = u1_shift; in hme_add_new_node_to_a_sorted_array()