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
617744b6
Commit
617744b6
authored
Feb 03, 2017
by
Thomas Daede
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove av1_cost_coeffs from rdopt.h if using PVQ.
Change-Id: I08a2437e4eb2ef31ec7a675fba6bcec538019241
parent
7927a97d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
av1/encoder/rdopt.h
av1/encoder/rdopt.h
+2
-1
No files found.
av1/encoder/rdopt.h
View file @
617744b6
...
...
@@ -128,11 +128,12 @@ static INLINE void av1_merge_rd_stats(RD_STATS *rd_stats_dst,
}
#endif
}
#if !CONFIG_PVQ
int
av1_cost_coeffs
(
const
AV1_COMMON
*
const
cm
,
MACROBLOCK
*
x
,
int
plane
,
int
block
,
int
coeff_ctx
,
TX_SIZE
tx_size
,
const
int16_t
*
scan
,
const
int16_t
*
nb
,
int
use_fast_coef_costing
);
#endif
void
av1_rd_pick_intra_mode_sb
(
const
struct
AV1_COMP
*
cpi
,
struct
macroblock
*
x
,
struct
RD_COST
*
rd_cost
,
BLOCK_SIZE
bsize
,
PICK_MODE_CONTEXT
*
ctx
,
int64_t
best_rd
);
...
...
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