OSDN Git Service

aacsbr: move some simdable loops to function pointers
authorMans Rullgard <mans@mansr.com>
Thu, 12 Jan 2012 00:17:45 +0000 (00:17 +0000)
committerMans Rullgard <mans@mansr.com>
Sat, 28 Jan 2012 14:56:18 +0000 (14:56 +0000)
commitaac46e088d67a390489af686b846dea4987d8ffb
tree500b708b111678eb47bcf5fba78b0c64015ce150
parent7181c4edee636beaf520344766ae5bd8a9d9d15a
aacsbr: move some simdable loops to function pointers

This prepares for assembly optimisations by moving the most
time-consuming loops to functions called through pointers
in a new context.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/Makefile
libavcodec/aacsbr.c
libavcodec/aacsbrdata.h
libavcodec/sbr.h
libavcodec/sbrdsp.c [new file with mode: 0644]
libavcodec/sbrdsp.h [new file with mode: 0644]