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
4d3d00b1
Commit
4d3d00b1
authored
May 30, 2013
by
Ronald S. Bultje
Browse files
Remove TX_SIZE_MAX_MB.
Change-Id: I715870513d1fef8471bfd0f5218a79360a1ef126
parent
580d29bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_blockd.h
View file @
4d3d00b1
...
...
@@ -105,8 +105,7 @@ typedef enum {
TX_4X4
=
0
,
// 4x4 dct transform
TX_8X8
=
1
,
// 8x8 dct transform
TX_16X16
=
2
,
// 16x16 dct transform
TX_SIZE_MAX_MB
=
3
,
// Number of different transforms available
TX_32X32
=
TX_SIZE_MAX_MB
,
// 32x32 dct transform
TX_32X32
=
3
,
// 32x32 dct transform
TX_SIZE_MAX_SB
,
// Number of transforms available to SBs
}
TX_SIZE
;
...
...
vp9/encoder/vp9_onyx_int.h
View file @
4d3d00b1
...
...
@@ -334,8 +334,8 @@ typedef struct VP9_COMP {
int
single_pred_count
[
COMP_PRED_CONTEXTS
];
// FIXME contextualize
int
txfm_count_32x32p
[
TX_SIZE_MAX_SB
];
int
txfm_count_16x16p
[
TX_SIZE_MAX_
MB
];
int
txfm_count_8x8p
[
TX_SIZE_MAX_
M
B
-
1
];
int
txfm_count_16x16p
[
TX_SIZE_MAX_
SB
-
1
];
int
txfm_count_8x8p
[
TX_SIZE_MAX_
S
B
-
2
];
int64_t
rd_tx_select_diff
[
NB_TXFM_MODES
];
int
rd_tx_select_threshes
[
4
][
NB_TXFM_MODES
];
...
...
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