Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
727377bf
Commit
727377bf
authored
Mar 24, 2008
by
Loren Merritt
Browse files
reduce the size of some cabac arrays
parent
c9e8cfed
Changes
1
Hide whitespace changes
Inline
Side-by-side
encoder/rdo.c
View file @
727377bf
...
...
@@ -26,8 +26,8 @@
#define RDO_SKIP_BS
static
int
cabac_prefix_transition
[
15
][
128
];
static
int
cabac_prefix_size
[
15
][
128
];
static
u
int
8_t
cabac_prefix_transition
[
15
][
128
];
static
u
int
16_t
cabac_prefix_size
[
15
][
128
];
/* CAVLC: produces exactly the same bit count as a normal encode */
/* this probably still leaves some unnecessary computations */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment