Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickcdef.c34 uint64_t tot_mse[TOTAL_STRENGTHS]; in search_one() local
39 memset(tot_mse, 0, sizeof(tot_mse)); in search_one()
53 tot_mse[j] += best; in search_one()
57 if (tot_mse[j] < best_tot_mse) { in search_one()
58 best_tot_mse = tot_mse[j]; in search_one()
71 uint64_t tot_mse[TOTAL_STRENGTHS][TOTAL_STRENGTHS]; in search_one_dual() local
77 memset(tot_mse, 0, sizeof(tot_mse)); in search_one_dual()
97 tot_mse[j][k] += best; in search_one_dual()
104 if (tot_mse[j][k] < best_tot_mse) { in search_one_dual()
105 best_tot_mse = tot_mse[j][k]; in search_one_dual()
[all …]