platform/upstream/libvpx.git
11 years agodefine a specific neighborhood for SB64 mv search
Yaowu Xu [Wed, 27 Mar 2013 18:07:44 +0000 (11:07 -0700)]
define a specific neighborhood for SB64 mv search

Change-Id: Ifda91d697c5970c65ce3ec1feac5562124f91782

11 years agoMerge "Motion vector code cleanup." into experimental
Dmitry Kovalev [Tue, 19 Mar 2013 18:17:22 +0000 (11:17 -0700)]
Merge "Motion vector code cleanup." into experimental

11 years agoChanges to rd error_per_bit calculation.
Paul Wilkins [Thu, 7 Mar 2013 15:02:57 +0000 (15:02 +0000)]
Changes to rd error_per_bit calculation.

Specifically changes to retain more precision
especially at low Q through to the point of use.

Change-Id: Ief5f010f2ca4daaabef49520e7edb46c35daf397

11 years agoMerge "Fix ENTROPY_STATS code in vp9_tokenize.c." into experimental
Ronald S. Bultje [Mon, 18 Mar 2013 22:58:33 +0000 (15:58 -0700)]
Merge "Fix ENTROPY_STATS code in vp9_tokenize.c." into experimental

11 years agoFix ENTROPY_STATS code in vp9_tokenize.c.
Ronald S. Bultje [Mon, 18 Mar 2013 21:39:36 +0000 (14:39 -0700)]
Fix ENTROPY_STATS code in vp9_tokenize.c.

Change-Id: I9b4cb1e2ce6c6a99cffd473ff2fa7579bd318fcd

11 years agoOptimize 8x8 idct function
Yunqing Wang [Fri, 15 Mar 2013 18:33:10 +0000 (11:33 -0700)]
Optimize 8x8 idct function

Wrote sse2 functions of vp9_short_idct8x8 and vp9_short_idct10_8x8.
Compared to c version, the sse2 version is 2X faster. The decoder
test didn't show noticeable gain since 8x8 idct doesn't take much
of decoding time (less than 1% in my test).

Change-Id: I56313e18cd481700b3b52c4eda5ca204ca6365f3

11 years agoVP9/ResizeInternalTest: adjust passing threshold
John Koleszar [Mon, 18 Mar 2013 22:17:45 +0000 (15:17 -0700)]
VP9/ResizeInternalTest: adjust passing threshold

Update to +/- 1dB.

Change-Id: Idada001f261b36945c9334e288a415ee2c79c415

11 years agoMerge "Replace scaling byte with explicit display size" into experimental
John Koleszar [Mon, 18 Mar 2013 20:02:07 +0000 (13:02 -0700)]
Merge "Replace scaling byte with explicit display size" into experimental

11 years agoReplace scaling byte with explicit display size
John Koleszar [Thu, 14 Mar 2013 21:36:08 +0000 (14:36 -0700)]
Replace scaling byte with explicit display size

If the intended display size is different than the size the frame is
coded at, then send that size explicitly in the bitstream. Adds a new
bit to the frame header to indicate whether the extra size fields
are present.

Change-Id: I525c66f22d207efaf1e5f903c6a2a91b80245854

11 years agoMerge "Adapt ARNR filter length and strength." into experimental
Paul Wilkins [Mon, 18 Mar 2013 19:00:39 +0000 (12:00 -0700)]
Merge "Adapt ARNR filter length and strength." into experimental

11 years agoMerge "Fix pulsing issue with scaling" into experimental
John Koleszar [Mon, 18 Mar 2013 18:57:36 +0000 (11:57 -0700)]
Merge "Fix pulsing issue with scaling" into experimental

11 years agoMerge "Add VP9_GET_REFERENCE control" into experimental
John Koleszar [Mon, 18 Mar 2013 18:57:31 +0000 (11:57 -0700)]
Merge "Add VP9_GET_REFERENCE control" into experimental

11 years agoAdapt ARNR filter length and strength.
Paul Wilkins [Mon, 18 Mar 2013 16:17:04 +0000 (16:17 +0000)]
Adapt ARNR filter length and strength.

Adjust the filter length and strength for each
ARF group based on a measure of difficulty (the boost)
and the active q range.

Remove lower limit on RDMULT value.

Average gains on the different sets in range 0.4%-0.9%.
However the ARNR changes give a very big boost on a
few clips.

Eg. Soccer ~5%, in derf set and Cyclist ~ 10% in the std-hd set

Change-Id: I2078d78798e27ad2bcc2b32d703ea37b67412ec4

