~ubuntu-branches/ubuntu/saucy/gst-libav1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/arm/dca.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "config.h"
26
26
#include "libavutil/intmath.h"
27
27
 
28
 
#if HAVE_ARMV6 && HAVE_INLINE_ASM && AV_GCC_VERSION_AT_LEAST(4,4)
 
28
#if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4)
29
29
 
30
30
#define decode_blockcodes decode_blockcodes
31
31
static inline int decode_blockcodes(int code1, int code2, int levels,
79
79
 
80
80
#endif
81
81
 
82
 
#if HAVE_NEON && HAVE_INLINE_ASM && HAVE_ASM_MOD_Y
 
82
#if HAVE_NEON_INLINE && HAVE_ASM_MOD_Y
83
83
 
84
84
#define int8x8_fmul_int32 int8x8_fmul_int32
85
85
static inline void int8x8_fmul_int32(float *dst, const int8_t *src, int scale)