~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavcodec/arm/vp56_arith.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#   define U(x)
38
38
#endif
39
39
 
40
 
#if HAVE_ARMV6 && HAVE_INLINE_ASM
 
40
#if HAVE_ARMV6_INLINE
41
41
 
42
42
#define vp56_rac_get_prob vp56_rac_get_prob_armv6
43
43
static inline int vp56_rac_get_prob_armv6(VP56RangeCoder *c, int pr)