11 years agoMerge "put refmvselection under experiment" into experimental
Yaowu Xu [Mon, 18 Mar 2013 15:51:33 +0000 (08:51 -0700)]
Merge "put refmvselection under experiment" into experimental

11 years agoMerge "removed reference to "LLM" and "x8"" into experimental
Yaowu Xu [Mon, 18 Mar 2013 15:51:19 +0000 (08:51 -0700)]
Merge "removed reference to "LLM" and "x8"" into experimental

11 years agoMerge "Remove some unused rate control variables" into experimental
John Koleszar [Mon, 18 Mar 2013 15:36:23 +0000 (08:36 -0700)]
Merge "Remove some unused rate control variables" into experimental

11 years agoMerge "Fix use of NaN in firstpass" into experimental
John Koleszar [Mon, 18 Mar 2013 15:36:18 +0000 (08:36 -0700)]
Merge "Fix use of NaN in firstpass" into experimental

11 years agoMerge "Context-pred fix to not use top/left on edges" into experimental
Deb Mukherjee [Sun, 17 Mar 2013 02:09:25 +0000 (19:09 -0700)]
Merge "Context-pred fix to not use top/left on edges" into experimental

11 years agoContext-pred fix to not use top/left on edges
Deb Mukherjee [Sat, 16 Mar 2013 16:26:52 +0000 (09:26 -0700)]
Context-pred fix to not use top/left on edges

This fix resolves some of the mismatch issues being seen
recently. While this is the right thing to do when tiling
is used for this experiment, it is not the underlying cause
of the the mismatches.
Something else is causing writing outside of the allowable
frame area in the encoder leading to this mismatch.

Change-Id: If52c6f67555aa18ab8762865384e323b47237277

11 years agoRemove some unused rate control variables
John Koleszar [Sat, 16 Mar 2013 00:37:01 +0000 (17:37 -0700)]
Remove some unused rate control variables

These variables are unused, and are subject to overflowing, causing
assertions when built with -ftrapv.

Change-Id: Ia00a3201af309906c05bcd4b23a643925ed6ea86

11 years agoFix use of NaN in firstpass
John Koleszar [Sat, 16 Mar 2013 00:26:24 +0000 (17:26 -0700)]
Fix use of NaN in firstpass

If the second reference is better than the first in the long term,
it was possible to try to take the fractional exponent of a
negative number, giving an undefined result.

Change-Id: I1dd08286747ceae960eb03bb5d98a383cc9d253b

11 years agoMerge "Cleaning up frame decoding functionality." into experimental
John Koleszar [Sat, 16 Mar 2013 00:44:32 +0000 (17:44 -0700)]
Merge "Cleaning up frame decoding functionality." into experimental

11 years agoFaster vp9_short_fdct16x16.
Christian Duvivier [Fri, 15 Mar 2013 22:50:55 +0000 (15:50 -0700)]
Faster vp9_short_fdct16x16.

Scalar path is about 1.5x faster (3.1% overall encoder speedup).
SSE2 path is about 7.2x faster (7.8% overall encoder speedup).

Change-Id: I06da5ad0cdae2488431eabf002b0d898d66d8289

11 years agoMotion vector code cleanup.
Dmitry Kovalev [Fri, 15 Mar 2013 20:16:58 +0000 (13:16 -0700)]
Motion vector code cleanup.

Moving identical code to separate functions, variable declaration and
initialization on the same line.

Change-Id: Ifa6474a64189f9d8051e88e19850453b0227752c

11 years agoMerge "force lossless coding at very high quality end" into experimental
Yaowu Xu [Fri, 15 Mar 2013 02:05:17 +0000 (19:05 -0700)]
Merge "force lossless coding at very high quality end" into experimental

11 years agoMerge "Remove leftover reference to 2nd order dc/ac quant" into experimental
Yaowu Xu [Fri, 15 Mar 2013 02:05:11 +0000 (19:05 -0700)]
Merge "Remove leftover reference to 2nd order dc/ac quant" into experimental

11 years agoCleaning up frame decoding functionality.
Dmitry Kovalev [Thu, 14 Mar 2013 19:31:54 +0000 (12:31 -0700)]
Cleaning up frame decoding functionality.

Change-Id: I25424904fb8541fc19d00d9fbc592379374b98c0

11 years agoforce lossless coding at very high quality end
Yaowu Xu [Thu, 14 Mar 2013 19:31:27 +0000 (12:31 -0700)]
force lossless coding at very high quality end

Change-Id: I75fc4eee10bee9efd419d248827290cce8e6d637

11 years agoRemove leftover reference to 2nd order dc/ac quant
Yaowu Xu [Thu, 14 Mar 2013 17:46:15 +0000 (10:46 -0700)]
Remove leftover reference to 2nd order dc/ac quant

