Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_me_common_defs.h73 #define MAX_NUM_RESULTS_PER_PART_LIST 8 macro
Dhme_utils.c2235 } 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()
Dihevce_enc_loop_structs.h122 for(k = 0; k < MAX_NUM_RESULTS_PER_PART_LIST; k++) \
Dhme_refine.c5909 pu_result_t as_pu_results[2][TOT_NUM_PARTS][MAX_NUM_RESULTS_PER_PART_LIST]; in hme_refine()