Skip to content
GitLab
Menu
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
4bfde107
Commit
4bfde107
authored
Dec 04, 2014
by
Debargha Mukherjee
Committed by
Gerrit Code Review
Dec 04, 2014
Browse files
Merge "Corrected the renaming of CONFIG_VP9_HIGH ro CONFIG_VP9_HIGHBITDEPTH."
parents
dd26b9a6
f610f88b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_picklpf.c
View file @
4bfde107
...
...
@@ -153,7 +153,7 @@ void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi,
const
int
q
=
vp9_ac_quant
(
cm
->
base_qindex
,
0
,
cm
->
bit_depth
);
// These values were determined by linear fitting the result of the
// searched level, filt_guess = q * 0.316206 + 3.87252
#if CONFIG_VP9_HIGHDEPTH
#if CONFIG_VP9_HIGH
BIT
DEPTH
int
filt_guess
;
switch
(
cm
->
bit_depth
)
{
case
VPX_BITS_8
:
...
...
Write
Preview
Supports
Markdown
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