Change-Id: Ib8dacf1d2797743569771b8f699e40e1aeb085cb

11 years agoFix pulsing issue with scaling
John Koleszar [Thu, 14 Mar 2013 00:09:05 +0000 (17:09 -0700)]
Fix pulsing issue with scaling

Updates the YV12_BUFFER_CONFIG structure to be crop-aware. The
exiting width/height parameters are left unchanged, storing the
width and height algined to a 16 byte boundary. The cropped
dimensions are added as new fields.

This fixes a nasty visual pulse when switching between scaled and
unscaled frame dimensions due to a mismatch between the scaling
ratio and the 16-byte aligned sizes.

Change-Id: Id4a3f6aea6b9b9ae38bdfa1b87b7eb2cfcdd57b6

11 years agoAdd VP9_GET_REFERENCE control
John Koleszar [Wed, 13 Mar 2013 19:15:43 +0000 (12:15 -0700)]
Add VP9_GET_REFERENCE control

This is like VP8_COPY_REFERENCE, but returns a pointer to the reference
frame rather than a copy of it. This is useful when the application
doesn't know what the size of the reference is, as is the case when
scaling is in effect.

Change-Id: I63667109f65510364d0e397ebe56217140772085

11 years agoSupport +/-2048 motion vector coding
Jingning Han [Tue, 12 Mar 2013 04:51:00 +0000 (21:51 -0700)]
Support +/-2048 motion vector coding

Enable entropy coding of motion vectors up to +/-2048. Also
extend the motion search range accordingly.

Change-Id: Iac2bb015e8934521cef83a19edbe967d9f097436

11 years agoput refmvselection under experiment
Yaowu Xu [Tue, 12 Mar 2013 23:49:15 +0000 (16:49 -0700)]
put refmvselection under experiment

and turn the experiment off by default.

Change-Id: If9e684aa6cc49eacd39f36645a110a447e38d2de

11 years agoremoved reference to "LLM" and "x8"
Yaowu Xu [Tue, 12 Mar 2013 18:24:04 +0000 (11:24 -0700)]
removed reference to "LLM" and "x8"

The commit changed the name of files and function to remove obselete
reference to LLM and x8.

Change-Id: I973b20fc1a55149ed68b5408b3874768e6f88516

11 years agofix superframe index marker masks
John Koleszar [Wed, 13 Mar 2013 02:03:05 +0000 (19:03 -0700)]
fix superframe index marker masks

The superframe index marker byte carries data in the lower 5 bits. Only the
upper 3 should be used as part of the mask to detect it. By masking with
0xf0, the previous code was incorrect for frames over 65k bytes.

Change-Id: I6248889f5af227457f359a56b2348ef6db87a3b4

11 years agofix superframe index with lagged encoding
John Koleszar [Tue, 12 Mar 2013 23:33:38 +0000 (16:33 -0700)]
fix superframe index with lagged encoding

If a superframe (ARF) is generated while flushing the lagged frames
at the end of the clip, the buffer pointer wasn't being properly
updated to account for the size of the index, causing the next
frame to overwrite the index on the previous frame.

Change-Id: Ib158cc8e4183d663bdfb9ba002dd4c98916abdc9

11 years agoMerge "disambiguate superframe index in vp9_stop_encode()" into experimental
Paul Wilkins [Tue, 12 Mar 2013 23:00:30 +0000 (16:00 -0700)]
Merge "disambiguate superframe index in vp9_stop_encode()" into experimental

11 years agodisambiguate superframe index in vp9_stop_encode()
John Koleszar [Tue, 12 Mar 2013 21:30:18 +0000 (14:30 -0700)]
disambiguate superframe index in vp9_stop_encode()

If the bool-coded partition naturally ends in a byte that matches the
superframe index marker, it could lead to a parse error. This commit
ensures that if such a marker is seen, it is padded out with an
additional zero byte to disambiguate it.

Change-Id: Id977de05745b6fa9ef08afb71e210a2a3ecca02e

11 years agoMerge "Change buffer update rules on ARF overlay." into experimental
Paul Wilkins [Tue, 12 Mar 2013 18:07:20 +0000 (11:07 -0700)]
Merge "Change buffer update rules on ARF overlay." into experimental

11 years agoMerge "Fix typo in comment for number of extra bits for cat6 tokens." into experimental
Ronald S. Bultje [Tue, 12 Mar 2013 17:45:12 +0000 (10:45 -0700)]
Merge "Fix typo in comment for number of extra bits for cat6 tokens." into experimental

