- Oct 12, 2015
-
-
Ronald S. Bultje authored
This change (in a new config experiment: universal_hp) removes the bitstream parsing dependency of the HP MV bit on the ref MV to be coded. It also cleans up clearing of the HP bit in near/nearestMV, since HP is always on if it's set in the frame header. This admittedly doesn't clean up the crap that could be cleaned up, but that's mostly because I think this needs some careful review; not so much for coding style, but more from hardware people and from the codec team on what we/you want. It would also be nice to get some actual numbers on the real quality impact of this change. If, for example, hardware people come up and tell us they don't actually care anymore, we should probably just this code as-is and do nothing (i.e. discard this patch). See issue 1036. Change-Id: Ic9b106f34422aa0f79de0c28125b72d566bd511a
-
Ronald S. Bultje authored
This actually has no effect whatsoever, since the input MVs themselves are clamped by clamp_mv_ref() already, which is significantly more restrictive in its bounds. Change-Id: I4a3a7b2b121ee422c56428c2a12d930c3813c06e
-
Ronald S. Bultje authored
We only write EOSB tokens if we write tokens (i.e. not for skip blocks), and we write EOSB tokens per-plane instead of per block. Change-Id: I8d7ee99f8ec50eb7ae809f9f9282c1c91dbf6537
-
- Oct 10, 2015
-
-
James Zern authored
*tile should be marked volatile like the others due to the use of setjmp() Change-Id: I5dbf8e6792e4c0f34a683434b4fd06e3b4c75c4b
-
- Oct 09, 2015
-
-
Aℓex Converse authored
single-threaded: swanky (silvermont): ~1% faster overall peppy (celeron,haswell): ~1.5% faster overall Change-Id: Ib74f014374c63c9eaf2d38191cbd8e2edcc52073
-
Aℓex Converse authored
Change-Id: Iccb4cdc23c1845cf9cb7d69101c9f4f43675d368
-
James Zern authored
-
Geza Lore authored
Change-Id: If3cb9345b44162e600e6c74873e0cb4c207fc7fb
-
Deb Mukherjee authored
-
- Oct 08, 2015
-
-
Geza Lore authored
If high bit depth configuration is enabled, but encoding in profile 0, the code now falls back on optimized SSE2 assembler to compute the block errors, similar to when high bit depth is not enabled. Change-Id: I471d1494e541de61a4008f852dbc0d548856484f
-
Jacky Chen authored
-
Jacky Chen authored
Only denoise at small motion if it's a skin block. Change-Id: I6235cad9dd7f76ab40e7d9cdfe6180e619c20c6e
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Jacky Chen authored
-
Ronald S. Bultje authored
-
Jacky Chen authored
Change-Id: Ib779c083e9775dc9922ed6e104f6275bc453bef9
-
James Zern authored
reuse the common loop index Change-Id: I9db45a93c219c2123917514cb8e9d4ea86454711
-
- Oct 07, 2015
-
-
James Zern authored
-
James Zern authored
* changes: vp9/tile_worker_hook: add multiple tile decoding invalid_file_test: loosen error check w/tile-threading
-
Jacky Chen authored
Change-Id: I65269ddb3ea5f911d5be38614b93c97be7e1ba76
-
Marco Paniconi authored
-
Aℓex Converse authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
* changes: vpx_memset16: drop unnecessary local vpx_memset16: quiet signed/unsigned warning
-
Jacky Chen authored
The artifact occurs periodically when VP9 denoiser is on and refresh_golden_frame happen. When refresh_golden_frame happen, we should copy the frame buffer instead of swapping the pointers. Change-Id: Ib3204c4b04db28ecf439c6d9e61f3d146f04196d
-
Marco Paniconi authored
-
Deb Mukherjee authored
-
James Zern authored
some mingw32 configs define this. force this to be on to ensure the build succeeds Change-Id: I2cc490782b6a0736aa617e6a1457fc2bc984adbb
-
James Zern authored
Change-Id: I93c56dfa547af9b2f2b96c4f85fd9862ea67af62
-
James Zern authored
+ add a cast Change-Id: I2965e7867223aa25bf688c988629ac57b4971905
-
James Zern authored
Change-Id: I144bedde7ea43f1b84360c1a7c8a042fd30abb6b
-
James Zern authored
reduces the size of TileWorkerData reusing the storage in the worker itself Change-Id: If8a62fcb35167037c3da5814ab84fb81893f9cab
-
James Zern authored
this reduces the number of synchronizations in decode_tiles_mt() and improves overall performance when the number of threads is less than the number of tiles Change-Id: Iaee6082673dc187ffe0e3d91a701d1e470c62924
-
Marco Paniconi authored
Small code cleanup. consec_zeromv refresh threshold does not need to be computed for every super-block. No change in behavior. Change-Id: I8c4b1b28072f42b01d917fff6d1f62722f1e1554
-
- Oct 06, 2015
-
-
James Zern authored
The serial decode check is too strict for tile-threaded decoding as there is no guarantee on the decode order nor which specific error will take precedence. Currently a tile-level error is not forwarded so the frame will simply be marked corrupt. Change-Id: I51cf1e39e44bedeac93746154b36a4ccb2f059b1
-
Aℓex Converse authored
Change-Id: I5a2abd35cb303d8f6354b3119ab95acf90405116
-
Deb Mukherjee authored
-