Home
last modified time | relevance | path

Searched refs:lowestdiff (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c333 if (diff < lowestdiff) { \
334 lowestdiff = diff; \
353 int diff, lowestdiff, oldbest; in motion_search() local
373 lowestdiff = eval_motion_dist(enc, j, i, (motion_vect) {{0,0}}, in motion_search()
413 while (oldbest != lowestdiff) { in motion_search()
414 oldbest = lowestdiff; in motion_search()

Completed in 2 milliseconds