Diego Biurrun
|
01c5779f56
|
x86: Drop some unnecessary YASM ifdefs
Dead code elimination is enough to avoid undefined references in these cases.
|
11 years ago |
Diego Biurrun
|
6369ba3c9c
|
x86: avcodec: Use convenience macros to check for CPU flags
|
11 years ago |
Diego Biurrun
|
3ac7fa81b2
|
Consistently use "cpu_flags" as variable/parameter name for CPU flags
|
12 years ago |
Diego Biurrun
|
c9f933b5b6
|
Add av_cold attributes to arch-specific init functions
|
12 years ago |
Ronald S. Bultje
|
2e4bb99f4d
|
vorbisdsp: convert x86 simd functions from inline asm to yasm.
|
12 years ago |
Ronald S. Bultje
|
1768e43ceb
|
vorbisdsp: change block_size type from int to intptr_t.
This saves one instruction in the x86-64 assembly.
|
12 years ago |
Ronald S. Bultje
|
fef906c77c
|
Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.
Conveniently (together with Justin's earlier patches), this makes
our vorbis decoder entirely independent of dsputil.
|
12 years ago |