Hi,
2014-08-14 17:14 GMT+02:00 James Darnley :
> + * This limit is used:
> + * - when CONFIG_SMALL is 0 to unroll a loop in the C template.
> + * - when SSE4 (or newer) is available on x86 to unroll a copy loop.
Does the implementer of a new dsp version really has a need for this
info
State that the maximum value of order is 32. This limit is used in both C and
x86 assebly code.
---
libavcodec/flacdsp.h |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/libavcodec/flacdsp.h b/libavcodec/flacdsp.h
index 272cf2a..e8487c8 100644
--- a/libavcodec/flacds