Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
8d486ae1
Commit
8d486ae1
authored
May 25, 2017
by
Luc Trudeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify Frame Context for cfl_read_intra
Change-Id: I9e0967662f2ed855813b968d5afd09f6d9fc1b62
parent
a1f80e31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
av1/decoder/decodemv.c
av1/decoder/decodemv.c
+2
-7
No files found.
av1/decoder/decodemv.c
View file @
8d486ae1
...
...
@@ -1095,13 +1095,8 @@ static void read_intra_frame_mode_info(AV1_COMMON *const cm,
#if CONFIG_CFL
// TODO(ltrudeau) support PALETTE
if
(
mbmi
->
uv_mode
==
DC_PRED
)
{
mbmi
->
cfl_alpha_idx
=
read_cfl_alphas
(
#if CONFIG_EC_ADAPT
xd
->
tile_ctx
,
#else
cm
->
fc
,
#endif // CONFIG_EC_ADAPT
r
,
mbmi
->
skip
,
mbmi
->
cfl_alpha_signs
);
mbmi
->
cfl_alpha_idx
=
read_cfl_alphas
(
ec_ctx
,
r
,
mbmi
->
skip
,
mbmi
->
cfl_alpha_signs
);
}
#endif // CONFIG_CFL
...
...
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