- 03 Sep, 2015 4 commits
-
-
Marco authored
If the encoder dynamic resize is triggered and change config() is then called, it will reset the current (resized) codec width/height back to the the config (unresized) width/height (which will then prevent the resizing action from occurring in encoder_loop). Avoid this by checking for a change in the config width/height before resetting the cm->width/height. Change-Id: Id9d50c0ee8a943abe4b6c72bbaa02d9696f93177
-
James Zern authored
inline is always available in c++ Change-Id: Ie8e4fc4df75309b649d7ef36bb5aadd95554035f
-
James Zern authored
-
James Zern authored
Tests fail to build. This reverts commit f78d6aa7. Change-Id: Ia220270517ded273c65a7ab965d82edb696663c9
-
- 02 Sep, 2015 16 commits
-
-
Angie Chiang authored
-
Angie Chiang authored
Unify the style of fdct4() fdct8() fdct16() Add fdct32() Add range_check() at each stage Add unit test at ../../test/vp10_dct_test.cc Change-Id: I9e912b2c5683862e65c5a21abc3e1c260cca4576
-
Johann Koenig authored
* changes: test: limit the valid image size on OS/2 configure: add -Zhigh-mem to LDFLAGS on OS/2 configure: disable PIC on OS/2 Makefile: add $(STACKREALIGN) to CFLAGS for vp9_reconintra.c x86inc.asm: fix NASM compilation
-
KO Myung-Hun authored
Without this, test_libvpx crashes at VP9FrameSizeTestsLarge.ValidSizes on OS/2. Change-Id: If253fb95a04216babed56458f0fab8c70523fc7e
-
KO Myung-Hun authored
-Zhigh-mem enables to allocate very large memory on OS/2. Change-Id: I1c8a792cc792c65ce9539a6d3d6b77fc4767848a
-
KO Myung-Hun authored
Change-Id: I49f9b10faa059decf18e123a1f88738071b9c2b8
-
KO Myung-Hun authored
Without this, test_libvpx crashes at VP9MultiThreadedFrameParallel.PauseSeekResume on OS/2. Change-Id: I15472738f4166d97cb49868652982d351a291c11
-
KO Myung-Hun authored
Change-Id: I1e7f3c32969dac7911921062b396750302878c2e
-
Johann Koenig authored
* changes: Only build multithreaded functions on mt builds. Don't build calc_psnr for high bit depth. Enable missing dual lpf test Remove unused VP10 functions. Mark VP10 functions as 'INLINE' Remove unused functions from test files Only build append_negative_gtest_filter when it is used. Add INLINE decoration to static test functions
-
Johann authored
Change-Id: I2e0cc72a0543bfea1d2d3499b9906519d5cb3f15
-
Johann authored
Change-Id: I63a7da7857534dcb4c69ed316c1feadea9ffb45b
-
Johann authored
Found with -Wunused-function Change-Id: I4aee260016ae522e3fbbd72977ff09a8ebe5f3cf
-
Johann authored
Change-Id: I711135054f02883289cca2efb1f109637009ffbb
-
Johann authored
Change-Id: I3dce6c702344a5cb5aaf9de1e4be44c53f9ce7e9
-
Johann authored
Change-Id: Id479a83fe3cb7d989a490328b3ff526530777f81
-
Johann authored
Change-Id: If6fec02fd8125b368ea83c99208575ac0d4a662b
-
- 01 Sep, 2015 4 commits
-
-
Johann authored
Change-Id: I5402c4e4a7d028f4865f429ec5ac6cb592aa2dcb
-
Johann authored
Fixes "unused function" warnings. Change-Id: Idc0cd06189917c37dead17d923ac7f9ecef18983
-
Yunqing Wang authored
-
Yunqing Wang authored
The svc tests are disabled since it is not supported in VP10. Change-Id: Ie6801e7a573b27afd1ea951bf037ccbae1201e8b
-
- 31 Aug, 2015 5 commits
-
-
Johann authored
Change-Id: I2e387a06484a06301f3cd6600c4ba2f4335b61ee
-
Yunqing Wang authored
-
Johann Koenig authored
-
Yaowu Xu authored
-
Yunqing Wang authored
An indent fix in bitstream.c. Change-Id: Ia47e9ac5b01490cb2173a254444848b7bed56e5c
-
- 29 Aug, 2015 8 commits
-
-
James Zern authored
broken since: c147c4d6 vp10 cleanup: remove svc code Change-Id: Id703502b2d645fc051a5d9a23e6f1715d92a116b
-
James Zern authored
* changes: vp9_mcomp: make search functions private vp9_mbgraph: use vp9_full_pixel_search(HEX) vp9_temporal_filter: use vp9_full_pixel_search(HEX) vp9_firstpass: make vp9_init_subsampling private vp9_encoder: make vp9_alloc_compressor_data private
-
James Zern authored
Change-Id: I01c8ba864b73fd3a66c10442041274767ac87bf1
-
James Zern authored
vp9_full_pixel_search() can be used as a replacement as it dispatches to all search methods Change-Id: I57fcb79c1362b569dc95237bdcc8390f54efd440
-
James Zern authored
instead of calling vp9_hex_search() directly. this will allow the function to be made private Change-Id: I2f9d4779763aa5b24eda4eb01c78954e061e45ac
-
James Zern authored
instead of calling vp9_hex_search() directly. this will allow the function to be made private Change-Id: I8c8cfc61fca4faef593c1c3fc29824dc417cae22
-
James Zern authored
Change-Id: I03b2ae99ec2e212c76bf815de7d5745b5c965d57
-
James Zern authored
Change-Id: I38b4de692f4f7e880766316783981cbd1134bed9
-
- 28 Aug, 2015 3 commits
-
-
Johann Koenig authored
If either the encoder or the decoder is enabled, CONFIG_VP<N> will be set. This simplifies the conditional and passes the chromium update script when CONFIG_ values are passed in with 'yes' and 'no' values. This was failing because it was checking against empty strings but they are set to 'no' Change-Id: I02ecd557210088ba1458cd0e89eead5666f6597a
-
Yunqing Wang authored
-
Marco Paniconi authored
-