On Wed, 9 Dec 2015, Janne Grunau wrote:

Limits the propagated error in the upcoming synth_filter_float checkasm
test.
---
libavcodec/arm/asm-offsets.h       | 3 +++
libavcodec/arm/dcadsp_init_arm.c   | 8 ++++++++
libavcodec/arm/synth_filter_neon.S | 5 ++++-
libavcodec/arm/synth_filter_vfp.S  | 5 ++++-
4 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/libavcodec/arm/asm-offsets.h b/libavcodec/arm/asm-offsets.h
index 0ea2f04..62cdd15 100644
--- a/libavcodec/arm/asm-offsets.h
+++ b/libavcodec/arm/asm-offsets.h
@@ -29,4 +29,7 @@
#define H263_AIC                 0x40
#define INTER_SCANTAB_RASTER_END 0x88

+/* FFTContex */

typo

The rest is probably ok, although I don't see (yet at least) how this would limit the propagated error.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to