summaryrefslogtreecommitdiff
path: root/src/encode.h
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-09-28 13:52:56 +0200
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:32:59 +0100
commit498c9df301065d03a3dd09b16bec069aa3e00c18 (patch)
treef5d1a6b88d48aca28dc95ba32c2181073c3bc241 /src/encode.h
parent90461e496826f8a62a1b815c9d61c5b73d16f9cc (diff)
downloadlibaec-498c9df301065d03a3dd09b16bec069aa3e00c18.tar.gz
libaec-498c9df301065d03a3dd09b16bec069aa3e00c18.tar.bz2
libaec-498c9df301065d03a3dd09b16bec069aa3e00c18.zip
Same rsi copy function for each blocksize but unrolled 8 times.
Diffstat (limited to 'src/encode.h')
-rw-r--r--src/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encode.h b/src/encode.h
index b5624e0..7b33d9a 100644
--- a/src/encode.h
+++ b/src/encode.h
@@ -14,8 +14,8 @@
struct internal_state {
int (*mode)(struct aec_stream *);
- void (*get_block)(struct aec_stream *);
uint32_t (*get_sample)(struct aec_stream *);
+ void (*get_rsi)(struct aec_stream *);
void (*preprocess)(struct aec_stream *);
int id_len; /* bit length of code option identification key */