Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl498 int total_dist = 0;
510 total_dist += popcount(desc_p[i] ^ prev_desc_p[i]);
513 if (total_dist < DISTANCE_THRESHOLD) {
/third_party/ffmpeg/libavcodec/
Dopusenc_psy.c363 static int bands_dist(OpusPsyContext *s, CeltFrame *f, float *total_dist) in bands_dist() argument
377 *total_dist = tdist; in bands_dist()