Commit eb8a3486 authored by Alex Converse's avatar Alex Converse Committed by Gerrit Code Review
Browse files

Merge "Allow speed 5 lossless"

Showing with 0 additions and 4 deletions
...@@ -972,11 +972,7 @@ int vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, ...@@ -972,11 +972,7 @@ int vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi,
q = rc_pick_q_and_bounds_two_pass(cpi, bottom_index, top_index); q = rc_pick_q_and_bounds_two_pass(cpi, bottom_index, top_index);
} }
// Q of 0 is disabled because we force tx size to be
// 16x16...
if (cpi->sf.use_nonrd_pick_mode) { if (cpi->sf.use_nonrd_pick_mode) {
if (q == 0)
q++;
if (cpi->sf.force_frame_boost == 1) if (cpi->sf.force_frame_boost == 1)
q -= cpi->sf.max_delta_qindex; q -= cpi->sf.max_delta_qindex;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment