- 08 Aug, 2014 - 6 commits
-
-
Adrian Grange authored
This was shadowing the use of error_resilient_mode, but with the opposite sense. Change-Id: Ie4d30263a304fe4b3e94f0c7741db6888cc6afd8
-
Alex Converse authored
-
Alex Converse authored
-
James Zern authored
-
levytamar82 authored
in the sub_pixel_*variance* function the dst is aligned to 16 bytes and not to 32 bytes - now load unaligned data Change-Id: I2e0b9745543697efc56fefa32857ea10117af135
-
Tom Finegan authored
Change-Id: Iff403dfb4c8face0494f0dba840ce91f51e9ca04
-
- 07 Aug, 2014 - 24 commits
-
-
James Zern authored
-
Tom Finegan authored
-
James Zern authored
-
Alex Converse authored
Fix the interaction between active map and reuse_inter_pred_sby. The reuse_inter_pred_sby feature expects inter predictors to already be built, but blocks with active map on skip this step. Change-Id: Ibb2bf0d228f678935d82a0ede9cb0919ab7c8878
-
Alex Converse authored
Change-Id: Ib7497ba08696765cbc1b2cc4218d37f4298f278c
-
Tom Finegan authored
The disabled tests require a mode parameter that has been removed from the ssvc example. BUG=https://code.google.com/p/webm/issues/detail?id=833 Change-Id: I1a5d67628ed769cc5372c4a864f33d5569b6eb13
-
Jim Bankoski authored
-
Marco Paniconi authored
-
levytamar82 authored
in the function sad32x32x4d and sad64x64x4d the source is aligned to 16 bytes and not to 32 bytes - the load is now unaligned. Change-Id: I922fdba56d0936b5cf72e4503519f185645a168c
-
Dmitry Kovalev authored
-
Marco Paniconi authored
Change-Id: I1827efe2126501a4a5637ee3ae85233d7526bc0e
-
James Zern authored
-
Tom Finegan authored
Move vpxenc() from tools_common.sh to vpxenc.sh. Change-Id: If3bc1e8616f7e0334d39b560946e467482fe5cf4
-
Deb Mukherjee authored
-
James Zern authored
Change-Id: Ic49e290c7c88c55e730a0b2b0eb16ee3d0f120e7
-
Alex Converse authored
-
Dmitry Kovalev authored
-
Deb Mukherjee authored
Specifies the bit-depth, color sampling and colorspace for intra only frames for profiles > 0 Also adds checks to ensure that profile 1 and 3 are exclusively used for non 420 streams. Change-Id: Icfb15fa1acccbce8f757c78fa8a2f60591360745
-
Yaowu Xu authored
-
Jim Bankoski authored
Change-Id: I919ca42794f13751ca099868e73892d9df64e45f
-
Jim Bankoski authored
Change-Id: I18cbdad6031d14d4c1a818c0ab33bbedf7b33e19
-
Jim Bankoski authored
-
Hangyu Kuang authored
-
Yaowu Xu authored
This commit adds a configure time option used to enable strict error checking in decoder to make sure intermediate stage cofficients of inverse transforms are within valid range of signed 16 bit integer. For valid VP9 input streams, intermediate stage coefficients should always stay within the range of a signed 16 bit integer. Coefficients can go out of this range for invalid/corrupt VP9 streams. However, strictly checking this range for every intermediate coefficient can be a burden for decoder, therefore such validation is only enabled with configure option --enable-coefficient-range-checking. Change-Id: I47d47c8c4e48a922c3d223ca59064f51b3f0f5ed
-
- 06 Aug, 2014 - 10 commits
-
-
Jim Bankoski authored
Change-Id: I066763c2e3ae69ab772bb986da97af9b504f0329
-
Minghai Shang authored
-
Marco Paniconi authored
-
Minghai Shang authored
Change-Id: Ice5376100d8e27cbdaddfd3cd06898cedd2720fe
-
Dmitry Kovalev authored
Change-Id: I75abd57367a7974a9fab8a727b2bbc54dea428c3
-
Marco Paniconi authored
This is needed to update the width/height and stride parameters for the reference buffers that the denoiser uses. Change-Id: Id51b3bdcb56bbbc8187865544ccd3d872a0d51fe
-
Adrian Grange authored
-
Dmitry Kovalev authored
Change-Id: Ic37624d807884e71f08b50fd04892f03f2708ba7
-
James Zern authored
-
James Zern authored
-