diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-27 22:46:18 -0400 |
---|---|---|
committer | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-28 21:44:24 -0400 |
commit | 6dc0db6634f45cd1a9af5765c7a16ddf9cb0b341 (patch) | |
tree | 3f3a6e512ab19888e6a0c93059390fbecb19f92a /doc/ffmpeg-bitstream-filters.texi | |
parent | fab1562a50684783f5567c5262c942f5cda9656f (diff) | |
download | ffmpeg-6dc0db6634f45cd1a9af5765c7a16ddf9cb0b341.tar.gz |
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: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'doc/ffmpeg-bitstream-filters.texi')
0 files changed, 0 insertions, 0 deletions