[xiph-commits] r11351 - branches/theora-mmx/lib
giles at svn.xiph.org
giles at svn.xiph.org
Sat May 6 12:36:26 PDT 2006
Author: giles
Date: 2006-05-06 12:36:24 -0700 (Sat, 06 May 2006)
New Revision: 11351
Modified:
branches/theora-mmx/lib/dsp.h
branches/theora-mmx/lib/encoder_toplevel.c
branches/theora-mmx/lib/toplevel.c
Log:
Add missing prototypes.
Modified: branches/theora-mmx/lib/dsp.h
===================================================================
--- branches/theora-mmx/lib/dsp.h 2006-05-06 10:09:00 UTC (rev 11350)
+++ branches/theora-mmx/lib/dsp.h 2006-05-06 19:36:24 UTC (rev 11351)
@@ -82,6 +82,7 @@
extern DspFunctions dsp_funcs;
+extern void dsp_dct_init(DspFunctions *funcs);
extern void dsp_recon_init (DspFunctions *funcs);
void dsp_init(DspFunctions *funcs);
Modified: branches/theora-mmx/lib/encoder_toplevel.c
===================================================================
--- branches/theora-mmx/lib/encoder_toplevel.c 2006-05-06 10:09:00 UTC (rev 11350)
+++ branches/theora-mmx/lib/encoder_toplevel.c 2006-05-06 19:36:24 UTC (rev 11351)
@@ -23,6 +23,7 @@
#include <string.h>
#include "toplevel_lookup.h"
#include "toplevel.h"
+#include "dsp.h"
#define A_TABLE_SIZE 29
#define DF_CANDIDATE_WINDOW 5
Modified: branches/theora-mmx/lib/toplevel.c
===================================================================
--- branches/theora-mmx/lib/toplevel.c 2006-05-06 10:09:00 UTC (rev 11350)
+++ branches/theora-mmx/lib/toplevel.c 2006-05-06 19:36:24 UTC (rev 11351)
@@ -23,6 +23,7 @@
#include <string.h>
#include <theora/theora.h>
#include "toplevel.h"
+#include "dsp.h"
static int _ilog(unsigned int v){
int ret=0;
More information about the commits
mailing list