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
605d63f3
Commit
605d63f3
authored
Nov 17, 2017
by
Debargha Mukherjee
Committed by
Sebastien Alaiwan
Nov 20, 2017
Browse files
Remove unused tx_size_implied count
Change-Id: Icca39f1d037a3aca4540e35b70fdfafeae2b094e
parent
728cdbe3
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymode.h
View file @
605d63f3
...
...
@@ -419,7 +419,6 @@ typedef struct FRAME_COUNTS {
#endif // CONFIG_LOOPFILTER_LEVEL
unsigned
int
delta_lf
[
DELTA_LF_PROBS
][
2
];
#endif
unsigned
int
tx_size_implied
[
TX_SIZES
][
TX_SIZES
];
#if CONFIG_ENTROPY_STATS
unsigned
int
inter_ext_tx
[
EXT_TX_SETS_INTER
][
EXT_TX_SIZES
][
TX_TYPES
];
unsigned
int
intra_ext_tx
[
EXT_TX_SETS_INTRA
][
EXT_TX_SIZES
][
INTRA_MODES
]
...
...
av1/encoder/encodeframe.c
View file @
605d63f3
...
...
@@ -4936,8 +4936,6 @@ static void encode_superblock(const AV1_COMP *const cpi, TileDataEnc *tile_data,
}
else
{
intra_tx_size
=
tx_size
;
}
++
td
->
counts
->
tx_size_implied
[
max_txsize_lookup
[
bsize
]]
[
txsize_sqr_up_map
[
tx_size
]];
for
(
j
=
0
;
j
<
mi_height
;
j
++
)
for
(
i
=
0
;
i
<
mi_width
;
i
++
)
...
...
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