- Mar 14, 2015
-
-
James Zern authored
use \li to separate the list items contained in conditionals. this avoids the encode page becoming a sub-item of decode; likely a problem in <1.8.3. + fix encoder conditional, spelling error + correct encode page name to match decode 'Encoding' Change-Id: I67890f52bed8e708bad63fb8819a074e0beff2ca
-
James Zern authored
use \li to denote list items with \if. fixes the following likely visible in <1.8.3: usage.dox: warning: Invalid list item found usage.dox: warning: End of list marker found without any preceding list items Change-Id: I33c72799edf9f8866596ac8f79247050b8c75681
-
- Mar 13, 2015
-
-
Yaowu Xu authored
-
Yaowu Xu authored
This makes clear that for end-usage, only 0 is supported currently. Change-Id: I99795807c20df1d71b3c803e8d5f3b36583dcc85
-
Yaowu Xu authored
-
Frank Galligan authored
-
Marco Paniconi authored
-
Jingning Han authored
-
Yaowu Xu authored
The commit updates the comments in vp8cx.h to make it clear which codec support each of codec control functions. Change-Id: Ibf876e289d4325bbb61ce19311da60d384624c2f
-
Marco Paniconi authored
Crash occured on very first key frame, because denoiser temporal function was beng entered. Updated denoiser unittest to set cpu_used from first frame, and verified fix fixes the crash. Change-Id: I3be1124b52846fbbe7248d2c3d6136e086c80bc1
-
Marco Paniconi authored
-
Aℓex Converse authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
Change-Id: Ie0c3ef3ae3aedf049b1a296de607730b79c12672
-
Marco Paniconi authored
Change-Id: Ib54ab11adf8178eec74f65388a89c8f912c7869a
-
Paul Wilkins authored
-
Frank Galligan authored
Change-Id: I70ee538609cefad76b8ce9b225bbf8d8447aff23
-
Yaowu Xu authored
* changes: Added comment for vp9 only codec controls Rename a vp9 only control with vp9e prefix
-
Jingning Han authored
Change-Id: I5c96b6a25f9df60da65b7af7c92a921b611746e3
-
Yaowu Xu authored
-
Yaowu Xu authored
Comments are updated to reflect that these controls apply to VP9 only, thereby, to insure the document produced by doxygent to reflect the same fact too. Change-Id: Ic54c88ec066aa0ec4552d43dd4a7016e1f810f42
-
Yaowu Xu authored
Also updated comments and doc to make it clear that the control is supported in VP9 only. Change-Id: I6f120b65135fc1185695e9e3dc29fbe0d430824b
-
Jingning Han authored
This commit uses a 6-point 1-step refine motion search in the integral projection based full pixel motion estimation, to replace the current 9-point search. It reduces runtime cost of speed -6 on some noisy clips, e.g., dark720p single thread 33314 b/f, 40.076 dB, 18231 ms -> 33307 b/f, 40.067 dB, 17768 ms The compression performance for rtc set remains unchanged. Change-Id: I194ea5a9ce52e5a10baeee36338633adc22f764c
-
Yunqing Wang authored
-
- Mar 12, 2015
-
-
Jingning Han authored
-
Aℓex Converse authored
Change-Id: Id7f8654aeeb20caa402bc822521b1d72c658f4f9
-
Yaowu Xu authored
This commit changes to use single loop to evaluate all inter modes. There is no impact on compression quality and speed, but allow future experiment with the order of modes evaluated. Change-Id: I71696ce1014cbe127e25e98710d835987f5ecc09
-
Yunqing Wang authored
Added a skip_dc check. If skip_dc = 1, we could eliminate calling of vp9_model_rd_from_var_lapndz(). This gave slight PSNR & SSIM gain(<0.1%), and no speed change. Change-Id: If5ca733366148c86b98e196a00cc890f50e9a3e5
-
Jingning Han authored
This resolves webm issue 968. Change-Id: Ieb363129b1e135a561141c68211d413226aba754
-
Deb Mukherjee authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Yaowu Xu authored
This fixes all test vector failures Change-Id: Ie1a9fe0f023f7a0c7e89eb55df1b40ff65302adc
-
Marco Paniconi authored
-
- Mar 11, 2015
-
-
Jingning Han authored
Re-arrange the multiplication and right shift operations to avoid integer overflow in choose_partitioning. Change-Id: Ib4005cafb410a67c1960486471d75b6ebe38c4e0
-
Hangyu Kuang authored
-
Marco Paniconi authored
Change-Id: Ifeb14f945d0f0300eb7b21b38e5720ac1c11a6cf
-