[svn] / trunk / xvidcore / src / bitstream / cbp.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/bitstream/cbp.h

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

revision 1794, Fri Nov 14 15:43:28 2008 UTC revision 1795, Wed Nov 26 01:04:34 2008 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.11 2004-04-05 20:36:36 edgomez Exp $   * $Id: cbp.h,v 1.12 2008-11-26 01:04:34 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 38  Line 38 
38  extern cbpFunc calc_cbp_c;  extern cbpFunc calc_cbp_c;
39  extern cbpFunc calc_cbp_plain;  extern cbpFunc calc_cbp_plain;
40    
41  #ifdef ARCH_IS_IA32  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
42  extern cbpFunc calc_cbp_mmx;  extern cbpFunc calc_cbp_mmx;
 extern cbpFunc calc_cbp_3dne;  
43  extern cbpFunc calc_cbp_sse2;  extern cbpFunc calc_cbp_sse2;
44  #endif  #endif
45    

Legend:
Removed from v.1794  
changed lines
  Added in v.1795

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