11 years agoMerge "fix an assumption about uv_stride" into experimental
John Koleszar [Tue, 12 Mar 2013 17:44:31 +0000 (10:44 -0700)]
Merge "fix an assumption about uv_stride" into experimental

11 years agoFix typo in comment for number of extra bits for cat6 tokens.
Ronald S. Bultje [Mon, 11 Mar 2013 16:20:57 +0000 (09:20 -0700)]
Fix typo in comment for number of extra bits for cat6 tokens.

Change-Id: I07ddf3be8bc5d6c2eb561d4241879777c315b183

11 years agoMerge "Changes to maximum gf/arf interval." into experimental
Paul Wilkins [Tue, 12 Mar 2013 16:59:43 +0000 (09:59 -0700)]
Merge "Changes to maximum gf/arf interval." into experimental

11 years agoChange buffer update rules on ARF overlay.
Paul Wilkins [Tue, 12 Mar 2013 15:33:40 +0000 (15:33 +0000)]
Change buffer update rules on ARF overlay.

When coding the frame that corresponds to the midpoint frame
defining an ARF, do not update the last reference frame buffer.
Previously this buffer was updated meaning that when coding the next
ARF all the reference buffers were the same (or nearly so).
Turning the update off means that the frame before is still available
as an alternative predictor and for use in compound prediction.

Also fixed inconsistency in test for mismatch (patch from JK).

Net average gains (derf 0.049, yt 0.163, yt-hd 0.207, std-hd 0.286)

Change-Id: Ifee21da21ccbb1648ac2eafe890d3ce60562c7bc

11 years agofix an assumption about uv_stride
John Koleszar [Tue, 12 Mar 2013 15:44:53 +0000 (08:44 -0700)]
fix an assumption about uv_stride

Use the uv_stride from the framebuffer rather than deriving it from the
y_stride.

Change-Id: I94581cb741539d094ff062b3d008235556903b8c

11 years agoMerge "Code cleanup." into experimental
Dmitry Kovalev [Tue, 12 Mar 2013 00:22:21 +0000 (17:22 -0700)]
Merge "Code cleanup." into experimental

11 years agoCode cleanup.
Dmitry Kovalev [Tue, 12 Mar 2013 00:02:27 +0000 (17:02 -0700)]
Code cleanup.

Removing redundant code, introducing new functions for better
decomposition, adding 'clamp' function to vp9_common.h.

Change-Id: Ic3b8ca13bbc38f60f0c9c43910b5802005e31aaf

11 years agoMerge "Reinitialize motion search tables on frame size change" into experimental
John Koleszar [Mon, 11 Mar 2013 23:32:03 +0000 (16:32 -0700)]
Merge "Reinitialize motion search tables on frame size change" into experimental

11 years agoMerge "Add 'superframe' index" into experimental
John Koleszar [Mon, 11 Mar 2013 23:31:48 +0000 (16:31 -0700)]
Merge "Add 'superframe' index" into experimental

11 years agoMerge "Update ResizeInternalTest threshold" into experimental
John Koleszar [Mon, 11 Mar 2013 23:18:36 +0000 (16:18 -0700)]
Merge "Update ResizeInternalTest threshold" into experimental

11 years agoChanges to maximum gf/arf interval.
Paul Wilkins [Wed, 6 Mar 2013 11:33:43 +0000 (11:33 +0000)]
Changes to maximum gf/arf interval.

This patch puts in an adjustment to the maximum gf/arf
interval based on the active q range.  It sets a fixed
baseline maximum of 16 but can drop this down to 12 at
lower q. This required some re-ordering in the first pass
code to insure we have a Q range estimate before defining
the first gf sequence.

The main gains seed are int he STD hd set on 50fps clips
where previously the interval could rise as high as 25.
On the std hd clip the gains are around 2.8% with limit set
to 300 frames.

When combined with the one shot rate control flags we get
combined of:

derf 1.55% (limit300), yt 7.25%, hd 5.17% std-hd 5.84% (limit300)

Change-Id: Ib380d51354511f2ff0f171a8df4e74291c0421f9

11 years agoFix vp9_tree_probs_from_distribution with CONFIG_CODE_NONZEROCOUNT
John Koleszar [Mon, 11 Mar 2013 18:03:36 +0000 (11:03 -0700)]
Fix vp9_tree_probs_from_distribution with CONFIG_CODE_NONZEROCOUNT

The automatic merge result was incomplete.

Change-Id: I8976318bfc346d867660a013a302c80edb25fc29

