Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
4dfcb129
Commit
4dfcb129
authored
Feb 15, 2013
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Feb 15, 2013
Browse files
Merge "Remove some unused structs and members from the decoder." into experimental
parents
5bb103c4
6cde1c58
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_onyxd_int.h
View file @
4dfcb129
...
...
@@ -18,41 +18,6 @@
// #define DEC_DEBUG
typedef
struct
{
int
ithread
;
void
*
ptr1
;
void
*
ptr2
;
}
DECODETHREAD_DATA
;
typedef
struct
{
MACROBLOCKD
mbd
;
int
mb_row
;
int
current_mb_col
;
short
*
coef_ptr
;
}
MB_ROW_DEC
;
typedef
struct
{
int
const
*
scan
;
int
const
*
scan_8x8
;
uint8_t
const
*
ptr_block2leftabove
;
vp9_tree_index
const
*
vp9_coef_tree_ptr
;
unsigned
char
*
norm_ptr
;
uint8_t
*
ptr_coef_bands_x
;
uint8_t
*
ptr_coef_bands_x_8x8
;
ENTROPY_CONTEXT_PLANES
*
A
;
ENTROPY_CONTEXT_PLANES
*
L
;
int16_t
*
qcoeff_start_ptr
;
vp9_prob
const
*
coef_probs_4x4
[
BLOCK_TYPES_4X4
];
vp9_prob
const
*
coef_probs_8x8
[
BLOCK_TYPES_8X8
];
vp9_prob
const
*
coef_probs_16X16
[
BLOCK_TYPES_16X16
];
uint8_t
eob
[
24
];
}
DETOK
;
typedef
struct
VP9Decompressor
{
DECLARE_ALIGNED
(
16
,
MACROBLOCKD
,
mb
);
...
...
@@ -68,8 +33,6 @@ typedef struct VP9Decompressor {
int64_t
last_time_stamp
;
int
ready_for_new_data
;
DETOK
detoken
;
int
refresh_frame_flags
;
vp9_prob
prob_skip_false
;
...
...
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