Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmotion_est_template.c662 if(d < minima[minima_count-1].height){\
665 while(d >= minima[j].height) j++;\
667 memmove(&minima [j+1], &minima [j], (minima_count - j - 1)*sizeof(Minima));\
669 minima[j].checked= 0;\
670 minima[j].height= d;\
671 minima[j].x= ax;\
672 minima[j].y= ay;\
687 Minima minima[MAX_SAB_SIZE]; in sab_diamond_search() local
710 minima[ in sab_diamond_search()
[all...]

Completed in 3 milliseconds