- Jan 27, 2016
-
-
James Zern authored
d207e, d63e, d45e are only used with CONFIG_MISC_FIXES Change-Id: If13946e483c4d0ccaa3e1d60dc14216c06d5a219
-
James Zern authored
This is only used with CONFIG_VP9_TEMPORAL_DENOISING Change-Id: I61a1814d43d71235077a2426f7bfce141677a79a
-
James Zern authored
vp8e_update_entropy, vp8e_update_reference, vp8e_use_reference have been unused since: a046f564 vp8cx: remove deprecated reference/entropy controls Change-Id: I2ca9aa3c3f1a209a534a1492432b16852e3d8629
-
James Zern authored
avoids -Wunused-function warnings when INLINE is set Change-Id: I44d91eaa7efba7bc2427501fb9f63a93f32aaa7f
-
- Jan 26, 2016
-
-
Yunqing Wang authored
-
Yunqing Wang authored
Made the definition of THREAD_FUNCTION consistent. Change-Id: I1ac099484e201e359298ed16de0b81ec781075ce
-
Aℓex Converse authored
-
- Jan 25, 2016
-
-
James Zern authored
-
Aℓex Converse authored
Limit oscilation detection in the case where overshoot is very very large. This keeps the 9-bit cost patch from breaking the DownUp reisze test. The patch pushed us to an 11% undershoot right before a scene cut causing a 1200% overshoot. (Whereas before we were undershooting by only 6% before overshooting by 1200%). Change-Id: Id90ccfab8aba872ccadc45b73b3bb097b895677f
-
Zoe Liu authored
Change-Id: I0b8eff9e74e3446024482d011ec4fb28b19136d3
-
- Jan 23, 2016
-
-
Aℓex Converse authored
-
- Jan 22, 2016
-
-
Scott LaVarnway authored
-
Aℓex Converse authored
In inter mode search skip all modes except NEARESTMV and DC_PRED. 10% less encode latency for large frames using the chromium remoting_perftests. +0.313% BDRATE on the screencast set at speed -6. Change-Id: Ib97a39dd8bcdeab545509e0e02d78ce7033f8c63
-
Scott LaVarnway authored
These values are set in set_mi_row_col() Change-Id: Ie44c9d2dcb79797a8473b5fc29394277a7117547
-
Yaowu Xu authored
a wrong variable. Change-Id: I9fa02621dbdc508a12ba1ef9c8f98dbeab68e958
-
Yaowu Xu authored
-
Marco Paniconi authored
-
- Jan 21, 2016
-
-
Marco Paniconi authored
Error only affected svc 1 pass mode, introduced in: https://chromium-review.googlesource.com/#/c/319609/ Change-Id: Ifc078c82d38b742966a81baaf5ad532f7dbc13a4
-
Aℓex Converse authored
-
James Zern authored
-
James Zern authored
Change-Id: I39d3a150de9a77967a4e25ca89d2eda51fd18d47
-
Yaowu Xu authored
-
Yaowu Xu authored
Change-Id: I6a7fa6d0ae8ce8de7b426189d5eb00413f21bc17
-
Aℓex Converse authored
-
Marco Paniconi authored
Add TODO to consider turning-off more smoothly. Change-Id: Id6dd4c5c515f5b09c388af965eb27dbe24924362
-
Hui Su authored
Change-Id: I9649647cc5755c8411ddd56f92e7f96d421c2663
-
Marco Paniconi authored
-
Aℓex Converse authored
Repack TOKENEXTRA fields. Speed impact within measurment margin of error. Change-Id: I9a6d1dde1bb4a0766b02d0cb74c871ddde907cde
-
- Jan 20, 2016
-
-
Marco Paniconi authored
Remove comment(s) and enable frame-dropper for tests. Frame dropper for 1 pass svc was fixed a while ago: https://chromium-review.googlesource.com/#/c/309230/ Change-Id: I5fd3192825b22e562db9210d3dc7b246a1799d8d
-
Marco Paniconi authored
Make it consistent with the comment/intended behavior, that is, only denoise if current block is zero_mv. Change-Id: I3909761e802e80089752a493ab3646dc32698ded
-
Yaowu Xu authored
-
Yaowu Xu authored
This fixes the build errors with msvc. Change-Id: Ie2716e4c15a1bacfb00a8d41ec3283d718af88fc
-
Marco Paniconi authored
Changes to mode selection for 1 pass SVC mode: use base layer motion vector, changes to intra-prediction. Change-Id: I3e883aa04db521cfa026a0b12c9478ea35a344c9
-
Scott LaVarnway authored
-
James Zern authored
-
Yunqing Wang authored
-
Scott LaVarnway authored
Change-Id: Ifa607dd2bb366ce09fa16dfcad3cc45a2440c185
-
- Jan 19, 2016
-
-
Aℓex Converse authored
-
- Jan 18, 2016
-
-
Ronald S. Bultje authored
After patch: $ vpxenc tennis_sif.y4m --end-usage=q -q 20 -o x.ivf --ivf --codec=vp9 --limit=30 $ ffmpeg -i x.ivf -i tennis_sif.y4m -lavfi psnr -f null - [..] [Parsed_psnr_0 @ 0x7f8913c21e40] PSNR y:43.270594 u:46.300362 v:47.011172 average:44.097994 min:43.460704 max:52.509271 Before patch: $ vpxenc tennis_sif.y4m --end-usage=q -q 20 -o x.ivf --ivf --codec=vp9 --limit=30 $ ffmpeg -i x.ivf -i tennis_sif.y4m -lavfi psnr -f null - [..] [Parsed_psnr_0 @ 0x7fbdaac22780] PSNR y:27.427366 u:41.505376 v:36.853477 average:28.990890 min:22.219454 max:52.509271 $ ffmpeg -i x.ivf -f rawvideo x.yuv $ ffmpeg -f rawvideo -vcodec rawvideo -video_size 352x240 -framerate 29.97 -i x.yuv -i tennis_sif.y4m -lavfi psnr -f null - [..] [Parsed_psnr_0 @ 0x7fadf9e013a0] PSNR y:43.270594 u:46.300362 v:47.011172 average:44.097994 min:43.460704 max:52.509271 Change-Id: Ifac2d6c2ff8379b2d318fe5cfe4be0bf1bc9f27f
-
- Jan 15, 2016
-
-
Aℓex Converse authored
This is a pure-refactor in preparation to potentially raise the bit-cost resolution. Verified at good speed 0 and rt speed -6. Change-Id: I5347e6e8c28a9ad9dd0aae1d76a3d0f3c2335bb9
-