Home | History | Annotate | Download | only in src

Lines Matching refs:el2

229 int CV_CDECL CompareEnergy(const void* el1, const void* el2, void*)
231 return ((CvTrackingRect*)el1)->iEnergy - ((CvTrackingRect*)el2)->iEnergy;
232 }// int CV_CDECL CompareEnergy(const void* el1, const void* el2, void*)