11 years agoMerge "Simplify vp9_adapt_nmv_probs" into experimental
John Koleszar [Mon, 11 Mar 2013 16:57:53 +0000 (09:57 -0700)]
Merge "Simplify vp9_adapt_nmv_probs" into experimental

11 years agoSimplify vp9_adapt_nmv_probs
John Koleszar [Mon, 11 Mar 2013 16:34:05 +0000 (09:34 -0700)]
Simplify vp9_adapt_nmv_probs

Remove the temporary branch count arrays and build the adapted probabilities
while walking the tree. Gives an additional 1.5% or so on CIF.

Change-Id: I875d61e5e0ec778e5d2f7f9d0837b989a91cf3a3

11 years agoMerge "Minor optimization in mv entropy adaptation" into experimental
Deb Mukherjee [Mon, 11 Mar 2013 16:43:54 +0000 (09:43 -0700)]
Merge "Minor optimization in mv entropy adaptation" into experimental

11 years agoMerge "Optimize vp9_tree_probs_from_distribution" into experimental
John Koleszar [Mon, 11 Mar 2013 16:32:11 +0000 (09:32 -0700)]
Merge "Optimize vp9_tree_probs_from_distribution" into experimental

11 years agoMinor optimization in mv entropy adaptation
Deb Mukherjee [Mon, 11 Mar 2013 15:49:14 +0000 (08:49 -0700)]
Minor optimization in mv entropy adaptation

Adds a check to exit from the increment_nmv_count function when the
increment is 0.

Change-Id: I99c1e342d351f7800e23590f9c2419881bf1d708

11 years agoOptimize vp9_tree_probs_from_distribution
John Koleszar [Sun, 10 Mar 2013 20:39:30 +0000 (13:39 -0700)]
Optimize vp9_tree_probs_from_distribution

The previous implementation visited each node in the tree multiple times
because it used each symbol's encoding to revisit the branches taken and
increment its count. Instead, we can traverse the tree depth first and
calculate the probabilities and branch counts as we walk back up. The
complexity goes from somewhere between O(nlogn) and O(n^2) (depending on
how balanced the tree is) to O(n).

Only tested one clip (256kbps, CIF), saw 13% decoding perf improvement.

Note that this optimization should port trivially to VP8 as well. In VP8,
the decoder doesn't use this function, but it does routinely show up
on the profile for realtime encoding.

Change-Id: I4f2848e4f41dc9a7694f73f3e75034bce08d1b12

11 years agoContinued experiment with nonzero count
Deb Mukherjee [Fri, 8 Mar 2013 04:56:34 +0000 (20:56 -0800)]
Continued experiment with nonzero count

Adds probability updates for extra bits for the nzcs, code for
getting nzc stats, plus some minor cleanups and fixes.

Change-Id: If2814e7f04fb52f5025ad9f400f3e6c50a00b543

11 years agoMerge "Add support for tx_select in i8x8 encoding in keyframes." into experimental
Ronald S. Bultje [Sat, 9 Mar 2013 00:25:27 +0000 (16:25 -0800)]
Merge "Add support for tx_select in i8x8 encoding in keyframes." into experimental

11 years agoMerge "Add vp9_idct4_1d_sse2" into experimental
Yunqing Wang [Fri, 8 Mar 2013 23:14:02 +0000 (15:14 -0800)]
Merge "Add vp9_idct4_1d_sse2" into experimental

11 years agoAdd vp9_idct4_1d_sse2
Yunqing Wang [Fri, 8 Mar 2013 18:54:30 +0000 (10:54 -0800)]
Add vp9_idct4_1d_sse2

Added SSE2 idct4_1d which is called by vp9_short_iht4x4. Also,
modified the parameter type passed to vp9_short_iht functions to
make it work with rtcd prototype.

Change-Id: I81ba7cb4db6738f1923383b52a06deb760923ffe

11 years agoMerge "Consistent usage of ROUND_POWER_OF_TWO macro." into experimental
Dmitry Kovalev [Fri, 8 Mar 2013 19:35:22 +0000 (11:35 -0800)]
Merge "Consistent usage of ROUND_POWER_OF_TWO macro." into experimental

11 years agoMerge "Optimize add_constant_residual function" into experimental
Yunqing Wang [Fri, 8 Mar 2013 18:18:52 +0000 (10:18 -0800)]
Merge "Optimize add_constant_residual function" into experimental

11 years agoExtend diff MV limit from +/-256 to +/-1024
Jingning Han [Wed, 6 Mar 2013 20:02:15 +0000 (12:02 -0800)]
Extend diff MV limit from +/-256 to +/-1024

