aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/g722dsp.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-041-1/+1
| | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
* x86/g722dsp: add ff_g722_apply_qmf_sse2James Almer2015-02-161-0/+54
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>