John Koleszar
597d02b508
Merge "Dont pick encoder filter level when loopfilter is disabled."
2011-02-18 05:26:23 -08:00
Attila Nagy
fb5a692d27
Reinitialize quantizer only when any delta is changing
...
No need to reinitialize for base Q changes.
Change-Id: Ie76ec21dd3c5582d5183dbed75ed73a1eed3e291
2011-02-18 14:23:37 +02:00
Attila Nagy
c6ef75690f
Dont pick encoder filter level when loopfilter is disabled.
...
Change-Id: I58154faf4f3ece24f9927a5c3ab7e830e0887fb6
2011-02-18 08:53:00 +02:00
John Koleszar
f13212b728
Merge remote branch 'internal/upstream' into HEAD
2011-02-18 00:05:13 -05:00
John Koleszar
95a86dd007
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-18 00:05:13 -05:00
John Koleszar
4fafc4d985
Merge remote branch 'origin/master' into experimental
...
Change-Id: I8999a33db82d38eb85482f3c423db238d6ee3ed9
2011-02-18 00:05:11 -05:00
John Koleszar
b2ae57f1b6
Merge "Use endian-neutral bitstream packing/unpacking"
2011-02-17 12:34:16 -08:00
John Koleszar
562f1470ce
Use endian-neutral bitstream packing/unpacking
...
Eliminate unnecessary checks on target endianness and associated
macros.
Change-Id: I1d4e6a9dcee9bfc8940c8196838d31ed31b0e4aa
2011-02-17 15:20:53 -05:00
John Koleszar
ac10665ad8
Merge "Removed unused vp8_recon_intra4x4mb function"
2011-02-17 11:30:13 -08:00
Scott LaVarnway
07f7b66fae
Removed unused vp8_recon_intra4x4mb function
...
Change-Id: I4a328ce152d9dbe6b0d1606d1b523e8e7bfb468e
2011-02-17 13:34:38 -05:00
John Koleszar
c351aa7f1b
Merge "Fix relative include paths"
2011-02-17 04:13:44 -08:00
John Koleszar
c88dbb2dce
Merge remote branch 'internal/upstream' into HEAD
2011-02-17 00:05:14 -05:00
John Koleszar
eb6d3a1ead
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-17 00:05:14 -05:00
John Koleszar
1293116895
Merge remote branch 'origin/master' into experimental
...
Change-Id: I3efb725e4da4e7c75b2512b80db6af51dec51f79
2011-02-17 00:05:13 -05:00
James Zern
f42d52e6bd
documentation: minor cosmetics
...
- correct spelling
- remove explicit file name w/\file (unnecessary when contained in the
same file and prone to desync)
Change-Id: I68a3960ac5ab84d0f2e5c9b2e29799f26dfccf23
2011-02-16 17:59:33 -08:00
Yunqing Wang
da9402fbf6
Merge "Allocate source buffers to be multiples of 16"
2011-02-16 11:35:06 -08:00
Yunqing Wang
da227b901d
Allocate source buffers to be multiples of 16
...
Currently, when the video frame width is not multiples of 16, the
source buffer has a stride of non-multiples of 16, which forces
an unaligned load in SAD function and hurts the performance. To
avoid that, this change allocates source buffers to be multiples
of 16.
Change-Id: Ib7506e3eb2cea06657d56be5a899f38dfe3eeb39
2011-02-16 12:57:17 -05:00
Johann
0c2cfff9b0
Merge "ARMv6 optimized sad16x16"
2011-02-16 05:22:38 -08:00
John Koleszar
e786bd3a01
Merge remote branch 'internal/upstream' into HEAD
2011-02-16 00:05:13 -05:00
John Koleszar
46fa176b8d
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-16 00:05:13 -05:00
John Koleszar
9e95a1a0cd
Merge remote branch 'origin/master' into experimental
...
Change-Id: If846b0e4ec862b54b98d08608f4b5f9a7b7f94ef
2011-02-16 00:05:10 -05:00
James Zern
0030303b69
Remove redundant ptr checks in calls to vpx_free
...
vpx_free if used contains this check. If replaced, well behaved free
will behave similarly.
Change-Id: I25483aaa8b39255b9a8cf388d6e5eaa20a908ae1
2011-02-15 12:43:35 -08:00
John Koleszar
c6ea558c05
Merge remote branch 'internal/upstream' into HEAD
2011-02-15 00:05:39 -05:00
John Koleszar
cf8aa08348
Merge remote branch 'origin/master' into experimental
...
Change-Id: I4b1a7a2ad0d62bdcabfed66c9dfdbe9b6bfa8b5e
2011-02-15 00:05:29 -05:00
Yunqing Wang
7725a7eb56
Merge "Improve vp8_sad16x16_sse3 function"
2011-02-14 14:09:25 -08:00
Yaowu Xu
27dad21548
Merge "Improved vp8_rd_pick_intra_mbuv_mode"
2011-02-14 13:58:12 -08:00
Scott LaVarnway
94d4fee08f
Improved vp8_rd_pick_intra_mbuv_mode
...
Eliminated unnecessary calculations. Very small change
to performance.
Change-Id: Ib7213d43c64e36955177c4d47950ff472266f822
2011-02-14 16:34:33 -05:00
Yunqing Wang
2debd5b5f7
Improve vp8_sad16x16_sse3 function
...
In real-time mode, vp8_sad16x16 function is called heavily in
motion search part. Improvement of this function gives 1.2%
encoding performance gain (real-time mode, tulip clip).
Change-Id: I23c401fc40c061f732a9767e8d383737a179bd58
2011-02-14 16:23:49 -05:00
Yaowu Xu
404e998eb7
Merge "mem leak fix for cpi->tplist"
2011-02-14 11:29:22 -08:00
James Berry
d3dfcde0f7
mem leak fix for cpi->tplist
...
checks added to make sure that cpi->tplist
is freed correctly in vp8_dealloc_compressor_data
and vp8_alloc_compressor_data.
Change-Id: I66149dbbd25c958800ad94f4379d723191d9680d
2011-02-14 14:02:52 -05:00
Scott LaVarnway
d419b93e3e
Improved rd_pick_intra4x4block
...
Eliminated unnecessary calculations. Improved performance
by 10% on keyframes and 1.6% overall for the test clip used.
Change-Id: I87671b26af5e2cc439e81d0fee3b15c7cd2a3309
2011-02-14 13:32:58 -05:00
Johann
0ff10bb1f7
Merge "remove assembly detokenizer"
2011-02-14 05:10:16 -08:00
John Koleszar
e15004f32e
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-13 00:05:14 -05:00
John Koleszar
1f8e42e7b8
Merge remote branch 'internal/upstream' into HEAD
2011-02-12 00:05:14 -05:00
John Koleszar
a99e5dccaa
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-12 00:05:14 -05:00
John Koleszar
70dc0ed003
Merge remote branch 'origin/master' into experimental
...
Change-Id: I1cd33708d12bd51dfd1e78db4a7500653abc53c9
2011-02-12 00:05:11 -05:00
Johann
bb6bcbccda
remove assembly detokenizer
...
hasn't been kept up to date. remove it to avoid confusion.
Change-Id: I52ffde19b59fec5c7a381299ca2e85cb38330be7
2011-02-11 11:09:00 -05:00
Yunqing Wang
353246bd60
Merge "Add improved_mv_pred flag in real-time mode"
2011-02-11 07:20:17 -08:00
Yunqing Wang
9d0b2cbbce
Add improved_mv_pred flag in real-time mode
...
As mentioned in check-in "Improve motion search in real-time mode",
MV prediction calculation causes speed loss for speed 7 and above.
This change added a flag to turn off this calculation for speed>6
in real-time mode.
Change-Id: I9f4ae5a8bf449222d1784b54e7d315fc8347b2d1
2011-02-11 09:59:41 -05:00
Tero Rintaluoma
1ef86980b9
ARMv6 optimized sad16x16
...
Adds a new ARMv6 optimized function vp8_sad16x16_armv6 to encoder.
Change-Id: Ibbd7edb8b25cb7a5b522d391b1e9a690fe150e57
2011-02-11 11:14:07 +02:00
Yaowu Xu
4f8a166058
Merge "Redefining good quality speed settings"
2011-02-10 21:38:19 -08:00
John Koleszar
64aebb6c7a
Merge remote branch 'internal/upstream' into HEAD
2011-02-11 00:05:19 -05:00
John Koleszar
b25ebeabeb
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-11 00:05:18 -05:00
John Koleszar
809dae2458
Merge remote branch 'origin/master' into experimental
...
Change-Id: Icf1a7c61a3b07da2ccfd94bca9e8810c01e46b2c
2011-02-11 00:05:14 -05:00
Yunqing Wang
6f53e59641
Merge "Improve motion search in real-time mode"
2011-02-10 12:42:44 -08:00
John Koleszar
02321de0f2
Fix relative include paths
...
Allow compiling without adding vp8/{common,encoder,decoder} to the
include paths.
Change-Id: Ifeb5dac351cdfadcd659736f5158b315a0030b6c
2011-02-10 15:09:44 -05:00
John Koleszar
ec3b8f1f32
Merge remote branch 'internal/upstream' into HEAD
...
Conflicts:
vp8/decoder/onyxd_int.h
Change-Id: Id9aa577f03e37b4f406ba3b593c3c4330812a49e
2011-02-10 14:26:40 -05:00
Yunqing Wang
41e6eceb28
Improve motion search in real-time mode
...
Applied better MV prediction in real-time mode, which improves
the encoding quality.
Used quarter-pixel search instead of iterative sub-pixel search
for speed >=5 to improve encoding performance.
Tests on the test set showed:
1. For speed=-5, quality improvement: 1.7% on AvgPSNR and 2.1%
on SSIM, performance improvement: 3.6% (This counts in the
performance lose caused by MV prediction calculation in "Improve
MV prediction in vp8_pick_inter_mode() for speed>3").
2. For speed=-8, quality improvement: 2.1% on AvgPSNR and 2.5%
on SSIM. but, 6.9% performance decrease because of MV prediction
calculation. This should be improved later.
Change-Id: I349a96c452bd691081d8c8e3e54419e7f477bebd
2011-02-10 13:40:24 -05:00
Johann
7d8199f0c3
Merge "Adds armv6 optimized variance calculation"
2011-02-10 06:06:46 -08:00
John Koleszar
dc0aca14b5
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-02-10 00:05:13 -05:00