Searched refs:this_dist (Results 1 – 2 of 2) sorted by relevance
41 const int this_dist = RENAME(calc_dist)(data + i * AV1_K_MEANS_DIM, in RENAME() local43 if (this_dist < min_dist) { in RENAME()44 min_dist = this_dist; in RENAME()99 int64_t this_dist = RENAME(calc_total_dist)(data, centroids, indices, n, k); in RENAME() local102 const int64_t pre_dist = this_dist; in RENAME()109 this_dist = RENAME(calc_total_dist)(data, centroids, indices, n, k); in RENAME()111 if (this_dist > pre_dist) { in RENAME()
74 int64_t this_dist; member866 args->this_dist += dist; in block_rd_txfm()908 *distortion = args.this_dist; in txfm_rd_in_plane()