Skip to content
Snippets Groups Projects
Commit 6dc0db66 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde
Browse files

avcodec/motion_est_template: replace qsort with AV_QSORT


This code is in a performance critical section. AV_QSORT is
substantially faster due to the inlining of the comparison callback.
Thus, the increase in performance is worth the increase in binary size.

Reviewed-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: default avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent fab1562a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment