Jim Bankoski
e1b6c42eed
partition plane context speed up
...
Removes silly operations inside loop.
Change-Id: I9eeab1e914e715a887f86cf1089de508e2364165
2013-11-15 08:00:43 -08:00
Jim Bankoski
ffb17e2c09
Merge "loop filter assert cleanout"
2013-11-15 07:48:36 -08:00
Dmitry Kovalev
38e6cb8c7b
Merge "Cleaning up vp9_tile_common.{h, c} files."
2013-11-14 20:55:01 -08:00
Jingning Han
7637387cf1
Fix coding format in vp9_idct
...
Change-Id: If97ae16a4478717933345b6b9d5bc1b417b8dd84
2013-11-14 16:05:22 -08:00
Adrian Grange
38144ed8b2
fix scalling bug by buffer auto-reallocation
...
Change-Id: Ib748eb287520c794631697204da6ebe19523ce95
2013-11-14 15:53:09 -08:00
Dmitry Kovalev
3f9fc6f6f8
Cleaning up vp9_loopfilter.c file.
...
Change-Id: Ic6770072f80dfb54d2725ed96370d4f243a9f474
2013-11-14 15:04:14 -08:00
Dmitry Kovalev
49fbbf72fa
Finally removing txfrm_block_to_raster_block() function.
...
We only use txfrm_block_to_raster_xy() now.
Change-Id: I4242cd592da99e761041acf9fef1bac3d55a48e1
2013-11-14 13:45:51 -08:00
Dmitry Kovalev
f91ac9b436
Cleaning up vp9_tile_common.{h, c} files.
...
Change-Id: I9d18f351abe7614107f34f47eeb38a234a9937c9
2013-11-14 13:40:56 -08:00
Dmitry Kovalev
e6b72d0119
Removing unused coefband_trans_8x8plus array from VP9Decompressor.
...
Change-Id: Ic1367d767705377402ebfec0705f9f553a834400
2013-11-14 13:37:18 -08:00
Joshua Litt
f16cde998b
Tweaks to vpx_test android make file
...
* Change from thumb mode to arm mode improves test time significantly
* Direct inclusion of test.mk allows for unit test configuration via
configure script
Change-Id: Id58d3ba8289374528756a672459d8334afe20e2a
2013-11-14 13:30:28 -08:00
Jim Bankoski
ef99b7b884
loop filter assert cleanout
...
Change-Id: I4e2ad4b7342681e6ac236356ef3a4927a54f105b
2013-11-14 12:25:32 -08:00
Yaowu Xu
a638bdf4c4
Add support for VC++2013
...
Change-Id: Iccc15aacee1fee9995dfd974bc89913891ad67a9
2013-11-14 12:05:59 -08:00
Dmitry Kovalev
58f754374d
Merge "Eliminating usage of txfrm_block_to_raster_block() from encode_block()."
2013-11-14 10:12:54 -08:00
Jingning Han
4995dbc713
Merge "Enable 4x4 DCT/ADST transform unit test"
2013-11-14 09:26:33 -08:00
Marco Paniconi
b6ca9d917d
Merge "For CBR, keep rate-correction damping factor to 2."
2013-11-14 08:11:43 -08:00
Deb Mukherjee
cfcd5c4f61
Simplifies band-getting with a static array
...
Simplifies the code by implementing band mapping with static arrays.
A lot of the code complexity introduced in a previous patch
disappears.
Change-Id: Ia3fac36e594fb5ad2d55ae141c58bba4c55c2d28
2013-11-13 22:15:16 -08:00
Dmitry Kovalev
7bfc20ac7a
Eliminating usage of txfrm_block_to_raster_block() from encode_block().
...
Change-Id: I7d11f1b6075a1115cdc2dcd605225b9c9c9b39c7
2013-11-13 19:33:12 -08:00
Dmitry Kovalev
8282c1a68d
Merge "Cleaning up decode_coefs() function."
2013-11-13 18:39:14 -08:00
Jingning Han
30d4c5ed7a
Enable 4x4 DCT/ADST transform unit test
...
This commit enables the unit tests for 4x4 DCT and ADST transforms.
It covers tests of round-trip error check, coefficient match check,
coefficient overflow check, and inverse accuracy check.
Change-Id: Ibfea928ee48f0ebc088b7fdb0bf2d89a14161299
2013-11-13 18:18:06 -08:00
Dmitry Kovalev
11631fec16
Cleaning up decode_coefs() function.
...
Removing vp9_read_and_apply_sign macro which was used only once.
Change-Id: I6a1625b720d89fc1291c99deccd6638b705f9b06
2013-11-13 16:46:21 -08:00
Marco Paniconi
9977332615
For CBR, keep rate-correction damping factor to 2.
...
The switch to the rate-correction damping factor
in https://gerrit.chromium.org/gerrit/#/c/67536/ was not conditioned on CBR mode.
Change-Id: I2326704e8ac030a4f7b592dd3fedb94c7dd0644d
2013-11-13 16:14:31 -08:00
Jingning Han
697846d76e
Merge "Dual buffer encoding for intra modes"
2013-11-13 15:43:00 -08:00
Jingning Han
fabc783695
Fix an overflow issue in SSE2 forward ADST
...
The step that sums three input samples could potentially cause the
intermediate result go beyond 16 bit limit, when operating as the
second 1-D transform. This commit fixes the issue.
Change-Id: Iaf512449ac2d25ddd8a806d760afab362c62a516
2013-11-13 15:15:59 -08:00
Dmitry Kovalev
b3c75a2d6c
Merge "Replacing raster_block with block in the encoder."
2013-11-13 14:14:27 -08:00
Johann
e4d10f3838
Merge "Split macro strings on whitespace"
2013-11-13 14:08:03 -08:00
Dmitry Kovalev
26a1ad604f
Merge "Removing function pointers from inter prediction."
2013-11-13 13:54:15 -08:00
Jingning Han
b6b9143218
Dual buffer encoding for intra modes
...
Overall change (using dual buffer scheme for superblocks of both inter
and intra modes) reduces speed 2 runtime:
bluesky_1080p at 6000kbps: 263553ms -> 257441ms
riverbed_1080p at 8000kbps: 233230ms -> 225308ms.
Change-Id: Idf8d70f768a4b0d97b2a8506372c57b7b4022119
2013-11-13 12:57:03 -08:00
Dmitry Kovalev
d1899557eb
Merge "Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}."
2013-11-13 10:47:46 -08:00
Dmitry Kovalev
60d1a52995
Merge "Optimizing set_contexts() function."
2013-11-13 10:01:05 -08:00
Yunqing Wang
8ce0967df8
Merge "Use 1D array to store super block filter levels"
2013-11-13 09:40:14 -08:00
Johann
4da2a8b718
Merge "mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)"
2013-11-13 09:00:09 -08:00
Parag Salasakar
1530a6b77f
mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)
...
Change-Id: Ib27fc4f3dbe01fe8adfa04a61aaba21b3480e75c
2013-11-13 11:17:14 +05:30
Parag Salasakar
248cf6f69f
mips dsp-ase r2 vp9 decoder loopfilter module optimizations (rebase)
...
Change-Id: Ia7f640ca395e8deaac5986f19d11ab18d85eec2d
2013-11-13 10:53:16 +05:30
Dmitry Kovalev
3f3d14e1d3
Moving q_index from MACROBLOCKD to MACROBLOCK.
...
Moving because q_index is used only by encoder.
Change-Id: I0b96175614ed4fd3d76ee56a0ba36258e1e896f6
2013-11-12 18:13:19 -08:00
Jingning Han
e69461593d
Merge "Enable dual buffer rd search and encoding scheme"
2013-11-12 18:11:41 -08:00
Jingning Han
25af150911
Merge "Add test vector for row/col tile decoding"
2013-11-12 18:11:34 -08:00
Dmitry Kovalev
919eeef5c8
Merge "Calculating transform block offsets (x and y) only once."
2013-11-12 16:57:30 -08:00
Dmitry Kovalev
73a5cbeba4
Merge "Using max_tx_size instead of bsize when possible."
2013-11-12 16:54:30 -08:00
Dmitry Kovalev
3a2ea76469
Merge "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."
2013-11-12 15:59:28 -08:00
Dmitry Kovalev
58b004ff64
Merge "Adding const to tree pointer inside vp9_extra_bit struct."
2013-11-12 15:48:07 -08:00
Johann
8dd3905163
Merge "Added optimized vp9_idct32x32_34_add_dspr2"
2013-11-12 15:30:00 -08:00
Johann
53d797840e
Split macro strings on whitespace
...
Match any whitespace instead of individual spaces. The macro
definitions in vp9/common/arm/neon/vp9_short_idct32x32_1_add_neon.asm
triggered this and treated spaces as arguments leading to lines like:
$8vld1$8.$88$8 {$8q8$8}, [$$89$8], $$8stride$8
Change-Id: I2d5718aba4614e4fd7b702e15c2a1bd80e656bd2
2013-11-12 14:24:58 -08:00
Dmitry Kovalev
20f34ff0db
Adding const to tree pointer inside vp9_extra_bit struct.
...
Change-Id: I60e02fa3de930ff1f969687ab5af93dee40d86ad
2013-11-12 14:21:15 -08:00
Joshua Litt
c88f1ec8ca
Android.mk file for vpx unittests
...
These changes are to support automated regressions of vpx on android
new file: test/android/Android.mk
new file: test/android/README
new file: test/android/get_files.py
Change-Id: I52c8e9daf3676a3561badbe710ec3a16fed72abd
2013-11-12 14:20:25 -08:00
Dmitry Kovalev
ed5a993a97
Calculating transform block offsets (x and y) only once.
...
Change-Id: I4b5106bdc08fd4551339b968c13428a8f43122e2
2013-11-12 13:55:13 -08:00
Yunqing Wang
ce89309b45
Use 1D array to store super block filter levels
...
As Jim suggested, 1D array was used to store filter levels instead
of 2D array. This used shift_y in setup_mask directly, and saved
few cycles.
Change-Id: If61ab298784861f1806b1cd396d4e4e2e0f097b9
2013-11-12 12:07:57 -08:00
Jingning Han
458951d8e3
Add test vector for row/col tile decoding
...
1920x1080
vp90-2-08-tile-4x4.webm
vp90-2-08-tile-4x4.webm.md5
vpxenc blue_sky_1080p25 --frame-parallel=0 \
--tile-columns=2 --tile-rows=2 \
--lossless=0 --error-resilient=0 \
--min-q=0 --max-q=30 --kf-min-dist=0 --kf-max-dist=9999 \
--cpu-used=0 --codec=vp9 -p 2 --good --fps=25/1 --limit=5
vp90-2-08-tile-4x1.webm
vp90-2-08-tile-4x1.webm.md5
vpxenc blue_sky_1080p25 --frame-parallel=0 \
--tile-columns=0 --tile-rows=2 \
--lossless=0 --error-resilient=0 \
--min-q=0 --max-q=30 --kf-min-dist=0 --kf-max-dist=9999 \
--cpu-used=0 --codec=vp9 -p 2 --good --fps=25/1 --limit=5
Change-Id: I77d0ccf9b721ae5cfa72781fe0d3c534ea43b756
2013-11-12 11:26:26 -08:00
Deb Mukherjee
a33a84b11a
Merge "Removes conditional statements from band getting"
2013-11-12 11:22:21 -08:00
Johann
e72d49a97a
Use lowercase 'b' to branch
...
iOS doesn't recognize B:
bad instruction `B idct32_pass_loop'
Change-Id: I3cf6aede4639f1d9efa97f7962fa287ba6feaaef
2013-11-12 10:41:06 -08:00
Yunqing Wang
17322275dd
Merge "Rewrite filter_selectively_horiz for parallel loopfiltering"
2013-11-12 10:20:49 -08:00