- 15 May, 2015 20 commits
-
-
James Zern authored
silences missing prototype warnings Change-Id: I3338fcaa67b5dcdf6bf237e8b374db3befd18753
-
James Zern authored
silences missing prototype warnings Change-Id: I773b6a6b5bd7c57db18c3b17c519534f80e131de
-
James Zern authored
silences a missing declaration warning Change-Id: I2f49ebca9ba7a47f3c48f5fe919b90cd4114a9bc
-
Adrian Grange authored
-
James Zern authored
* changes: vp8/rdopt.h+onyx_int.h: add some missing prototypes vp8: add some missing includes vp8: make some functions static vp8/common/variance*: add vp8_rtcd include vp8_copy32xn: sync function signature
-
James Zern authored
* changes: sad*_avx2.c: sync function signatures vpx_scale: add missing rtcd + vpx_scale includes
-
James Zern authored
* changes: fdct8x8_test: move functions to an anonymous namespace md5_utils.c: make a function static vpx_config.c: add vpx_codec include
-
Frank Galligan authored
-
paulwilkins authored
-
James Zern authored
silences missing prototype warnings Change-Id: Icd477e37b502205d0a60e7389e51b1ba17d8888e
-
James Zern authored
silences missing prototype warnings Change-Id: Ib62e4743532b871e63bc99732875fff20501b8ac
-
James Zern authored
silences missing prototype warnings Change-Id: I9f24a3214c832c982ca0dc5a032316eba48472ff
-
James Zern authored
silences missing prototype warnings Change-Id: I5ca198b56a5ff0cf5b93c89957526f243c04e9c8
-
James Zern authored
+ include vp8_rtcd.h in copy_c.c silences missing prototype warnings Change-Id: Iecc279c695b08a26b231dedb41e3b84c551703f3
-
James Zern authored
+ include vpx_dsp_rtcd.h silences missing prototype warnings Change-Id: Ifa1780bcf72b1fa2b153025d0d78d91ad38774c3
-
James Zern authored
silences missing prototype warnings Change-Id: I33320f66c789b8c5c51d69f9dc0e017f9e06b0d0
-
James Zern authored
silences missing declaration warnings Change-Id: I9486c13c973df3d25fcdc2c3de9a0da783ce8fd6
-
James Zern authored
silences a missing prototype warning Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9
-
James Zern authored
silences a missing prototype warning Change-Id: I31a11c8390ae58e9a99ecc7cdf2a36334fac3f65
-
Frank Galligan authored
Change-Id: Icea64b9e5632b41aaa7cd7018c501d6add9b7a7f
-
- 14 May, 2015 6 commits
-
-
Adrian Grange authored
Add a check to make sure we have a decoded frame available before copying its 'corrupt' flag. (Originally submitted to the old repository by Alexander Voronov as: https://gerrit.chromium.org/gerrit/#/c/74305/). Change-Id: Iceb4686c785afb437b668015bf8818b18d60e0ce
-
Tom Finegan authored
-
Tom Finegan authored
-
Tom Finegan authored
Was just an additional layer of indirection for CONFIG_SHARED, so use CONFIG_SHARED directly. Change-Id: I7c022b9f926a63c2c5884def5f03dfd648329afc
-
Tom Finegan authored
Replace it with it's value (yes), which is constant. Change-Id: Ifb0c0408a53ecadf81156da6a64fa583b2ada746
-
paulwilkins authored
Testing on another rate control patch reveals that in some situations, where the encoder is flipping in and out of arf mode, we get an encoder decoder mismatch. Whilst it is still not clear why, skipping the last buffer update seems to trigger the problem. Until I can establish why, or if there is another underlying cause, I am reverting this change. This reverts commit e5112b3a. Change-Id: I315c5200414de89458015823344b7367e9dd75ba
-
- 13 May, 2015 6 commits
-
-
Johann authored
-
Johann authored
With the sad functions, and hopefully the variance functions soon, moving to the vpx_dsp location, place the defines used in the reference C code in a common location. Change-Id: I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca
-
Tom Finegan authored
Basically just a warning, but disconcerting nonetheless. Removes this output from the build: Makefile:59: -x86_64-darwin13-gcc.mk: No such file or directory Change-Id: Ibb379506352b2f613ef4a7b1ac47e9c95d0d1580
-
Tom Finegan authored
-
Parag Salasakar authored
-
Tom Finegan authored
These targets no longer build (PPC support was removed from libvpx). Remove the dead code and misleading help output. BUG=https://code.google.com/p/webm/issues/detail?id=997 Change-Id: Ib35614806adeae970f3821da0d8dbcc54ab8d868
-
- 12 May, 2015 8 commits
-
-
Yunqing Wang authored
-
Yaowu Xu authored
-
Yaowu Xu authored
The computation of new metrics is not supported yet in highbitdepth mode. This commit adds protection to make sure the computation is done only when highbitdepth is not on. This protection shall be revised when support of highbitdpeth computation is added. This resolves the encoder crash when configured with both --enable-internal-stats --enable-vp9-highbitdepth Change-Id: Id9f4bcc4fa26d9ca0e9eabade83f3f88a5b212e6
-
Yunqing Wang authored
This patch fixed the following warning: src\third_party\libvpx\source\libvpx\vp9\encoder\vp9_pickmode.c(1607) : warning C6246: Local declaration of 'this_mode' hides declaration of the same name in outer scope. Change-Id: I1d93c4a47a13cb13089fec5bd61e8b58e6cd8d58
-
James Zern authored
-
James Zern authored
* changes: vpxenc: make some functions static vpxdec: make some functions static tools_common.h: fix get_vpx_decoder_count() proto tools_common.h: fix get_vpx_encoder_count() proto tools_common.h: fix usage_exit() prototype
-
Johann authored
-
Adrian Grange authored
-