[svn] / branches / dev-api-4 / xvidcore / src / bitstream / cbp.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/bitstream/cbp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121, Sun Aug 10 13:10:09 2003 UTC revision 1122, Wed Aug 13 11:44:02 2003 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: cbp.h,v 1.9.2.1 2003-06-09 13:52:03 edgomez Exp $   * $Id: cbp.h,v 1.9.2.2 2003-08-13 11:43:49 edgomez Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 36  Line 36 
36  extern cbpFuncPtr calc_cbp;  extern cbpFuncPtr calc_cbp;
37    
38  extern cbpFunc calc_cbp_c;  extern cbpFunc calc_cbp_c;
39    extern cbpFunc calc_cbp_plain;
40    
41    #ifdef ARCH_IS_IA32
42  extern cbpFunc calc_cbp_mmx;  extern cbpFunc calc_cbp_mmx;
43  extern cbpFunc calc_cbp_3dne;  extern cbpFunc calc_cbp_3dne;
44  extern cbpFunc calc_cbp_sse2;  extern cbpFunc calc_cbp_sse2;
45    #endif
46    
47    #ifdef ARCH_IS_PPC
48  extern cbpFunc calc_cbp_ppc;  extern cbpFunc calc_cbp_ppc;
49    #endif
50    
51    #ifdef ARCH_IS_ALTIVEC
52  extern cbpFunc calc_cbp_altivec;  extern cbpFunc calc_cbp_altivec;
53    #endif
54    
55  #endif /* _ENCODER_CBP_H_ */  #endif /* _ENCODER_CBP_H_ */

Legend:
Removed from v.1121  
changed lines
  Added in v.1122

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4