Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
407c1d8a
Commit
407c1d8a
authored
Jul 08, 2016
by
Urvang Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: rename a leftover CONFIG_VP9_HIGHBITDEPTH
Change-Id: I14e66bb18959a3d78d8befb9858c192901e0406b
parent
2cdb1ac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+3
-3
No files found.
av1/decoder/decodeframe.c
View file @
407c1d8a
...
...
@@ -1645,15 +1645,15 @@ static size_t read_uncompressed_header(AV1Decoder *pbi,
for
(
i
=
0
;
i
<
REFS_PER_FRAME
;
++
i
)
{
RefBuffer
*
const
ref_buf
=
&
cm
->
frame_refs
[
i
];
#if CONFIG_
VP9
_HIGHBITDEPTH
#if CONFIG_
AOM
_HIGHBITDEPTH
av1_setup_scale_factors_for_frame
(
&
ref_buf
->
sf
,
ref_buf
->
buf
->
y_crop_width
,
ref_buf
->
buf
->
y_crop_height
,
cm
->
width
,
cm
->
height
,
cm
->
use_highbitdepth
);
#else // CONFIG_
VP9
_HIGHBITDEPTH
#else // CONFIG_
AOM
_HIGHBITDEPTH
av1_setup_scale_factors_for_frame
(
&
ref_buf
->
sf
,
ref_buf
->
buf
->
y_crop_width
,
ref_buf
->
buf
->
y_crop_height
,
cm
->
width
,
cm
->
height
);
#endif // CONFIG_
VP9
_HIGHBITDEPTH
#endif // CONFIG_
AOM
_HIGHBITDEPTH
}
// Generate next_ref_frame_map.
...
...
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