-
- Downloads
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>
Showing
- libavcodec/Makefile 2 additions, 1 deletionlibavcodec/Makefile
- libavcodec/aacsbr.c 48 additions, 135 deletionslibavcodec/aacsbr.c
- libavcodec/aacsbrdata.h 1 addition, 1 deletionlibavcodec/aacsbrdata.h
- libavcodec/sbr.h 2 additions, 0 deletionslibavcodec/sbr.h
- libavcodec/sbrdsp.c 237 additions, 0 deletionslibavcodec/sbrdsp.c
- libavcodec/sbrdsp.h 47 additions, 0 deletionslibavcodec/sbrdsp.h
Loading
Please register or sign in to comment