Skip to content

Commit 2c1c4db

Browse files
committed
TurboRC: Context Mixing FSM predictor
1 parent 8c289b7 commit 2c1c4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rccm_sf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
// TurboRC: Range Coder - CM predictor (16 bits counters)
2525

2626
#include <stdio.h>
27+
#include "include/turborc.h"
2728
#include "include_/conf.h"
28-
#include "include_/turborc.h"
2929

3030
#define RC_MACROS
3131
#define RC_BITS 16 // RC_SIZE + RC_IO: set in turborc_.h

0 commit comments

Comments
 (0)