Minghai Shang
f2f69dd3b3
Merge "[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC"
2014-07-22 12:43:40 -07:00
Marco Paniconi
aa2ba46a61
Merge "vp8 denoiser fix: Update denoised altref on key frame."
2014-07-22 11:15:08 -07:00
Minghai Shang
24c9d6ad43
[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC
...
Change-Id: Ifc94377a0d05d66e3d21b007893a985b66db6082
2014-07-22 11:11:55 -07:00
Marco Paniconi
f909e43abc
vp8 denoiser fix: Update denoised altref on key frame.
...
On a key frame, the denoised-running_avg for all references
frames should be updated with the source.
The altref denoised-running_avg was not being updated on key frame,
this fixes that.
Change-Id: Ie02cd0ba5383e013af59240e6df7e185d11703f6
2014-07-22 10:14:03 -07:00
Jingning Han
97ccebac8f
Merge "Turn on adaptive pred filter scheme for sub8x8 below 720p"
2014-07-22 09:11:52 -07:00
Jingning Han
ffd948bbd5
Turn on adaptive pred filter scheme for sub8x8 below 720p
...
For sequences of resolution below 720p, the encoder will check
intra prediction modes and inter prediction modes from LAST_FRAME.
This commit turns on adaptive prediction filter scheme for sub8x8
blocks, where inter prediction modes are enabled. For the test
sequence bus at CIF, the speed 2 runtime goes down from 17879 ms
to 16783 ms, i.e., 6% speed up. The compression performance of
derf set is down by -0.128%.
Change-Id: I01d5321a5ceab4e0666ac5be56c52d896c7a8d45
2014-07-21 16:22:56 -07:00
Alex Converse
5926e7c0e8
Remove unfinished VP9 alpha channel.
...
Change-Id: Ic5d3a3a0dac10b49495771886a31e793bb78b5ca
2014-07-21 15:55:50 -07:00
Yunqing Wang
765485cab2
Add -DNDEBUG when config option debug is disabled
...
For gcc, when libvpx config option debug is disabled, added the
flag -DNDEBUG to disable the assertions in libvpx for some speedup.
Change-Id: Ifcb7b9e8ef5cbe5d07a24407b53b9a2923f596ee
2014-07-21 09:20:03 -07:00
Tim Kopp
f932e15210
Merge "VP9 denoiser fix: ref frames now updated properly"
2014-07-21 08:28:41 -07:00
James Zern
1cfaaf678d
y4m_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I2ede16e0903a96225a342609545281fdbb83d638
2014-07-18 20:39:07 -07:00
James Zern
7875602842
vp9_subtract_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I636012c74f5de91d594d7398e92343f5efe08327
2014-07-18 20:39:06 -07:00
James Zern
91ba1a768d
subtract_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: Ic738b97d492f244c58989a0f73a4d763340ec274
2014-07-18 20:39:06 -07:00
James Zern
ee4bbe1f72
sixtap_predict_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: Ie59ddc080530d538e4ffb1d862844a84de926d92
2014-07-18 20:39:06 -07:00
James Zern
18e733bd1d
sad_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I60746bc93ba2446c1458a1f09fd1e49cc2e68534
2014-07-18 20:39:06 -07:00
James Zern
25d74e69dd
pp_filter_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: If6cf006a089b0fb42d6bf050570d928d955d658a
2014-07-18 20:39:06 -07:00
James Zern
49135d3748
partial_idct_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: Ied220e09fceef53039f234ebbb7e51c8e081c84e
2014-07-18 20:39:06 -07:00
James Zern
9c05172d0a
intrapred_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I74d7489ea35f988fcfec3651bd16f02e688e406a
2014-07-18 20:39:06 -07:00
James Zern
75d56b346e
idct_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I660a77c0c58ca64075c1051ea440fdf4d7c7e6af
2014-07-18 20:39:06 -07:00
James Zern
54697d363d
fdct8x8_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: Id2d43931e9b6e16aa4b8e5e346eee08505bdccfb
2014-07-18 20:39:06 -07:00
James Zern
b8b3dd91de
fdct4x4_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I796252a6f7f749b4faa969bbe7fe83eae64fa393
2014-07-18 20:39:06 -07:00
James Zern
c3314b7ce3
decode_perf_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I5fdd6319449364f2e930667d3bd54f68ba3cbb2e
2014-07-18 20:39:06 -07:00
James Zern
fd38e70d43
dct32x32_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: Ie1918d93c0a0d7a854e88b5a77b8c21b4cdc28b7
2014-07-18 20:39:06 -07:00
James Zern
44f848432f
dct16x16_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I4e6f293790922684402bfa9c22ec1ac2b9981a0e
2014-07-18 20:38:56 -07:00
James Zern
dfc4e8f012
convolve_test: drop '_t' from local typenames
...
_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names
Change-Id: I2a22ffc36e9f88781bc7db0d5a28a7ed924bab1a
2014-07-18 20:38:08 -07:00
Adrian Grange
a07a7bb1a9
Merge "Re-introduce frame size check inadvertantly deleted"
2014-07-18 16:33:50 -07:00
Deb Mukherjee
fd31755ea1
Merge "Use custom mkstemp() to fix Win issue in y4m_test"
2014-07-18 16:30:06 -07:00
Adrian Grange
18a7f69dae
Re-introduce frame size check inadvertantly deleted
...
This patch adds back in code that checks that the frame
size lies within defined bounds was inadvertantly removed
by a previous patch:
https://gerrit.chromium.org/gerrit/#/c/70814/
Change-Id: If526570ba559260c4b7e98098bc75f7700ae7f97
2014-07-18 15:44:10 -07:00
Deb Mukherjee
096224ffc2
Use custom mkstemp() to fix Win issue in y4m_test
...
Uses mkstmp() with directory being the same as the test data
directory to create temporary output file. For Windows
GetTempFileNameA() function is used.
Change-Id: Ie4681b2b4f44f8c22d3b3faf134c44087b484f94
2014-07-18 15:35:17 -07:00
Tim Kopp
c66f612c4b
VP9 denoiser fix: ref frames now updated properly
...
The ALT_REF_FRAME is now updated in the case of a KEY_FRAME in the VP9 denoiser.
Change-Id: Idf9a9772706f50e774fb240afcc01db38841043c
2014-07-18 15:26:19 -07:00
Johann
018fd12cf6
Disable vp8_sixtap_predict4x4_neon
...
Crashing on iOS encodes
BUG=817
Change-Id: I2c50f8d359563d15a8b8002b6091184c0f9818af
2014-07-18 14:08:52 -07:00
Yunqing Wang
597ce31ff8
Fix visual studio build failure
...
Cast frame_size to be int for now to fix build warnings.
Change-Id: I411ba2b1fd429a383c8f6e832b4fa4147914c824
2014-07-18 12:29:12 -07:00
Marco Paniconi
1094a11b57
temporal_svc sample encoder: setting for denoiser.
...
Reset it as before commit: https://gerrit.chromium.org/gerrit/#/c/70855/
Change-Id: I93df163c4bb565fb30f0f5283ed71347d01153d3
2014-07-18 10:41:38 -07:00
Deb Mukherjee
24715c798e
Merge "Fix FrameSizeTestsLarge unit-test on 32-bit arch."
2014-07-18 03:49:30 -07:00
Deb Mukherjee
727f384085
Merge "Separates profile 2 into 2 profiles 2 and 3"
2014-07-18 03:23:51 -07:00
Deb Mukherjee
bdbaa5b406
Fix FrameSizeTestsLarge unit-test on 32-bit arch.
...
If the img allocation fails the test used to crash before on
32 bit architecture. This patch uses null check on img in
FillFrame. Also, if the first frame initialization has not been
conducted VPX_CODEC_ERROR is expected to return rather than
VPX_CODEC_OK.
Change-Id: I5c4e59c156374009012d280d6ff971a89b43c11f
2014-07-18 03:12:08 -07:00
Deb Mukherjee
c447a50aea
Separates profile 2 into 2 profiles 2 and 3
...
Separates HBD profile int two profiles (2 and 3) consistent with the
highbitdepth branch. This patch is ported from the original highbitdepth
branch patch: https://gerrit.chromium.org/gerrit/#/c/70460/
Two of the invalid file tests needed to be updated.
Change-Id: I6a4acd2f7a60b1fb4cbcc8e0dad4eab4248431e3
2014-07-17 20:51:59 -07:00
James Zern
4109b8e535
Merge "iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol"
2014-07-17 18:06:55 -07:00
Tom Finegan
4fae926494
iosbuild.sh: Add VPX_FRAMEWORK_TARGET preproc symbol
...
Mainly for determining the actual arch when running performance
tests.
Change-Id: Ia6a1c4fcf83e6db1bf94f3e869d146ec32df02f8
2014-07-17 16:47:31 -07:00
Pengchong Jin
ac638125ea
Merge "Fixed a bug of setting wrong first pass mb stats pointer"
2014-07-17 14:24:52 -07:00
Adrian Grange
8cb8aef7c7
Merge "Modified frame buffer handling"
2014-07-17 12:15:16 -07:00
Pengchong Jin
e358ab5fc9
Fixed a bug of setting wrong first pass mb stats pointer
...
The bug sets the wrong pointer to the first pass mb stats
if the encoder does the re-coding in the second pass.
Change-Id: I8a11f45dd7dceb38de814adec24cecccae370d00
2014-07-17 12:04:15 -07:00
Scott LaVarnway
ba0652e83a
Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()"
2014-07-17 11:42:16 -07:00
Adrian Grange
f68aaa38d6
Modified frame buffer handling
...
This patch is the first step toward simplifying the
frame buffer handling.
The final goal is to have a common frame buffer handling
framework for both encoder and decoder that incorporates
the existing ability to use externally allocated memory.
Change-Id: I2c378a4f54a39908915f46c4260e17a080db7ff1
2014-07-17 11:06:35 -07:00
Jim Bankoski
943e43273b
allow config options to limit max size of decode
...
This is a practical concern to allow us to fail in a decoder instance
if the size of a file is bigger than we can reasonably handle.
Change-Id: I0446b5502b1f8a48408107648ff2a8d187dca393
2014-07-17 07:07:48 -07:00
Jim Bankoski
1a01194ab5
fail allocation of buffers if size_t < frame_size
...
Change-Id: I25c595e8c197ab0a9955d2373f1a74d42fbd1638
2014-07-17 07:03:31 -07:00
Paul Wilkins
93960c869e
Merge "Changes to rd balance and multi-arf bug fix."
2014-07-17 07:01:31 -07:00
Yaowu Xu
42a68e6701
Merge "make default_interp_filter choice a speed feature"
2014-07-16 19:12:22 -07:00
Joshua Litt
422acd0a07
Merge "New decode perf test files"
2014-07-16 16:38:49 -07:00
Joshua Litt
bcfcd7c377
New decode perf test files
...
Change-Id: I89ff8d4243e0438c8fe4ad74b9745c060b4460d8
2014-07-16 16:01:34 -07:00
Guillaume Martres
f744f19cff
Merge "vp9_ratectrl.c: refactor get_active_quality usage"
2014-07-16 14:29:32 -07:00