Pascal Massimino
f44db1487d
Merge "sad_test: add some const to methods"
2016-07-16 04:50:45 +00:00
Pascal Massimino
8d681b36c7
Merge "vp9_error_block_test: simplify fn wrapper generation"
2016-07-16 04:41:46 +00:00
Pascal Massimino
5319e83843
sad_test: add some const to methods
...
Change-Id: I6f2481509b0aa94338ed6185f80c4a6b65532280
2016-07-15 21:07:00 -07:00
Pascal Massimino
22c36dd464
Merge "remove tuple from 'sad_test.cc'"
2016-07-16 03:56:10 +00:00
James Zern
037a50ed36
vp9_error_block_test: simplify fn wrapper generation
...
Change-Id: I1f1d396b9456e52e863c4c75f23c3d17420668b4
2016-07-15 20:27:45 -07:00
skal
3fc29ae3ee
remove tuple from 'sad_test.cc'
...
+ general clean-up
Change-Id: Ib9dca3d1a3b7f0c1bedef2a26c9ff5ae1c289e8a
2016-07-15 19:52:56 -07:00
clang-format
81a6739533
vp8: apply clang-format
...
Change-Id: I7605b6678014a5426ceb45c27b54885e0c4e06ed
2016-07-15 19:28:44 -07:00
James Zern
65daa41378
add .clang-format, based on Google style
...
derived from clang-format 3.7.1; same as used in libaom
Change-Id: I8ea915a41d1f2ea3b0d4e4dab9ebc808e9116f11
2016-07-15 19:26:24 -07:00
James Bankoski
ce6678fdc9
Merge "addnoise : clear out static size for generated noise"
2016-07-16 01:48:07 +00:00
Jim Bankoski
cb957c302a
addnoise : clear out static size for generated noise
...
Change-Id: I5d4343f2da9cd4b01dd37be7a048d159fec109d1
2016-07-15 15:52:45 -07:00
Jim Bankoski
da1bda0fb2
vp9_postproc.c : unused variable if not vp9_highbitdepth.
...
Change-Id: Ib89b128f23767934c40b5add3fcf9dbd875e82f9
2016-07-15 15:04:57 -07:00
James Bankoski
302e425453
Merge "postproc : fix function parameters for noise functions."
2016-07-15 17:33:53 +00:00
Jim Bankoski
0dc69c70f7
postproc : fix function parameters for noise functions.
...
Change-Id: I582b6307f28bfc987dcf8910379a52c6f679173c
2016-07-15 08:27:34 -07:00
James Zern
60ada7edb4
Merge "variance_test partial clean-up"
2016-07-15 07:31:30 +00:00
skal
f993ed5c86
variance_test partial clean-up
...
remove some (but not all yet!) tuple mis-use, and revamp the code a lot.
Factorize some common chores into MainTestClass.
Change-Id: Ia14f3924140e8545e4f10d0504475681baae8336
2016-07-14 22:06:44 +00:00
James Zern
6d2b79e3a2
Merge "vp9_intrapred_test: follow-up cleanup"
2016-07-14 19:48:52 +00:00
James Zern
a07bb84215
gtest-all.cc: quiet an unused variable warning
...
under windows / mingw builds
Change-Id: I93f9a5df77cea0c28d4afb272abcde5a9732e355
2016-07-13 18:36:17 -07:00
skal
3386ca7496
vp9_intrapred_test: follow-up cleanup
...
address few comments from ce050afaf3
Change-Id: I5d8fc9dab35c4ee5ec3671134c4eef4ec241e309
2016-07-14 00:40:55 +00:00
James Bankoski
7eec1f31b5
Merge "postproc: noise style fixes."
2016-07-13 22:04:47 +00:00
Hui Su
8dd3bef7ef
Merge "Revert "Eliminate isolated and small tail coefficients:""
2016-07-13 21:30:12 +00:00
Pascal Massimino
8c7751e1c2
Merge "clean-up vp9_intrapred_test"
2016-07-13 21:26:15 +00:00
Yaowu Xu
d6197b621d
Merge "Fix encoder crashes for odd size input"
2016-07-13 20:05:09 +00:00
Jim Bankoski
e736691a6d
postproc: noise style fixes.
...
Change-Id: Ifdcb36b8e77b65faeeb10644256e175acb32275d
2016-07-13 12:39:01 -07:00
skal
ce050afaf3
clean-up vp9_intrapred_test
...
remove tuple and overkill VP9IntraPredBase class.
Change-Id: I85b85bdd33d7fe417895e75f77db219f713dfea3
2016-07-13 18:16:32 +00:00
hui su
248f6ad771
Revert "Eliminate isolated and small tail coefficients:"
...
This reverts commit ff19cdafdb
.
Change-Id: I81f68870ca27a1ff683ee22090530b6997815fb2
2016-07-13 11:14:44 -07:00
Jingning Han
fed14a3e94
Merge "Disable trellis optimization when lossless is on"
2016-07-13 16:01:01 +00:00
James Bankoski
e93f2fdb83
Merge "postproc - move filling of noise buffer to vpx_dsp."
2016-07-13 15:31:17 +00:00
Jim Bankoski
2ca24b0075
postproc - move filling of noise buffer to vpx_dsp.
...
Change-Id: I63ba35dc0ae9286c9812367a531e01d79a4c1635
2016-07-13 07:35:25 -07:00
Jim Bankoski
b24373fec2
deblock: missing const on extern const.
...
Change-Id: I0df08f7c431daf939e266f008bf5158b0c97358b
2016-07-13 07:27:29 -07:00
Jim Bankoski
6f424a768e
vp9_postproc.c missing extern.
...
BUG=webm:1256
Change-Id: I5271e71bc53cce033fb906040643dcdd5ccb2381
2016-07-12 17:47:49 -07:00
James Zern
6a3ff0b617
Merge changes from topic 'webp-thread-update'
...
* changes:
vpx_thread: use CreateThread for windows phone
vpx_thread: use WaitForSingleObjectEx if available
vpx_thread: use InitializeCriticalSectionEx if available
vpx_thread: use native windows cond var if available
vpx_thread.[hc]: update webp source reference
2016-07-13 00:08:05 +00:00
Yaowu Xu
98431cde07
Fix encoder crashes for odd size input
...
Change-Id: Id5c30c419282369cc8c3280d9a70b34a859a71d8
2016-07-12 11:11:26 -07:00
Jacky Chen
19c157afe2
Merge "vp9 svc: Reuse scaled_temp in two stage downscaling."
2016-07-12 17:59:09 +00:00
JackyChen
110a2ddc9b
vp9 svc: Reuse scaled_temp in two stage downscaling.
...
This change eliminates redundant computation in the two stage
downscaling, which saves ~1% encoding time in 3-layer svc encoding.
Change-Id: Ib4b218811b68499a740af1f9b7b5a5445e28d671
2016-07-12 10:09:55 -07:00
Jingning Han
efccbc9fb5
Disable trellis optimization when lossless is on
...
Disable trellis coefficient optimization when the lossless mode
is turned on.
Change-Id: I9001bf626e86dc3c8c32331ede04fd39036e5f7c
2016-07-12 09:00:16 -07:00
Jim Bankoski
88e6951465
deblock filter : moved from vp8 code branch
...
The deblocking filters used in vp8 have been moved to vpx_dsp for
use by both vp8 and vp9.
Change-Id: I5209d76edafc894b550f751fc76d3aa6799b392d
2016-07-12 05:53:00 -07:00
James Zern
45ed7effed
Merge "remove *debugmodes.c from the default build"
2016-07-11 23:49:29 +00:00
Scott LaVarnway
2e93fcf893
Merge "vp9_rd_pick_intra_mode_sb(): set interp_filter to"
2016-07-11 22:31:06 +00:00
Scott LaVarnway
ed7786869a
vp9_rd_pick_intra_mode_sb(): set interp_filter to
...
SWITCHABLE_FILTERS. This is a partial fix for the build
issues with Change 357240.
Change-Id: I4e507c196175bae729a4f1397878ec8776b0146c
2016-07-09 09:47:34 -07:00
Yaowu Xu
5adb43b8be
Fix non-highbitdepth coding path for HBD build
...
Change-Id: I38eb42b8d051924a7cd1ccc3421a4057cf6e170f
2016-07-08 11:26:34 -07:00
Marco Paniconi
20946cdd3b
Merge "vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr."
2016-07-08 16:26:06 +00:00
Yaowu Xu
dc008cc17d
Merge "Enable HBD support in real time encoding path"
2016-07-07 22:32:48 +00:00
Marco
cc431ad50a
vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr.
...
Modify the gfu_boost and af_ratio setting based on the
average frame motion level.
Change only affects 1 pass vbr.
Metrics overall positive on ytlive set.
On average up by ~1%, several clips up by 2-4%.
Change-Id: Ic18c49eb2df74cb4986b63cdb11be36d86ab5e8d
2016-07-07 15:18:14 -07:00
Marco Paniconi
a75965fa94
Merge "vp9: Adjustment to mv bias for non-rd pickmode."
2016-07-07 21:07:37 +00:00
Jingning Han
2f28f9072e
Enable coeff optimization for intra modes
...
This further improves the coding performance by
lowres 0.3%
midres 0.5%
hdres 0.6%
Change-Id: I6a03b6da210b9cbc261474bad4a103e0ba021c68
2016-07-07 12:25:41 -07:00
Jingning Han
44354ee7bf
Use precise context to estimate coeff rate cost
...
Use the precise context to estimate the zero token cost in trellis
optimization process. This improves the speed 0 coding performance
by 0.15% for lowres and 0.1% for midres. It improves the speed 1
coding performance by 0.2% for midres and hdres.
Change-Id: I59c7c08702fc79dc4f8534b64ca594da909e2c91
2016-07-07 12:25:33 -07:00
Jingning Han
62aa642d71
Enable uniform quantization with trellis optimization in speed 0
...
This commit allows the inter prediction residual to use uniform
quantization followed by trellis coefficient optimization in
speed 0. It improves the coding performance by
lowres 0.79%
midres 1.07%
hdres 1.44%
Change-Id: I46ef8cfe042a4ccc7a0055515012cd6cbf5c9619
2016-07-07 12:25:33 -07:00
Jingning Han
541eb78994
Refactor coeff_cost() function
...
Move the operations that update the context buffers outside this
function. The coeff_cost() takes all input as const value and returns
the coefficient cost.
This makes preparation for the next coefficient optimization CLs.
Change-Id: I850eec6e5470b91ea84646ff26b9231b09f70a0c
2016-07-07 18:09:39 +00:00
Jingning Han
7c1fdf02cd
Merge "Support measure distortion in the pixel domain"
2016-07-07 18:09:20 +00:00
Marco
f451b404ea
vp9: Adjustment to mv bias for non-rd pickmode.
...
Replace the existing mv bias with a bias only for
NEWMV, and based on the motion vector difference of
its top/left neighbors.
For cbr non-screen-content mode.
Change-Id: I8a8cf56347cfa23e9ffd8ead69eec8746c8f9e09
2016-07-07 10:33:06 -07:00