Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
fc1b213a
Commit
fc1b213a
authored
Nov 07, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use block_size for max_scan_line in pvq decoding
Change-Id: I642bc205a7d2c4d472385fbeb4323e62e17984b4
parent
856c55e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+2
-2
No files found.
av1/decoder/decodeframe.c
View file @
fc1b213a
...
...
@@ -410,8 +410,8 @@ static int av1_pvq_decode_helper2(MACROBLOCKD *const xd,
int
seg_id
=
mbmi
->
segment_id
;
int16_t
*
quant
;
FWD_TXFM_PARAM
fwd_txfm_param
;
// ToDo(yaowu):
figure out how to ini
tial
ize this
int
max_scan_line
=
0
;
// ToDo(yaowu):
correct this with op
ti
m
al
number from decoding process.
const
int
max_scan_line
=
tx_size_2d
[
tx_size
]
;
for
(
j
=
0
;
j
<
tx_blk_size
;
j
++
)
for
(
i
=
0
;
i
<
tx_blk_size
;
i
++
)
{
...
...
Write
Preview
Markdown
is supported
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