James Zern
a9f55e8324
Merge changes from topic 'vp9-intra-pred'
...
* changes:
vp9_reconintra: specialize d135 4x4
vp9_reconintra: specialize d117 4x4
vp9_reconintra: specialize d207 4x4
vp9_reconintra: specialize d153 4x4
vp9_reconintra: specialize d63 4x4
vp9_reconintra: specialize d45 4x4
2015-06-04 01:58:28 +00:00
Marco
2561b4dd4c
Merge "Remove ABI check for 1 pass CBR SVC."
2015-06-04 01:54:19 +00:00
Marco
a8c5ab2ca6
Remove ABI check for 1 pass CBR SVC.
...
Remove the ABI check for the controls needed for SVC 1 pass CBR mode.
Bump up the ABI version.
Change-Id: I35b79ee010e14af83c6d1e801d574deaaa2fc7eb
2015-06-03 17:43:22 -07:00
Parag Salasakar
b8c1cdcd12
mips msa vp9 convolve8 avg horiz optimization
...
average improvement ~5x-8x
Change-Id: I179a69ec620fbd69979bd128f05d18113618aab4
2015-06-03 11:33:42 +05:30
Parag Salasakar
c543d38ac7
mips msa vp9 convolve8 avg vert optimization
...
average improvement ~4x-6x
Change-Id: Ia2e6f770da46416ebec31fdcea5cc7878879a9d9
2015-06-03 09:55:25 +05:30
Parag Salasakar
622beaba67
Merge "mips msa vp9 idct4x4 and iwht4x4 optimization"
2015-06-03 04:10:14 +00:00
Marco
c139b81a13
Vidyo patch: Rate control for SVC, 1 pass CBR mode.
...
-Make Rate control work for SVC 1 pass CBR mode.
-Added temporal layering mode.
-Fixed bug in non-rd variance partition.
-Modified/updated the sample encoders (vp9_spatial_svc_encoder, vpx_temporal_svc_encoder).
-Added datarate unittest(s) for 1 pass CBR SVC.
Change-Id: Ie94b1b68a56ea1267b5087c625e5df04def2ee48
2015-06-02 07:54:13 -07:00
Parag Salasakar
54a6f73958
mips msa vp9 idct4x4 and iwht4x4 optimization
...
average improvement ~3x-4x
moved assert to respective files
Change-Id: I6c915059d456a00bdd76fab0dd2eede8b6c6ea58
2015-06-02 12:16:28 +05:30
Parag Salasakar
ebf7466cd8
mips msa vp9 updated convolve horiz, vert, hv, copy, avg module
...
Updated sources according to improved version of common MSA macros.
Enabled respective convolve MSA hooks and tests.
Overall, this is just upgrading the code with styling changes.
Change-Id: If5ad6ef8ea7ca47feed6d2fc9f34f0f0e8b6694d
2015-06-02 12:03:51 +05:30
Parag Salasakar
cf1c0ebc3a
Merge "mips msa vp9 updated idct 8x8, 16x16 and 32x32 module"
2015-06-02 04:48:02 +00:00
James Zern
71d923232c
Merge changes from topic 'vp9-intra-pred'
...
* changes:
vp9_reconintra_neon/tm: improve above_left load
vp9_reconintra_neon: cosmetics: normalize fn params
2015-06-01 20:03:47 +00:00
James Zern
b601202905
Merge "vp9_reconintra_neon_asm/tm: simplify above_left load"
2015-06-01 20:01:38 +00:00
paulwilkins
dbd3760712
Merge "Fast feedback of bits on undershoot."
2015-06-01 18:15:10 +00:00
Parag Salasakar
6af9d7f2e2
mips msa vp9 updated idct 8x8, 16x16 and 32x32 module
...
Updated sources according to improved version of common MSA macros.
Enabled idct MSA hooks and tests.
Overall, this is just upgrading the code with styling changes.
Change-Id: I1f488ab2c741f6c622b7a855388a202168082209
2015-06-01 09:24:23 +05:30
James Zern
6e068e51b5
vp9_reconintra: specialize d135 4x4
...
based on webp's RD4()
Change-Id: I64c8f0a1325a8f201eaad39b396fae7a2d06efff
2015-05-30 13:29:40 -07:00
James Zern
b6782686f4
vp9_reconintra: specialize d117 4x4
...
based on webp's VR4()
Change-Id: Ic8c0b8ed65a63772ca0a4321592880a5e8947db5
2015-05-30 13:29:02 -07:00
James Zern
c022dbc4d3
vp9_reconintra: specialize d207 4x4
...
based on webp's HU4()
Change-Id: I2401ef307cd94e70cc7904f55954af04290c8af9
2015-05-30 13:28:22 -07:00
James Zern
2276eb16f3
vp9_reconintra: specialize d153 4x4
...
based on webp's HD4()
Change-Id: Icba1e21ec4b8f5026dc92e49741a68b059c8b9b1
2015-05-30 13:27:50 -07:00
James Zern
102123821d
vp9_reconintra: specialize d63 4x4
...
based on webp's VL4()
Change-Id: Ibab962053843eae8752b4e74b6481a53bb034ae9
2015-05-30 13:27:03 -07:00
James Zern
6051bcc3dc
vp9_reconintra: specialize d45 4x4
...
based on webp's LD4()
Change-Id: I74855d23ce73e1c6988fe08bf7c959b7a69b4abf
2015-05-30 13:26:21 -07:00
Parag Salasakar
71e88f903d
Merge "mips msa vp9 updated macros and disable all MSA functions"
2015-05-30 02:52:27 +00:00
James Zern
7621b48a1c
vp9_reconintra_neon/tm: improve above_left load
...
use vld1?_dup_u8 over vdup?_n_u8, reduces general register use; mildly
faster
Change-Id: Ie0e4e550849a207b34b378541196b553c9f12011
2015-05-29 19:18:43 -07:00
James Zern
f2d621e383
vp9_reconintra_neon: cosmetics: normalize fn params
...
s/y_stride/stride/
Change-Id: Ie98c3fe241dc240b653849eda356a8862bdd52f4
2015-05-29 19:01:39 -07:00
James Zern
b337c54cc4
vp9_reconintra_neon_asm/tm: simplify above_left load
...
use vld1.8 {d0[]}, [r0] rather than ldrb+vdup; mildly faster
Change-Id: I5c24d49a90c2855c94395184774b289da8e9d5a7
2015-05-29 18:56:16 -07:00
James Zern
7544e766e4
Merge changes from topic 'vp9-intra-pred'
...
* changes:
vp9_reconintra_neon: add DC 16x16 predictors
vp9_reconintra_neon: add DC 8x8 predictors
2015-05-30 01:51:35 +00:00
James Zern
a2a13cbe5f
vp9_reconintra_neon: add DC 16x16 predictors
...
85-89% faster over 20M pixels
Change-Id: I9b320ed6b9e67f27df738b84c8b43b65a93c50c2
2015-05-29 15:41:44 -07:00
James Zern
e97b849219
vp9_reconintra_neon: add DC 8x8 predictors
...
~90% faster over 20M pixels
Change-Id: Iab791510cc57c8332c2f9a5da0ed50702e5f5763
2015-05-29 15:39:08 -07:00
Parag Salasakar
f9f078ebb6
mips msa vp9 updated macros and disable all MSA functions
...
Done little restructuring/styling changes to the sources like generic macro definitions, their use to reduce code lines, better code alignments etc.
Disabled all MSA hooks and tests
Change-Id: Ic6f2dce0b501f46b80c06c46c0fe2043d557b190
2015-05-29 13:34:33 +05:30
Marco
26ab314176
For non-rd pickmode: remove VAR_PARTITION condition.
...
Keep the logic, transform size based on cyclic refresh and bsize,
(that was conditioned on VAR_PARTITION conditions) the same
for all speeds in non-rd mode (speeds >= 5).
No change to speeds >=6.
Small improvement for speed 5, ~0.5/1.5% gain for avg psnr/ssim.
Change-Id: If9c5657f3d30efd3c7f147166bba7cb69ea55114
2015-05-28 17:29:47 -07:00
Minghai Shang
45db29784d
Merge "[svc] Disable tiles for spatial svc case"
2015-05-28 22:13:54 +00:00
Johann
7c16dcc79b
Merge "Check size restrictions before running test vector"
2015-05-28 22:01:53 +00:00
Scott LaVarnway
bbea7c95d8
Merge "Re-worked header files"
2015-05-28 19:56:39 +00:00
Johann
3f2a06674a
Merge "Don't #define snprintf in VS 2015 or higher."
2015-05-28 19:38:57 +00:00
hkuang
5317185eb0
Merge "Add error handling when running out of free frame buffers."
2015-05-28 17:41:01 +00:00
Johann
cad0eca25c
Don't #define snprintf in VS 2015 or higher.
...
In VS 2015 and higher snprintf is supplied and therefore vsnprintf
doesn't need to be defined. This also avoids problems caused by
_snprintf being different from snprintf.
This fixes a build break with VS 2015 and improves security.
Originally submitted via chromium by brucedawson@chromium.org
https://codereview.chromium.org/1055603003
Additionally break this MSVC-specific tweak to a new file, which will
become the home of all such MSVC-specific things.
This requires adding a dependency on msvc.h to every example which uses
args.c and tools_common.h
Change-Id: I35b5f8e7ea00f6627403aabc9ea79b0412557a99
2015-05-27 18:28:25 -07:00
Johann
1e4473b216
Check size restrictions before running test vector
...
Change-Id: I60ea7724e6ab06fc658f678c1b76d984a43f5a5e
2015-05-27 15:55:17 -07:00
hkuang
131cab7c27
Add error handling when running out of free frame buffers.
...
Change-Id: If28b59b9521204a6e3aecedcf75932d76a752567
2015-05-27 14:20:58 -07:00
Minghai Shang
cbdfdb947c
Merge "[decoder] Optimize context buffer re-allocation"
2015-05-27 20:24:30 +00:00
Marco
a49fff632c
Non-rd variance partition: Adjust thresholds for 1080p.
...
Increase the 32x32 split threshold, to allow for more 32x32
at expense of 16x16. Visually looks somewhat better.
Change-Id: Ia1439c3a0dc2d7933468b88bd59266fcd9f03505
2015-05-27 12:30:35 -07:00
Marco
109a2edf90
Merge "Refactor set_vbp_thresholds."
2015-05-27 19:10:28 +00:00
Minghai Shang
30181c46d8
Merge "[svc] Make size of empty frame to be 16x16 all the time"
2015-05-27 17:49:00 +00:00
Marco
f76d42a98a
Refactor set_vbp_thresholds.
...
Break out the setting of the block variance split thresholds,
since they are locally modified, e.g., based on local/segment qp.
No change in performance.
Change-Id: I0a3238e6dab05140657539fc4bd27ac5ff7a554e
2015-05-27 09:25:18 -07:00
Minghai Shang
15353216c5
[svc] Make size of empty frame to be 16x16 all the time
...
Change-Id: Ibab09aa0e8c69cf5efea2f0ec035e5da9cc894b0
2015-05-26 16:04:36 -07:00
Johann
dee70d355f
Merge "Move variance functions to vpx_dsp"
2015-05-26 23:02:11 +00:00
Johann
c3bdffb0a5
Move variance functions to vpx_dsp
...
subpel functions will be moved in another patch.
Change-Id: Idb2e049bad0b9b32ac42cc7731cd6903de2826ce
2015-05-26 12:01:52 -07:00
Minghai Shang
9ae5fb706e
Merge "[svc] Turn on frame_parallel_decoding_mode"
2015-05-26 17:50:45 +00:00
Jingning Han
55ef1ae9e7
Merge "Fix integral projection motion search for frame resize"
2015-05-26 16:08:31 +00:00
James Zern
02fda6582c
Merge changes Ie15e301e,Ib070c79b
...
* changes:
vp9_reconintra_neon: cosmetics: reindent
vp9_reconintra_neon: cosmetics: drop unneeded returns
2015-05-23 17:47:52 +00:00
James Zern
4e11f3ca6e
vp9_reconintra_neon: cosmetics: reindent
...
Change-Id: Ie15e301e8f55cf928f42a03e53a8bb8b66d0e5d5
2015-05-22 21:04:30 -07:00
James Zern
ff683ab1da
vp9_reconintra_neon: cosmetics: drop unneeded returns
...
Change-Id: Ib070c79bdbb9c1f4e25af693d7056ec9f964c789
2015-05-22 20:59:36 -07:00