diff ra144.c @ 7079:81038d88ac17 libavcodec

More table renaming
author vitor
date Thu, 19 Jun 2008 20:31:34 +0000
parents 1685bdab6d88
children 6724941e3047
line wrap: on
line diff
--- a/ra144.c	Thu Jun 19 20:28:28 2008 +0000
+++ b/ra144.c	Thu Jun 19 20:31:34 2008 +0000
@@ -351,7 +351,7 @@
 
     for (i=0; i<10; i++)
         // "<< 1"? Doesn't this make one value out of two of the table useless?
-        lpc_refl[i] = decodetable[i][get_bits(&gb, sizes[i]) << 1];
+        lpc_refl[i] = lpc_refl_cb[i][get_bits(&gb, sizes[i]) << 1];
 
     eval_coefs(lpc_refl, ractx->lpc_coef);
     ractx->lpc_refl_rms = rms(lpc_refl);