summaryrefslogtreecommitdiff
path: root/libavcodec/vorbisdsp.h
Commit message (Collapse)AuthorAge
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-20
| | | | This saves one instruction in the x86-64 assembly.
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.