Skip to content
GitLab
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
51a2bf38
Commit
51a2bf38
authored
Jan 08, 2018
by
Yue Chen
Browse files
Fix a missing variable to make mismatch_debug work
Change-Id: I19e59dba2644127f8e26cf4815c55dac693b5641
parent
7b546eed
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodeframe.c
View file @
51a2bf38
...
...
@@ -250,6 +250,7 @@ static void decode_reconstruct_tx(AV1_COMMON *cm, MACROBLOCKD *const xd,
max_scan_line
,
eob
,
cm
->
reduced_tx_set_used
);
#if CONFIG_MISMATCH_DEBUG
int
pixel_c
,
pixel_r
;
BLOCK_SIZE
bsize
=
txsize_to_bsize
[
tx_size
];
int
blk_w
=
block_size_wide
[
bsize
];
int
blk_h
=
block_size_high
[
bsize
];
mi_to_pixel_loc
(
&
pixel_c
,
&
pixel_r
,
mi_col
,
mi_row
,
blk_col
,
blk_row
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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