Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
90e15088
Commit
90e15088
authored
Jan 01, 2018
by
Zoe Liu
Browse files
Remove unnecessary function declarations
Change-Id: I438c4fd81ef16ef834d06e7e8eb33e3412943f5a
parent
84442629
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodeframe.c
View file @
90e15088
...
...
@@ -84,11 +84,6 @@ static void loop_restoration_read_sb_coeffs(const AV1_COMMON *const cm,
int
rtile_idx
);
#endif
static
int
read_compressed_header
(
AV1Decoder
*
pbi
,
const
uint8_t
*
data
,
size_t
partition_size
);
static
size_t
read_uncompressed_header
(
AV1Decoder
*
pbi
,
struct
aom_read_bit_buffer
*
rb
);
static
void
setup_compound_reference_mode
(
AV1_COMMON
*
cm
)
{
cm
->
comp_fwd_ref
[
0
]
=
LAST_FRAME
;
cm
->
comp_fwd_ref
[
1
]
=
LAST2_FRAME
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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