Increase the motion search range by 4x. Change MV_CLASS tree of the
entropy coding to allow two additional mv classes to cover the
extended motion vector limit. The codec determines the effective
motion search range conditioned on the actual frame dimension.

It provides coding gains:

stdhd 0.39%
yt    0.56%
hd    0.47%

Major coding performance gains are packed in several sequences with
intense motion activities, e.g., ped_1080p gains 7% at high bit-rates,
and on average 3%.

TODO: Need to further tune the rate control and motion search units.

Change-Id: Ib842540a6796fbee5a797809433ef6a477c6d78d

11 years agoAdd support for tx_select in i8x8 encoding in keyframes.
Ronald S. Bultje [Thu, 7 Mar 2013 18:45:25 +0000 (10:45 -0800)]
Add support for tx_select in i8x8 encoding in keyframes.

Also enable tx_select for keyframes.

Change-Id: Iadb1231d9fa7af0c8dce3d9b41830b93a302479e

11 years agoOptimize add_constant_residual function
Yunqing Wang [Thu, 7 Mar 2013 23:48:14 +0000 (15:48 -0800)]
Optimize add_constant_residual function

Optimized adding constant diff to predictor, which gave about
2% decoder performance gain.

Change-Id: I47db20c31428e8c4a8f16214a85cbe386a6e9303

11 years agoMerge "Allocate 16-byte aligned diff buffer" into experimental
Yunqing Wang [Thu, 7 Mar 2013 23:40:37 +0000 (15:40 -0800)]
Merge "Allocate 16-byte aligned diff buffer" into experimental

11 years agoAllocate 16-byte aligned diff buffer
Yunqing Wang [Thu, 7 Mar 2013 23:29:27 +0000 (15:29 -0800)]
Allocate 16-byte aligned diff buffer

This was done based on John's suggestion.

Change-Id: I62516a513c31fe3dbea0d6cd063df79d9e819ec8

11 years agoConsistent usage of ROUND_POWER_OF_TWO macro.
Dmitry Kovalev [Thu, 7 Mar 2013 20:24:35 +0000 (12:24 -0800)]
Consistent usage of ROUND_POWER_OF_TWO macro.

Change-Id: I44660975e9985310d8c654c158ee7a61291b5a08

11 years agoUpdate ADST selection if tx_size < block_size.
Ronald S. Bultje [Thu, 7 Mar 2013 17:17:35 +0000 (09:17 -0800)]
Update ADST selection if tx_size < block_size.

Change-Id: Ic9b336486774c95ffbb92adcb110cc0fc2a83cc5

11 years agoRe-add support for ADST in superblocks.
Ronald S. Bultje [Tue, 5 Mar 2013 23:18:06 +0000 (15:18 -0800)]
Re-add support for ADST in superblocks.

This also changes the RD search to take account of the correct block
index when searching (this is required for ADST positioning to work
correctly in combination with tx_select).

Change-Id: Ie50d05b3a024a64ecd0b376887aa38ac5f7b6af6

11 years agoFix issue in add_residual intrinsic function
Yunqing Wang [Thu, 7 Mar 2013 17:15:32 +0000 (09:15 -0800)]
Fix issue in add_residual intrinsic function

Yaowu found this function had a compiling issue with MSVC because
of using _mm_storel_pi((__m64 *)(dest + 0 * stride), (__m128)p0).
To be safe, changed back to use integer store instruction.

Also, for some build, diff could not always be 16-byte aligned.
Changed that in the code.

Change-Id: I9995e5446af15dad18f3c5c0bad1ae68abef6c0d

11 years agoCoding con-zero count rather than EOB for coeffs
Deb Mukherjee [Wed, 20 Feb 2013 18:16:24 +0000 (10:16 -0800)]
Coding con-zero count rather than EOB for coeffs

This patch revamps the entropy coding of coefficients to code first
a non-zero count per coded block and correspondingly remove the EOB
token from the token set.

STATUS:
Main encode/decode code achieving encode/decode sync - done.
Forward and backward probability updates to the nzcs - done.
Rd costing updates for nzcs - done.
Note: The dynamic progrmaming apporach used in trellis quantization
is not exactly compatible with nzcs. A suboptimal approach has been
used instead where branch costs are updated to account for changes
in the nzcs.

TODO:
Training the default probs/counts for nzcs

Change-Id: I951bc1e22f47885077a7453a09b0493daa77883d

11 years agoMerge "Code cleanup." into experimental
Dmitry Kovalev [Thu, 7 Mar 2013 00:57:34 +0000 (16:57 -0800)]
Merge "Code cleanup." into experimental

