summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/predictor-cf.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/demac/libdemac/predictor-cf.S')
-rw-r--r--apps/codecs/demac/libdemac/predictor-cf.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/demac/libdemac/predictor-cf.S b/apps/codecs/demac/libdemac/predictor-cf.S
index 3b9489e791..b12d0932b0 100644
--- a/apps/codecs/demac/libdemac/predictor-cf.S
+++ b/apps/codecs/demac/libdemac/predictor-cf.S
@@ -23,6 +23,7 @@ along with this program; if not, write to the Free Software
23Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA 23Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
24 24
25*/ 25*/
26#include "demac_config.h"
26 27
27 .text 28 .text
28 29
@@ -33,8 +34,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
33 34
34/* NOTE: The following need to be kept in sync with parser.h */ 35/* NOTE: The following need to be kept in sync with parser.h */
35 36
36#define HISTORY_SIZE 512
37
38#define YDELAYA 200 37#define YDELAYA 200
39#define YDELAYB 168 38#define YDELAYB 168
40#define XDELAYA 136 39#define XDELAYA 136
@@ -483,7 +482,8 @@ predictor_decode_stereo:
483 482
484 addq.l #4, %a5 | p->buf++ 483 addq.l #4, %a5 | p->buf++
485 484
486 lea.l (historybuffer+HISTORY_SIZE*4,%a6), %a3 | %a3 = &p->historybuffer[HISTORY_SIZE] 485 lea.l (historybuffer+PREDICTOR_HISTORY_SIZE*4,%a6), %a3
486 | %a3 = &p->historybuffer[PREDICTOR_HISTORY_SIZE]
487 487
488 cmp.l %a3, %a5 488 cmp.l %a3, %a5
489 bne.s .endofloop 489 bne.s .endofloop