Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
374a1736
Commit
374a1736
authored
Mar 14, 2013
by
Yaowu Xu
Browse files
force lossless coding at very high quality end
Change-Id: I75fc4eee10bee9efd419d248827290cce8e6d637
parent
f4d2ad69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+3
-1
No files found.
vp9/encoder/vp9_encodeframe.c
View file @
374a1736
...
...
@@ -1292,7 +1292,9 @@ static void encode_frame_internal(VP9_COMP *cpi) {
vp9_zero
(
cpi
->
mb_mv_ref_count
);
#endif
// force lossless mode when Q0 is selected
// force lossless mode
if
(
cm
->
base_qindex
<=
4
)
cm
->
base_qindex
=
0
;
cpi
->
mb
.
e_mbd
.
lossless
=
(
cm
->
base_qindex
==
0
&&
cm
->
y1dc_delta_q
==
0
&&
cm
->
uvdc_delta_q
==
0
&&
...
...
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