summaryrefslogtreecommitdiff
path: root/libavcodec/vp9_parser.c
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-10-27 22:46:18 -0400
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-10-28 21:44:24 -0400
commit6dc0db6634f45cd1a9af5765c7a16ddf9cb0b341 (patch)
tree3f3a6e512ab19888e6a0c93059390fbecb19f92a /libavcodec/vp9_parser.c
parentfab1562a50684783f5567c5262c942f5cda9656f (diff)
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 'libavcodec/vp9_parser.c')
0 files changed, 0 insertions, 0 deletions