media/libtheora/lib/arm/armbits.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/libtheora/lib/arm/armbits.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +/********************************************************************
     1.5 + *                                                                  *
     1.6 + * THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE.   *
     1.7 + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
     1.8 + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
     1.9 + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
    1.10 + *                                                                  *
    1.11 + * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2010                *
    1.12 + * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
    1.13 + *                                                                  *
    1.14 + ********************************************************************
    1.15 +
    1.16 +  function:
    1.17 +    last mod: $Id: x86int.h 17344 2010-07-21 01:42:18Z tterribe $
    1.18 +
    1.19 + ********************************************************************/
    1.20 +#if !defined(_arm_armbits_H)
    1.21 +# define _arm_armbits_H (1)
    1.22 +# include "../bitpack.h"
    1.23 +# include "armcpu.h"
    1.24 +
    1.25 +# if defined(OC_ARM_ASM)
    1.26 +#  define oc_pack_read oc_pack_read_arm
    1.27 +#  define oc_pack_read1 oc_pack_read1_arm
    1.28 +#  define oc_huff_token_decode oc_huff_token_decode_arm
    1.29 +# endif
    1.30 +
    1.31 +long oc_pack_read_arm(oc_pack_buf *_b,int _bits);
    1.32 +int oc_pack_read1_arm(oc_pack_buf *_b);
    1.33 +int oc_huff_token_decode_arm(oc_pack_buf *_b,const ogg_int16_t *_tree);
    1.34 +
    1.35 +#endif

mercurial