[svn] / branches / release-1_3-branch / xvidcore / src / quant / quant.h Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/quant/quant.h

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

revision 1586, Wed Jan 5 23:02:15 2005 UTC revision 1703, Wed Apr 26 17:44:29 2006 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: quant.h,v 1.4 2005-01-05 23:02:15 edgomez Exp $   * $Id: quant.h,v 1.6 2006-04-26 17:44:29 Skal Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 91  Line 91 
91  #endif  #endif
92    
93  #ifdef ARCH_IS_IA64  #ifdef ARCH_IS_IA64
94  quanth263_intraFunc dequant_intra_ia64;  quant_intraFunc dequant_h263_intra_ia64;
95  #endif  #endif
96    
97  #ifdef ARCH_IS_PPC  #ifdef ARCH_IS_PPC
98  quant_intraFunc dequant_h263_intra_altivec_c;  quant_intraFunc dequant_h263_intra_altivec_c;
99    quant_intraFunc dequant_mpeg_intra_altivec_c;
100  #endif  #endif
101    
102  #ifdef ARCH_IS_X86_64  #ifdef ARCH_IS_X86_64
# Line 168  Line 169 
169    
170  #ifdef ARCH_IS_PPC  #ifdef ARCH_IS_PPC
171  quant_interFunc dequant_h263_inter_altivec_c;  quant_interFunc dequant_h263_inter_altivec_c;
172    quant_interFunc dequant_mpeg_inter_altivec_c;
173  #endif  #endif
174    
175  #ifdef ARCH_IS_X86_64  #ifdef ARCH_IS_X86_64

Legend:
Removed from v.1586  
changed lines
  Added in v.1703

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