- 10 Aug, 2015 5 commits
-
-
Tom Finegan authored
-
Jingning Han authored
-
Aℓex Converse authored
* changes: ssim: Add missing statics and consts psnrhvs: Add missing consts and static consts. ssim: Replace unsigned long with uint32_t.
-
Jingning Han authored
Remove the function declaration from vp9_reconinter.h file. Change-Id: I193562151b69ece19b9ee2efa1a791fe2522cca0
-
Jingning Han authored
-
- 08 Aug, 2015 5 commits
-
-
James Zern authored
fixes visual studio build errors Change-Id: I5d24f91c74572a75dfa77b9384d6614de231dc50
-
James Zern authored
test for WINAPI_FAMILY_PARTITION before using it Change-Id: I6b7a7b1ccd3332b31c73b733f88c997e30b22de8
-
Alex Converse authored
Change-Id: If470411c3c62a27f52261f4ece2c5054b71789c7
-
Alex Converse authored
http://pubs.opengroup.org/onlinepubs/009695399/functions/round.html Change-Id: Idf387d944d36bf593f8797db9053e11e5c9b9b39
-
Jingning Han authored
Change-Id: I34cc7b500d19a79f29c5ad241f602c1bc269446e
-
- 07 Aug, 2015 18 commits
-
-
Nico Weber authored
Change-Id: Ieb43e61c14296c6caea5881a102fe4cb6d65e1df
-
Jingning Han authored
-
Aℓex Converse authored
-
Aℓex Converse authored
-
Alex Converse authored
Change-Id: I2aa2a545bd2f8f170c66c2e267ea9d617ff10d87
-
Alex Converse authored
Change-Id: I63932edaef4c4d4d0a57e6f7d3e4aa42651a5c47
-
Alex Converse authored
The assembly only writes the low 4 bytes, and the HBD version only uses uint32_t bytes. Change-Id: Ie3694ecda511c231e55870df814cbae30e588073
-
Marco Paniconi authored
-
Alex Converse authored
Change-Id: I4d734febc14c534dba20b67cf6bd628996cc9ab7
-
Alex Converse authored
Change-Id: Ic61f30af12d1b01c1d5adc4e08bc20e20ad38027
-
Zoe Liu authored
-
Marco authored
Use the correct period (in terms of cr->percent_refresh) for the condition of larger delta-qp following key frame. And account for larger interval for temporal layers. Change-Id: Ibb43f5200f9b1eeb8bbb8211327b08ecda3c3b8a
-
Jingning Han authored
Change-Id: Iee4c853ea4a44ae9f5de60c09e5a7b810f15d2dd
-
Aℓex Converse authored
-
Yunqing Wang authored
-
Alex Converse authored
Change-Id: I20c7b42631b579fade6cf7ebf6d4c69b2fcb5e5e
-
Zoe Liu authored
Change-Id: I77e397ac9f594c9c4c1db442e334a6ea5f53f588
-
Jingning Han authored
-
- 06 Aug, 2015 11 commits
-
-
Yunqing Wang authored
Re-investigated the second-level sub-pixel motion search. Improved the way of choosing search points. Rewrote the second-level search code. At speed 0, the borg tests showed: 1. for stdhd set, Avg PSNR gain: 0.216%; Overall PSNR gain: 0.196%; SSIM gain: 0.206%. Only 1 out of 15 clips showed PSNR loss. 2. for derf set, Avg PSNR gain: 0.171%; Overall PSNR gain: 0.192%; SSIM gain: 0.207%. Only 3 out of 30 clips showed PSNR losses. Added the condition for third-point checking, namely, less points were checked. Speed tests showed no speed loss(Avg 0.3% speedup at speed 0). Change-Id: I6284ebb3fa7ba63be8528184c49e06757211a7f1
-
Jingning Han authored
Change-Id: I83ed3422f1f4009675ad2f5c4b7236bc7b83b30e
-
Alex Converse authored
Change-Id: I04c43ff71748d7a2e2ede462cb42b22116a1bfd6
-
James Zern authored
-
Aℓex Converse authored
-
Jingning Han authored
-
James Zern authored
-
James Zern authored
when configuring with mips32-android-gcc HAVE_MIPS32 would be set, but the ndk does not set -mips32r2 for APP_ABI=mips which results in BSwap32 failing to build; refine the check in endian_inl.h Change-Id: I22893fe61f29111eb902d961b500b2174596268d
-
Jingning Han authored
The test file compiler fails if one uses --disable-vp8-decoder --enable-vp9-decoder. It effectively turns on CONFIG_VP8 and CONFIG_DECODERS, but turns off CONFIG_VP8_DECODER, which causes compiler error at test_vector_test.cc. This commit fixes this issue by adding vp8/9 decoder flags to the decoder behavior test, respectively. Change-Id: I097ff8fd5e12715a94a565a82e54503885eb7187
-
Marco authored
-For ambient qp in active_worst setting: increase the initial averaging time (from very first frame) to account for avg_qp of key_frame. -In postencode on key frame: update the last_q/avg_q[key_frame] for all temporal layers. Change-Id: I5313153d350b1045b4835ce948dfffb7d2039b52
-
James Zern authored
-
- 05 Aug, 2015 1 commit
-
-
Marco Paniconi authored
-