Searched refs:MAX_NUM_RESULTS_PER_PART_LIST (Results 1 – 4 of 4) sorted by relevance
73 #define MAX_NUM_RESULTS_PER_PART_LIST 8 macro
2235 } as_cand_pos_data[MAX_NUM_RESULTS_PER_PART_LIST << 1]; in hme_pick_best_pu_cand()2237 S32 ai4_costs[MAX_NUM_RESULTS_PER_PART_LIST << 1]; in hme_pick_best_pu_cand()3103 ps_pu_result + (e_part_id * MAX_NUM_RESULTS_PER_PART_LIST); in hme_populate_pus()3105 ps_pu_result + ((e_part_id + TOT_NUM_PARTS) * MAX_NUM_RESULTS_PER_PART_LIST); in hme_populate_pus()3301 ps_pu_result + (i * MAX_NUM_RESULTS_PER_PART_LIST); in hme_populate_pus_8x8_cu()3303 ps_pu_result + ((i + TOT_NUM_PARTS) * MAX_NUM_RESULTS_PER_PART_LIST); in hme_populate_pus_8x8_cu()
122 for(k = 0; k < MAX_NUM_RESULTS_PER_PART_LIST; k++) \
5909 pu_result_t as_pu_results[2][TOT_NUM_PARTS][MAX_NUM_RESULTS_PER_PART_LIST]; in hme_refine()