Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Delbg.c282 int64_t olderror=0, newerror; in try_shift_candidate() local
310 newerror = newutility[2]; in try_shift_candidate()
312 newerror += simple_lbg(elbg, elbg->dim, newcentroid, newutility, elbg->points, in try_shift_candidate()
315 if (olderror > newerror) { in try_shift_candidate()
318 elbg->error += newerror - olderror; in try_shift_candidate()