Merge "bug fix: do not set noise sensitivity in vp8_scalable_patterns.c"
This commit is contained in:
@@ -493,7 +493,6 @@ int main(int argc, char **argv) {
|
|||||||
// Cap CPU & first I-frame size
|
// Cap CPU & first I-frame size
|
||||||
vpx_codec_control (&codec, VP8E_SET_CPUUSED, -6);
|
vpx_codec_control (&codec, VP8E_SET_CPUUSED, -6);
|
||||||
vpx_codec_control (&codec, VP8E_SET_STATIC_THRESHOLD, 800);
|
vpx_codec_control (&codec, VP8E_SET_STATIC_THRESHOLD, 800);
|
||||||
vpx_codec_control (&codec, VP8E_SET_NOISE_SENSITIVITY, 2);
|
|
||||||
|
|
||||||
max_intra_size_pct = (int) (((double)cfg.rc_buf_optimal_sz * 0.5)
|
max_intra_size_pct = (int) (((double)cfg.rc_buf_optimal_sz * 0.5)
|
||||||
* ((double) cfg.g_timebase.den / cfg.g_timebase.num)
|
* ((double) cfg.g_timebase.den / cfg.g_timebase.num)
|
||||||
|
Reference in New Issue
Block a user