| commit | 6d3289c7180a7b89a98ffbfb1a34c98be65a48a8 | [log] [tgz] |
|---|---|---|
| author | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | Thu Apr 10 14:43:59 2008 +1000 |
| committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | Thu Apr 10 14:43:59 2008 +1000 |
| tree | 07d88256837277c7996de5533b89d7d6226a338b | |
| parent | df9275b31a5290b0c2abe42614e29b4072ed4ed0 [diff] [blame] |
Added a missing RESTORE_STACK in intra_prediction()
diff --git a/libcelt/vq.c b/libcelt/vq.c index 36e056c..86fb3b5 100644 --- a/libcelt/vq.c +++ b/libcelt/vq.c
@@ -358,7 +358,7 @@ } /*printf ("quant ");*/ /*for (j=0;j<N;j++) printf ("%f ", P[j]);*/ - + RESTORE_STACK; } void intra_unquant(celt_norm_t *x, int N, int K, celt_norm_t *Y, celt_norm_t * restrict P, int B, int N0, ec_dec *dec)