James Zern
f61e00c79d
Merge "arm: Fix building vp8_subpixelvariance_neon.c with MSVC"
2014-09-04 11:00:53 -07:00
Scott LaVarnway
ec94967ffe
Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10""
...
This reverts commit 677fb5123e
Compiles with 4.6.
Change-Id: I7f87048911b6bc28a61741d95501fa45ee97b819
2014-09-04 08:51:20 -07:00
Jia Jia
a51704d9c7
vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling idct_blk_neon.c.
...
Change-Id: Ib89107fb824b5fe58afef6841104d5a27b2e0f2d
2014-09-04 08:40:26 -07:00
Martin Storsjo
0002da32e6
arm: Fix building vp8_subpixelvariance_neon.c with MSVC
...
Use the right return values - vget_low_s64 returns int64x1_t, not
a normal int64_t.
Also make __builtin_prefetch a no-op on MSVC for this file.
Change-Id: I4d2fce01d0ba106b98d3d53b137803119c2c2c08
2014-09-04 09:49:30 +03:00
Dmitry Kovalev
3820f568da
Merge "Consistent allocation of vpx_codec_alg_priv_t."
2014-09-03 19:41:28 -07:00
Dmitry Kovalev
ab73dba65f
Merge "Replacing asm 16x16 variance calculation with intrinsics."
2014-09-03 18:57:33 -07:00
Dmitry Kovalev
406404af63
Merge "Small cleanup: reusing existing code."
2014-09-03 18:57:25 -07:00
Yaowu Xu
c9448ade2b
Merge "Add a more complex SEG_LVL_SKIP test vector."
2014-09-03 17:17:12 -07:00
Alex Converse
81e5d3f988
Add a more complex SEG_LVL_SKIP test vector.
...
This file changes the segmentation map, deactivates the map, and
reactivates the map.
Change-Id: I1c8b8949887257b9f4c49a1a9ba9a7c74666ef2e
2014-09-03 15:08:49 -07:00
Yaowu Xu
7ab5de04fd
Merge "Change last_partition_redo_frequency for speed 3"
2014-09-03 14:57:02 -07:00
Yaowu Xu
44879ceea7
Merge "Remove redundant code"
2014-09-03 14:55:28 -07:00
Marco
01d9023de0
Merge "Make process_denoise_mode_change function cond-compiled."
2014-09-03 13:58:16 -07:00
Scott LaVarnway
dcbfacbb98
Neon version of vp8_build_intra_predictors_mby_s() and
...
vp8_build_intra_predictors_mbuv_s().
This patch replaces the assembly version with an intrinsic
version.
On a Nexus 7, vpxenc (in realtime mode, speed -12)
reported a performance improvement of ~2.6%.
Change-Id: I9ef65bad929450c0215253fdae1c16c8b4a8f26f
2014-09-03 13:41:27 -07:00
Scott LaVarnway
9293d267d2
VP8 for ARMv8 by using NEON intrinsics 17
...
Add vp8_subpixelvariance_neon.c
- vp8_sub_pixel_variance16x16_neon_func
- vp8_variance_halfpixvar16x16_h_neon
- vp8_variance_halfpixvar16x16_v_neon
- vp8_variance_halfpixvar16x16_hv_neon
- vp8_sub_pixel_variance8x8_neon
Change-Id: I3e5d85b2eafc26be0eef6a777789b80e4579257b
Signed-off-by: James Yu <james.yu@linaro.org>
2014-09-03 13:33:44 -07:00
Johann
5b788c0cbe
Merge "Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commit 81ad047ee5
. Revert "VP8 for ARMv8 by using NEON intrinsics 15" This reverts commit 727af7cebe3698b8493ba6c1360b0a6606c310fb.""
2014-09-03 13:27:11 -07:00
Dmitry Kovalev
7f4c3b8d93
Merge "Cleaning up vp9_variance_avx2.c."
2014-09-03 13:21:38 -07:00
Yaowu Xu
ad3616a1fb
Merge "Merge two similar functions into one"
2014-09-03 13:00:02 -07:00
Dmitry Kovalev
a7ccc12973
Small cleanup: reusing existing code.
...
Change-Id: Iac4775ad98e988f2b9cf5bd0dc91ab994d0262ce
2014-09-03 12:20:29 -07:00
Dmitry Kovalev
4eab7c28b8
Merge "Removing duplicated code."
2014-09-03 12:11:37 -07:00
Yaowu Xu
9a15835812
Merge "select_tx_mode(): remove special case for key frame"
2014-09-03 11:54:44 -07:00
Marco
842454d2aa
Make process_denoise_mode_change function cond-compiled.
...
This function is called only when temporal denoising is enabled.
Change-Id: I25a036e3d628edd34410d6e6fe1f9e68a90a8e56
2014-09-03 11:39:34 -07:00
Yaowu Xu
e759d95743
Merge two similar functions into one
...
intra_super_block_yrd() and inter_super_block_yrd() are largely same,
this commit merges them into one to reduce code duplication.
Change-Id: I64d7042a5b099345627cf55663010c185b25ec37
2014-09-03 11:21:06 -07:00
Dmitry Kovalev
095d48a419
Merge "Removing clear_system_state() call from update_coef_probs()."
2014-09-03 11:05:45 -07:00
Dmitry Kovalev
b08fab8808
Consistent allocation of vpx_codec_alg_priv_t.
...
Change-Id: I5a03496de035fbcf31e4527cd25fcae4627a57a0
2014-09-03 11:01:21 -07:00
Minghai Shang
759afe525c
Merge "[svc] Temporal svc with two pass rate control"
2014-09-03 10:51:19 -07:00
Yaowu Xu
7a33712475
Change last_partition_redo_frequency for speed 3
...
From 3 to 2, which seems to be slightly positive on compression for
all test sets, also reduces encoding time by 2%-5%, varying on the
test clips.
Change-Id: If045417bd27311700c919b4a335eff0dc1130ae0
2014-09-03 09:34:10 -07:00
Yaowu Xu
cdda17ed77
Remove redundant code
...
Change-Id: I453b167f03811a3cd3592089593b3f2823f62ab3
2014-09-03 09:34:10 -07:00
Yaowu Xu
c1058e5bbe
select_tx_mode(): remove special case for key frame
...
This commit removes the special case for key frame, as transform size
decision is controlled by the appropriate speed feature for all lossy
coding modes: tx_size_search_method.
Change-Id: I9677171e3f2432ec23705f7c5ea8170dd4562fae
2014-09-03 09:34:10 -07:00
Yaowu Xu
14bcbdac76
Merge "Add a test vector for SEG_LVL_SKIP."
2014-09-03 08:12:20 -07:00
Paul Wilkins
819e231b93
Merge "Skip comp inter mode test in RD loop with same frame bias signs"
2014-09-03 02:26:47 -07:00
Jingning Han
801fef26ec
Skip comp inter mode test in RD loop with same frame bias signs
...
This commit allows the encoder to skip check on compound inter
modes in the rate-distortion optimization loop, if the reference
frame bias signs are the same.
Change-Id: Ib753e6bb11cbdd338aee69dbe2b649671f75a6b0
2014-09-02 18:17:33 -07:00
Dmitry Kovalev
070210e20b
Removing duplicated code.
...
Change-Id: I7b5c776d5e6f5ca428b87fa9411ae4012a9538ba
2014-09-02 17:57:35 -07:00
Dmitry Kovalev
0ecc75c819
Merge "Removing MMX SAD calculation code."
2014-09-02 17:35:59 -07:00
Alex Converse
deeeb427dd
Add a test vector for SEG_LVL_SKIP.
...
Change-Id: Ib41acade12fe6cdd4c4a4efdb1260d5f100a3e7f
2014-09-02 16:48:36 -07:00
Deb Mukherjee
a4ef1a0819
Merge "Adds config opt for highbitdepth + misc. vpx"
2014-09-02 15:41:27 -07:00
Dmitry Kovalev
318fc0c34f
Removing MMX SAD calculation code.
...
Removed functions:
* vp9_sad_16x16_mmx
* vp9_sad_8x16_mmx
* vp9_sad_16x8_mmx
* vp9_sad_8x8_mmx
* vp9_sad_4x4_mmx
Change-Id: Ic5174b93b64d65d846f0c11e72cab149e9472bc3
2014-09-02 14:41:36 -07:00
Deb Mukherjee
5acfafb18e
Adds config opt for highbitdepth + misc. vpx
...
Adds config parameter vp9_highbitdepth, to support highbitdepth profiles.
Also includes most vpx level high bit-depth functions. However
encode/decode in the highbitdepth profiles will not work until
the rest of the code is in place.
Change-Id: I34c53b253c38873611057a6cbc89a1361b8985a6
2014-09-02 14:37:10 -07:00
Dmitry Kovalev
dc8252ae0f
Merge "Switching back to #define instead of static const int."
2014-09-02 14:02:04 -07:00
Dmitry Kovalev
6f6bd282c9
Replacing asm 16x16 variance calculation with intrinsics.
...
New code is 20% faster for 64-bit and 15% faster for 32-bit. Compiled
using clang.
Change-Id: Icfea461238411001fd093561293dbfedfbf8d0bb
2014-09-02 13:54:34 -07:00
Minghai Shang
be3b08da3e
[svc] Temporal svc with two pass rate control
...
It's built based on current spatial svc code.
We only support one spatial two temporal layers at this time.
Change-Id: I1fdc8584354b910331e626bfae60473b3b701ba1
2014-09-02 12:05:14 -07:00
Dmitry Kovalev
296f2e6b93
Switching back to #define instead of static const int.
...
To avoid 'variable length array' warnings from gcc.
Change-Id: I426f7e93ce674a10b901e79c0c9d9df5d4e47cb6
2014-09-02 11:29:40 -07:00
Jingning Han
33176fef87
Skip comp inter mode tests for arf coding
...
This commit skips the compound inter mode prediction check in the
rate-distortion optimization loop for ARF coding. It reduces the
runtime for certain test clips at speed 3, at no compression
performance change:
bus CIF 1000 kbps, 8260 ms -> 8090 ms, 1.8% speed-up
stockholm 720p 1000 kbps, 74453 ms -> 71826 ms, 2.9% speed-up
No visible speed-up for pedestrian area 1080p at 2000 kbps.
Change-Id: Ic68aa56837159b726563b784e2e3729e846465ad
2014-09-02 11:23:47 -07:00
Dmitry Kovalev
5c937db029
Cleaning up vp9_variance_avx2.c.
...
Change-Id: I75eb47dd21f87015efd673dbd2aa71f4386afdf5
2014-09-02 11:01:29 -07:00
Marco
6b649a0db9
Merge "Updates to adaptive/aggressive denoiser mode."
2014-09-02 10:58:41 -07:00
Dmitry Kovalev
0a4403992a
Merge "Removing 'frames' field from VP9_COMP."
2014-09-02 10:01:20 -07:00
Dmitry Kovalev
4c7a783e8c
Merge "Adding get_frame_pkt_flags() function."
2014-09-02 10:00:51 -07:00
Marco
54575d654c
Updates to adaptive/aggressive denoiser mode.
...
Parameter changes and modification to zero_last bias.
Change-Id: I50a408d47fde049c562bbe95075194cb0f17c31b
2014-09-02 09:47:55 -07:00
Johann
4d10506d84
Merge "Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08"""
2014-09-02 09:28:14 -07:00
Dmitry Kovalev
7c24d21f2e
Merge "Removing lookup_next_frame_stats()."
2014-09-02 09:25:16 -07:00
Jingning Han
bac0268716
Merge "Skip intra mode tests depending on inter residuals"
2014-09-02 08:32:52 -07:00