- 06 Dec, 2012 1 commit
-
-
Scott LaVarnway authored
The denoiser was writing to LAST_FRAME buffer. If LAST_FRAME isn't being updated, the reference frame buffers were out of sync between the encoder and the denoised raw buffers. This patch resolves the discrepancy by always writing to a work buffer (INTRA_FRAME) and then copying from that buffer to any buffers that needs to be updated. Change-Id: I6dd855b9749978b542bc3d515914d5f16faf25df
-
- 05 Dec, 2012 2 commits
-
-
Scott LaVarnway authored
and various unused members in VP8_COMP along with other code cleanups. Change-Id: I56c6c0a77a51f5ac5cbd6071017bcbfd2623b7df
-
Scott LaVarnway authored
Change-Id: Ifa78c0a953fab3e5dd7af0446924846c7022cd09
-
- 03 Dec, 2012 2 commits
-
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
- 28 Nov, 2012 3 commits
-
-
Martin Storsjö authored
This is enabled by default in the main configure.sh, but apparently is supposed to be disabled if the hardware doesn't support it. Unaligned reads is only supported on armv6 and newer. Change-Id: Ie1412e36a14036bbb4fe7b89aa36a178f35b2228
-
John Koleszar authored
-
James Zern authored
Change-Id: I69d00bfd1b10c03581838b15cd9a6dd66f4fa416
-
- 27 Nov, 2012 2 commits
-
-
James Zern authored
fixes, e.g.: In file included from ../vpx/internal/../vpx_decoder.h:33:0, from ../vpx/internal/vpx_codec_internal.h:46, from ../vp8/common/onyx.h:21, from ../vp8/encoder/block.h:15, from ../test/subtract_test.cc:18: ../vpx/internal/../vpx_codec.h:52:0: warning: "DECLSPEC_DEPRECATED" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/winnt.h:164:0: note: this is the location of the previous definition Change-Id: Iddc9318451d3e4e4a78b4d706518083fffff5c61
-
Marco Paniconi authored
Don't use the switch to gf_rate_correction factor when temporal layers is used (i.e., cpi->oxcf.number_of_layers > 1). In temporal layers, we prefer to avoid this as any frame (e.g., base layer frame at anchor of pattern) may update both last and golden (and possibly alt-ref), and so we would get different rate correction factors within the same layer. This change will make sure one rate correction factor exists for each layer. Also, made some other code in qp-regulate that depends on alt/golden update specific to the 1 layer case. Change-Id: I41a6d085bd477f9307ef3b3c311695214273892c
-
- 26 Nov, 2012 1 commit
-
-
James Zern authored
-
- 21 Nov, 2012 4 commits
-
-
John Koleszar authored
-
John Koleszar authored
-
James Zern authored
Change-Id: Ia8f6b6c2a9ed60bee7949dd06fcc18b392e91d76
-
James Zern authored
xmm[6-11] should be saved and restored for Windows x64; prevents an encoder mismatch and some datarate issues. Change-Id: I03c38eb18ec20c6c441cae19416393058baad1ee
-
- 20 Nov, 2012 1 commit
-
-
James Zern authored
xmm6/xmm7 should be saved and restored for Windows x64; prevents an encoder mismatch and some datarate issues. Change-Id: Ifa1a82ab25fbdc5112d66f5332e14b16e69ac164
-
- 19 Nov, 2012 1 commit
-
-
Johann authored
https://codereview.chromium.org/11413061/ The Android NDK automatically manages the include directories. Trying to do so manually for the Android GYP files can cause the wrong setjmp.h to be included. Change-Id: I5c3769f983fcbad1ed602feda781690c6e4e97b3
-
- 18 Nov, 2012 1 commit
-
-
James Zern authored
missed in 1fc3cc8e Change-Id: I80ffc1179245bc124e9938aad92a4d5fdfee187b
-
- 16 Nov, 2012 3 commits
- 14 Nov, 2012 1 commit
-
-
Marco Paniconi authored
Exlcude key frame from buffer underrun check, and increase lowest bitrate in BasicBufferModel. Both changes are needed because of a known issue (#495). Change-Id: If5e994f813d7d5ae870c1a72be404c8f7dbbdf27
-
- 09 Nov, 2012 1 commit
-
-
John Koleszar authored
-
- 08 Nov, 2012 1 commit
-
-
Ahmad Sharif authored
This change converts push to stmdb and pop to ldmia. In addition word boundaries are obeyed using \b avoiding substituion where not appropriate. Patch provided by ihf@chromium.org. TEST=Used on many Daisy assembly files. BUG=None. Change-Id: Ie5b197b158edd0467294551d0b640c8db6530d95
-
- 07 Nov, 2012 5 commits
-
-
Scott LaVarnway authored
Should be MACROBLOCK, not MACROBLOCKD Change-Id: I0353bbdf085a181ae2ac1f0b96849b38566e9f6a
-
Scott LaVarnway authored
Change-Id: I44e4e3869f231ae270cca98c9565f23c512e3ddf
-
Scott LaVarnway authored
-
Scott LaVarnway authored
Change-Id: I650a593162280ab40e71e527ec6518303e2d5723
-
Pascal Massimino authored
So that, in case of error, the arrays are not filled with trash pointers that are attempted a free() during vp8mt_de_alloc_temp_buffers() Change-Id: Ic074549c2903a43316510eb42e4f393e7d3ee528
-
- 06 Nov, 2012 3 commits
-
-
Scott LaVarnway authored
Not used. Change-Id: I07ba929e3ff82b4b0c86f731769cdf5434c7a816
-
Scott LaVarnway authored
Change-Id: I28ac1519d1594801fef9a623cb64598d3d751eb0
-
Scott LaVarnway authored
Change-Id: Ie22841d096f3c86694b95bd06fc3a8ce1f032a10
-
- 05 Nov, 2012 4 commits
-
-
Scott LaVarnway authored
Change-Id: Ib73c7b2bee4cb2eb2528fa6b381fffe9503079a0
-
Scott LaVarnway authored
Change-Id: Ie9a26be7c9baa54a0e43a63ed6c77f2746477a9c
-
Scott LaVarnway authored
Change-Id: I289564a5a27f0d03ddc6f19c7838542ff22719be
-
Scott LaVarnway authored
-
- 02 Nov, 2012 4 commits
-
-
Scott LaVarnway authored
Code cleanup Change-Id: I82f9d787a2f511d39895fd8dfd5347a1676d9dbc
-
Johann authored
-
John Koleszar authored
-
John Koleszar authored
Import changes made on the experimental branch in preparation for merging the two branches. Change-Id: I7b5b8fb4fca155cb1d72e7ba13eef18e6a94a298
-