- 12 Aug, 2015 6 commits
-
-
Jingning Han authored
-
James Zern authored
-
Jingning Han authored
This commit renames the vp10 encoder, decoder, and common interface file names from vp9_ prefix to vp10_ prefix. Change-Id: Iafb5d786e4b428d2b9bf097123bd86c4fa9ded24
-
Jingning Han authored
-
James Zern authored
-
Jingning Han authored
This commit folks the VP9 and VP10 codebase and makes libvpx support VP8, VP9, and VP10. Change-Id: I81782e0b809acb3c9844bee8c8ec8f4d5e8fa356
-
- 11 Aug, 2015 7 commits
-
-
James Zern authored
many _sse2.asm have sse implementations as well Change-Id: Idfa1f5cab593e4913aaad37f7223e8430188c44a
-
Scott LaVarnway authored
-
Marco Paniconi authored
-
Marco authored
For speed 7, real-time mode: Base layer frames are further apart (for #temporal layers = 3, this is every 4 frames) so worth keeping same motion search parameters (as in speed 6) on the base layer frames. Change-Id: Idebf49dda6ef4f3d9a55aee55129a68253f692fb
-
Alex Converse authored
Change-Id: I26c53f8e74cf5431fb3179af5d480e4e9f3d8f32
-
Scott LaVarnway authored
-
Aℓex Converse authored
-
- 10 Aug, 2015 17 commits
-
-
James Zern authored
gcc-based builds will allow a 0-element array, but visual studio builds will not; this change hides the encoder and decoder specific symbols as modules using them are selected based on the configuration. Change-Id: Ic16ba9d12241070ec689dc5880164c14a4f7ca44
-
Marco Paniconi authored
-
Alex Converse authored
Use system_state.h in vpx_dsp and remove unneeded includes of vp9_systemdependent.h. Change-Id: I92557ec6dd5aa790160b4f31fe7967db0d7ec3c4
-
James Zern authored
* changes: Only use .text sections for aout Use newer x86inc.asm Use .text instead of .rodata on macho Copy PIC handling code from x86_abi_support Set 'private_extern' visibility for macho targets Avoid 'amdnop' when building with nasm Catch all elf formats Expand PIC default to macho64 and respect CONFIG_PIC from libvpx Use libvpx defines to set name mangling rules Customize x86inc.asm for libvpx
-
Johann Koenig authored
-
Marco authored
Adjust logic for golden reference usage in non-rd pickmode, under svc mode. Change-Id: If012e21e8123a0684634af0ac7ed3da9c8c7d7cc
-
Marco Paniconi authored
-
Johann authored
Also do not specify alignment. Change-Id: Id4a62bfa0fc3bc56e25689b5de7796bd6e864457
-
Aℓex Converse authored
-
Tom Finegan authored
-
Tom Finegan authored
-
Jingning Han authored
-
Marco authored
Change-Id: I2b25d495d0dd3eedea31aa12cb908a90480f25de
-
Alex Converse authored
Change-Id: Id36f180032c8a92c686da6f716a7468332b23b94
-
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 5 commits
-
-
Johann authored
Rename updated version of x86inc.asm Use "private_prefix" instead of "program_name" and make vpx the default prefix. Change-Id: I4883a99b2aee8e5dc9f2c16a2e6f4b5d6e4de458
-
Johann authored
The read only sections are getting stripped on some OS X builds. As a result, random data is used in place of the intended tables. Change-Id: I58c18a53e503f093ee268451698c5761e6c32540
-
Johann authored
Change-Id: Ifcd9493802f0c957d7a3b16ce641b989e166792f
-
Johann authored
Don't set it when building with 'nasm' Change-Id: I01c211090f6870e0d34011f867471249a5f54bb0
-
Johann authored
Other implementations of x86inc.asm have more comprehensive nasm workarounds. This is the only thing that was changed for the previous import to libvpx. See if we can still get away with it. Change-Id: I3ef6fe9a4816461c89431a82b7e4a08b4b948d39
-