Searched refs:calc_total_dist (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | k_means_template.h | 82 static int64_t RENAME(calc_total_dist)(const int *data, const int *centroids, in RENAME() argument 99 int64_t this_dist = RENAME(calc_total_dist)(data, centroids, indices, n, k); in RENAME() 109 this_dist = RENAME(calc_total_dist)(data, centroids, indices, n, k); in RENAME()
|