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
e5d166ef
Commit
e5d166ef
authored
Feb 01, 2018
by
Frederic Barbier
Committed by
Frédéric BARBIER
Feb 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup deprecated comments
Change-Id: I91f18c498c694829b933bb73812ad94d66962994
parent
aab6aee3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
av1/common/blockd.h
av1/common/blockd.h
+0
-3
av1/decoder/decodeframe.c
av1/decoder/decodeframe.c
+0
-1
No files found.
av1/common/blockd.h
View file @
e5d166ef
...
@@ -926,9 +926,6 @@ static INLINE TX_TYPE av1_get_tx_type(PLANE_TYPE plane_type,
...
@@ -926,9 +926,6 @@ static INLINE TX_TYPE av1_get_tx_type(PLANE_TYPE plane_type,
(
void
)
blk_col
;
(
void
)
blk_col
;
#endif // CONFIG_TXK_SEL
#endif // CONFIG_TXK_SEL
// TODO(sarahparker) This assumes reduced_tx_set_used == 0. I will do a
// follow up refactor to make the actual value of reduced_tx_set_used
// within this function.
if
(
is_inter_block
(
mbmi
)
&&
!
av1_ext_tx_used
[
tx_set_type
][
mbmi
->
tx_type
])
if
(
is_inter_block
(
mbmi
)
&&
!
av1_ext_tx_used
[
tx_set_type
][
mbmi
->
tx_type
])
return
DCT_DCT
;
return
DCT_DCT
;
...
...
av1/decoder/decodeframe.c
View file @
e5d166ef
...
@@ -2370,7 +2370,6 @@ void read_sequence_header(SequenceHeader *seq_params,
...
@@ -2370,7 +2370,6 @@ void read_sequence_header(SequenceHeader *seq_params,
seq_params
->
max_frame_height
=
max_frame_height
;
seq_params
->
max_frame_height
=
max_frame_height
;
#endif
#endif
/* Placeholder for actually reading from the bitstream */
seq_params
->
frame_id_numbers_present_flag
=
aom_rb_read_bit
(
rb
);
seq_params
->
frame_id_numbers_present_flag
=
aom_rb_read_bit
(
rb
);
if
(
seq_params
->
frame_id_numbers_present_flag
)
{
if
(
seq_params
->
frame_id_numbers_present_flag
)
{
// We must always have delta_frame_id_length < frame_id_length,
// We must always have delta_frame_id_length < frame_id_length,
...
...
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