11 years agoMerge "Added stricter Q control flag." into experimental
Paul Wilkins [Wed, 6 Mar 2013 12:32:22 +0000 (04:32 -0800)]
Merge "Added stricter Q control flag." into experimental

11 years agoAdded stricter Q control flag.
Paul Wilkins [Tue, 26 Feb 2013 16:53:03 +0000 (16:53 +0000)]
Added stricter Q control flag.

Added a variant of the one shot maxQ flag
for two pass that forces a fixed Q for the
normal inter frames. Disabled by default.
Also small adjustment to the Bits per MB
estimation.
Change-Id: I87efdfb2d094fe1340ca9ddae37470d7b278c8b8

11 years agoMerge "Optimize add_residual function" into experimental
Yunqing Wang [Wed, 6 Mar 2013 00:47:58 +0000 (16:47 -0800)]
Merge "Optimize add_residual function" into experimental

11 years agoOptimize add_residual function
Yunqing Wang [Tue, 5 Mar 2013 22:38:00 +0000 (14:38 -0800)]
Optimize add_residual function

Optimized adding diff to predictor, which gave 0.8% decoder
performance gain.

Change-Id: Ic920f0baa8cbd13a73fa77b7f9da83b58749f0f8

11 years agoCode cleanup.
Dmitry Kovalev [Tue, 5 Mar 2013 22:12:16 +0000 (14:12 -0800)]
Code cleanup.

Removing redundant 'extern' keywords, fixing formatting and #include order,
code simplification.

Change-Id: I0e5fdc8009010f3f885f13b5d76859b9da511758

11 years agoUpdate ResizeInternalTest threshold
John Koleszar [Tue, 5 Mar 2013 21:44:56 +0000 (13:44 -0800)]
Update ResizeInternalTest threshold

Improved coding performance made this test fail. Adjust the threshold
so that it passes again. A more stable metric is an open TODO.

Change-Id: I56e18749ced48123ee2488888a3eed631759912b

11 years agoAdd 'superframe' index
John Koleszar [Tue, 5 Mar 2013 20:23:34 +0000 (12:23 -0800)]
Add 'superframe' index

A 'superframe' is a group of frames that share the same PTS, but have a
defined decoding order. This commit adds the ability to append an index
to such a group of frames, allowing for random access to the constituent
frames. This could be useful for frame-level parallelism or partial
decoding in a multilayer scenario.

Decoding the stream serially without such an index should work as a
fallback, and VP9/TestSuperframeIndexIsOptional verifies that.

Change-Id: Idff83b7560e1a7077d8fb067bfbc45b567e78b1c

11 years agoMerge changes Ifacbf5a0,Ibad7c3dd into experimental
Ronald S. Bultje [Tue, 5 Mar 2013 19:17:14 +0000 (11:17 -0800)]
Merge changes Ifacbf5a0,Ibad7c3dd into experimental

* changes:
  vpxenc: actually report mismatch on stderr.
  Make superblocks independent of macroblock code and data.

11 years agoMerge "Code cleanup and simplification of build_4x4uvmvs function." into experimental
Dmitry Kovalev [Tue, 5 Mar 2013 00:57:30 +0000 (16:57 -0800)]
Merge "Code cleanup and simplification of build_4x4uvmvs function." into experimental

11 years agovpxenc: actually report mismatch on stderr.
Ronald S. Bultje [Mon, 4 Mar 2013 22:12:49 +0000 (14:12 -0800)]
vpxenc: actually report mismatch on stderr.

Because ctx->err is not set in that case, it will not report the error
on stderr.

Change-Id: Ifacbf5a03e676fd56522b03c0281d6c723c563ee

11 years agoMake superblocks independent of macroblock code and data.
Ronald S. Bultje [Mon, 4 Mar 2013 22:12:17 +0000 (14:12 -0800)]
Make superblocks independent of macroblock code and data.

Split macroblock and superblock tokenization and detokenization
functions and coefficient-related data structs so that the bitstream
layout and related code of superblock coefficients looks less like it's
a hack to fit macroblocks in superblocks.

In addition, unify chroma transform size selection from luma transform
size (i.e. always use the same size, as long as it fits the predictor);
in practice, this means 32x32 and 64x64 superblocks using the 16x16 luma
transform will now use the 16x16 (instead of the 8x8) chroma transform,
and 64x64 superblocks using the 32x32 luma transform will now use the
32x32 (instead of the 16x16) chroma transform.

Lastly, add a trellis optimize function for 32x32 transform blocks.

HD gains about 0.3%, STDHD about 0.15% and derf about 0.1%. There's
a few negative points here and there that I might want to analyze
a little closer.

