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
1ded08d8
Commit
1ded08d8
authored
Sep 08, 2016
by
Nathan E. Egge
Committed by
Alex Converse
Sep 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use MV_FP_SIZE based constant instead of 3.
Change-Id: I90ef3b49b499c2ac9c24797467cb4eb194fdf23b
parent
f7617958
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+1
-1
No files found.
av1/decoder/decodeframe.c
View file @
1ded08d8
...
@@ -238,7 +238,7 @@ static void read_mv_probs(nmv_context *ctx, int allow_hp, aom_reader *r) {
...
@@ -238,7 +238,7 @@ static void read_mv_probs(nmv_context *ctx, int allow_hp, aom_reader *r) {
nmv_component
*
const
comp_ctx
=
&
ctx
->
comps
[
i
];
nmv_component
*
const
comp_ctx
=
&
ctx
->
comps
[
i
];
for
(
j
=
0
;
j
<
CLASS0_SIZE
;
++
j
)
for
(
j
=
0
;
j
<
CLASS0_SIZE
;
++
j
)
update_mv_probs
(
comp_ctx
->
class0_fp
[
j
],
MV_FP_SIZE
-
1
,
r
);
update_mv_probs
(
comp_ctx
->
class0_fp
[
j
],
MV_FP_SIZE
-
1
,
r
);
update_mv_probs
(
comp_ctx
->
fp
,
3
,
r
);
update_mv_probs
(
comp_ctx
->
fp
,
MV_FP_SIZE
-
1
,
r
);
}
}
if
(
allow_hp
)
{
if
(
allow_hp
)
{
...
...
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