- Sep 02, 2015
-
-
Johann Koenig authored
Change-Id: I63a7da7857534dcb4c69ed316c1feadea9ffb45b
-
Johann Koenig authored
Found with -Wunused-function Change-Id: I4aee260016ae522e3fbbd72977ff09a8ebe5f3cf
-
Johann Koenig authored
Change-Id: I711135054f02883289cca2efb1f109637009ffbb
-
Johann Koenig authored
Change-Id: I3dce6c702344a5cb5aaf9de1e4be44c53f9ce7e9
-
Johann Koenig authored
Change-Id: Id479a83fe3cb7d989a490328b3ff526530777f81
-
Johann Koenig authored
Change-Id: If6fec02fd8125b368ea83c99208575ac0d4a662b
-
- Sep 01, 2015
-
-
Johann Koenig 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
-
- Aug 31, 2015
-
-
Johann Koenig 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
-
- Aug 29, 2015
-
-
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
-
- Aug 28, 2015
-
-
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
-
James Zern authored
-
Yunqing Wang authored
Spatial/temporal svc code was removed. Verified using Borg test, and the results before and after the change are matching. Change-Id: I4c2ee5cd560428e3e50be02e57e5871ef4246390
-
Angie Chiang authored
Change-Id: I5afa3c351ba7c5e7deb3889f7471619ac60af255
-
Marco Paniconi authored
For one pass CBR: only check for updating refresh_golden if ext_refresh_frame_flags_pending is not set (i.e., == 0). And move the resetting of ext_refresh_frame_flags_pending = 0 down to after the encode_loop (and account for dropped frames). This is to prevent changing refresh_golden flga when the user supplies the reference/update flags. Change-Id: I4d87b3e705ba43f243667e367503b585c61e2a54
-
James Zern authored
-
- Aug 27, 2015
-
-
James Zern authored
limits the amount of failure messages should e.g., a test file fail to be opened Change-Id: I0b30da0faa78cada23a226b577b3a48c74a896cd
-
James Zern authored
remove MIN/MAX defines in vp8/common/common.h Change-Id: I41520f34af175e05b263ebd12198f4de29a967db
-
Johann Koenig authored
* changes: Only build ssse3 filter functions on 64 bit Clean up unused function warnings in vp8 encoder Clean up unused function warnings in vp8 onyx_if.c
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
These were lost in the great sub pixel variance move of 6a82f0d7 Not having these functions caused a ~10% performance regression in some realtime vp8 encodes. Change-Id: I50658483d9198391806b27899f2c0d309233c4b5
-
James Zern authored
previously any flags added while setting up the toolchain would override the user selections; environment variables could be treated similarly Change-Id: Ibfcc644137d8e579af554d19a38d4020019a7a34
-
James Zern authored
prevents redeclaration warnings; vp8 has its own define which will be resolved in a future commit Change-Id: Ic941fef3dd4262fcdce48b73075fe6b375f11c9c
-
James Zern authored
* changes: vp8e_encode: check validate_config return vp9_update_layer_...config: delete dead assignment
-
- Aug 26, 2015
-
-
Marco Paniconi authored
-