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
57127c52
Commit
57127c52
authored
Jul 24, 2017
by
Angie Chiang
Browse files
Fix compiler error when lv_map adapt_scan both on
Change-Id: Ibd0bda593717aab2894c36dd59925a0bcf654113
parent
6a99691d
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodetxb.c
View file @
57127c52
...
...
@@ -242,7 +242,7 @@ uint8_t av1_read_coeffs_txb_facade(AV1_COMMON *cm, MACROBLOCKD *xd,
tx_size
,
max_scan_line
,
eob
);
#if CONFIG_ADAPT_SCAN
PLANE_TYPE
plane_type
=
get_plane_type
(
plane
);
TX_TYPE
tx_type
=
get_tx_type
(
plane_type
,
xd
,
block
,
tx_size
);
TX_TYPE
tx_type
=
av1_
get_tx_type
(
plane_type
,
xd
,
row
,
col
,
block
,
tx_size
);
if
(
xd
->
counts
&&
*
eob
>
0
)
av1_update_scan_count_facade
(
cm
,
xd
->
counts
,
tx_size
,
tx_type
,
pd
->
dqcoeff
,
*
eob
);
...
...
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