Change-Id: Ibad7c3ddfe1acfc52771dfc27c03e9783e054430

11 years agoReinitialize motion search tables on frame size change
John Koleszar [Mon, 4 Mar 2013 23:21:45 +0000 (15:21 -0800)]
Reinitialize motion search tables on frame size change

Make sure the motion search is done with the offsets calculated from
the correct stride.

Change-Id: Ifbcc0f742eda3399c255bfcfa1cdee9a4bb4b4e7

11 years agoMerge "Code cleanup." into experimental
Dmitry Kovalev [Mon, 4 Mar 2013 23:41:15 +0000 (15:41 -0800)]
Merge "Code cleanup." into experimental

11 years agoMerge "Optimize vp9_short_idct4x4llm function" into experimental
Yunqing Wang [Mon, 4 Mar 2013 22:13:31 +0000 (14:13 -0800)]
Merge "Optimize vp9_short_idct4x4llm function" into experimental

11 years agoMerge "Rename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision."...
Yaowu Xu [Mon, 4 Mar 2013 21:13:29 +0000 (13:13 -0800)]
Merge "Rename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision." into experimental

11 years agoRename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision.
Ronald S. Bultje [Mon, 4 Mar 2013 20:25:01 +0000 (12:25 -0800)]
Rename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision.

Change-Id: I5637d491eb6a9b7633f72e03fd9df72131eeb121

11 years agoOptimize vp9_short_idct4x4llm function
Yunqing Wang [Mon, 4 Mar 2013 20:01:27 +0000 (12:01 -0800)]
Optimize vp9_short_idct4x4llm function

Wrote a SSE2 vp9_short_idct4x4llm to improve the decoder
performance.

Change-Id: I90b9d48c4bf37aaf47995bffe7e584e6d4a2c000

11 years agoSupport 16K sequence coding
Jingning Han [Thu, 28 Feb 2013 01:09:12 +0000 (17:09 -0800)]
Support 16K sequence coding

Fixed a couple of variable/function definitions, as well as header
handling to support 16K sequence coding at high bit-rates.

The width and height are each specified by two bytes in the header.
Use an extra byte to explicitly indicate the scaling factors in
both directions, each ranging from 0 to 15.

Tested coding up to 16400x16400 dimension.

Change-Id: Ibc2225c6036620270f2c0cf5172d1760aaec10ec

11 years agoMerge changes If5896507,I06b5ba5c,I2712f99e into experimental
John Koleszar [Sat, 2 Mar 2013 04:50:33 +0000 (20:50 -0800)]
Merge changes If5896507,I06b5ba5c,I2712f99e into experimental

* changes:
  Add unit test for x4 multi-SAD functions
  Add VP9 1 block SAD functions to unit test
  Merge master branch into experimental

11 years agoAdd unit test for x4 multi-SAD functions
John Koleszar [Fri, 1 Mar 2013 20:43:41 +0000 (12:43 -0800)]
Add unit test for x4 multi-SAD functions

Update the function prototypes to match between VP9 and VP8.

Change-Id: If58965073989e87df3b62b67a030ec6ce23ca04f

11 years agoAdd VP9 1 block SAD functions to unit test
John Koleszar [Fri, 1 Mar 2013 01:03:02 +0000 (17:03 -0800)]
Add VP9 1 block SAD functions to unit test

Change-Id: I06b5ba5c457944cfa4cd9f53c3bd8cda132439c2

11 years agoCode cleanup and simplification of build_4x4uvmvs function.
Dmitry Kovalev [Sat, 2 Mar 2013 01:50:55 +0000 (17:50 -0800)]
Code cleanup and simplification of build_4x4uvmvs function.

Change-Id: Iab0176f058045181821ded95ff1cf423af1625f9

11 years agoCode cleanup.
Dmitry Kovalev [Sat, 2 Mar 2013 01:39:31 +0000 (17:39 -0800)]
Code cleanup.

Removing redundant 'extern' keyword, lowercase variable names.

Change-Id: I608e8d8579aba8981f5fac3493f77b4481b13808

11 years agoInitialize pass variable in tile test.
Ronald S. Bultje [Fri, 1 Mar 2013 20:43:10 +0000 (12:43 -0800)]
Initialize pass variable in tile test.

Change-Id: I7977694223521404fc69f29ae2cff03e36e87299

11 years agoMerge master branch into experimental
John Koleszar [Fri, 1 Mar 2013 00:25:38 +0000 (16:25 -0800)]
Merge master branch into experimental

Picks up some build system changes, compiler warning fixes, etc.

Change-Id: I2712f99e653502818a101a72696ad54018152d4e