Adrian Grange
0a386b9234
Revert "Force ARNR filtering to be centered on the ARF frame"
...
This reverts commit 59e733ca81
.
Hold off removing arnr_type to give users the opportunity
to change their script files to handle its deprecation. A
follow-up patch will mark the control for setting arnr_type
as deprecated and it will be removed completely in a later
revision of the code.
Change-Id: I8b817c744e144d3714234a4cd4309816d0c7e3e8
2014-04-29 11:04:01 -07:00
Dmitry Kovalev
aa464eca5e
Adding search_site_config struct.
...
Change-Id: I2ad333553e673dbabcdc0f0366aea311e90849bf
2014-04-29 10:34:53 -07:00
Tom Finegan
5573301dde
Merge "Add script for running all example tests."
2014-04-28 20:45:26 -07:00
Tom Finegan
5ea01d5eb8
Merge "Add tests for the decode_with_drops example."
2014-04-28 19:47:20 -07:00
Tom Finegan
faf4aa9ba7
Add script for running all example tests.
...
Change-Id: I1e3d0689554c9b64c035ec0394f052507f7ac2a3
2014-04-28 18:45:25 -07:00
Tom Finegan
50869349be
Add tests for the decode_with_drops example.
...
Change-Id: I99e120f934613fb7cc0ef4b4bba0c8caaecf18d2
2014-04-28 17:18:20 -07:00
Tom Finegan
4e7e1f1ad1
tools_common.sh: Add a pseudo include guard.
...
Change-Id: Iac931dee8fa428a2182d20e48ee515d7c77885c0
2014-04-28 17:16:05 -07:00
Tom Finegan
19339263a6
Merge "Add tests for simple_encoder."
2014-04-28 16:57:04 -07:00
Yunqing Wang
33df6d1fc1
Save NEON registers in VP8 NEON functions
...
The recent compiler can generate optimized code that uses NEON registers
for various operations besides floating-point operations. Therefore,
only saving callee-saved registers d8 - d15 at the beginning of the
encoder/decoder is not enough anymore. This patch added register saving
code in VP8 NEON functions that use those registers.
Change-Id: Ie9e44f5188cf410990c8aaaac68faceee9dffd31
2014-04-28 14:51:53 -07:00
Vignesh Venkatasubramanian
45e2bb5ec7
Merge "Changing webmdec to use libwebm"
2014-04-28 10:42:21 -07:00
James Zern
5ba44e37a4
Makefile: add msvs_common.sh to DIST-SRCS
...
dist is broken in msvs currently due to a dependency on libs.mk which in
turn depends on the rest of the source tree, not just the examples
Change-Id: I3e313ceeae81eb29ef4bfb099d89756b43583eaa
2014-04-25 18:28:03 -07:00
James Zern
d2604af4af
Merge "gen_msvs_*proj.sh: factorize some functions"
2014-04-25 16:44:30 -07:00
Dmitry Kovalev
571c70e554
Removing WRITE_RECON_BUFFER related code.
...
That code is not used, we could easily return it back using vpx_img_write()
function.
Change-Id: Id107875c6feab6ad245a518f6b437b6ed4b1246d
2014-04-25 16:43:58 -07:00
Dmitry Kovalev
7b59014b74
Removing old unused vp9_tapify.py.
...
Change-Id: I7d66987fd04a3f98c140fc5f99ed0e9bc01f61d0
2014-04-25 15:19:31 -07:00
Dmitry Kovalev
b87130093e
Cleaning up vp9_full_search_sadx8() function.
...
Change-Id: I61f977a7d0b177881bd5c1a7179fa5f8f089e9a6
2014-04-25 14:55:02 -07:00
Dmitry Kovalev
fae988dc3b
Merge "Cleaning up vp9_full_search_sadx3()."
2014-04-25 13:52:20 -07:00
Tom Finegan
d51197e825
Merge "Add tests for simple_decoder."
2014-04-25 13:50:04 -07:00
Dmitry Kovalev
3875df8fdb
scale_and_extend_frame{,_nonnormative}() cleanup.
...
Change-Id: Ie99fd7af436ab2f6b3ef0c3f1a652fb26116d861
2014-04-25 12:44:26 -07:00
Dmitry Kovalev
6e01079cc0
Removing unused vp9_variance_halfpixvar*() functions.
...
Change-Id: I99695564a3aa9bc8c79ac0a551d257e2ff3ad3c3
2014-04-25 11:50:07 -07:00
Tom Finegan
c3c5cf443c
Merge "Add tests for decode_to_md5."
2014-04-24 22:46:16 -07:00
Jingning Han
7e6d851675
Merge "Apply max intra block size condition to non-RD mode decision"
2014-04-24 17:27:14 -07:00
Tom Finegan
fe4776846e
Add tests for simple_encoder.
...
Change-Id: Ia8d1ddc856aa3d350522dd8dd13abc0bf40612ee
2014-04-24 16:18:55 -07:00
James Zern
092a20f0a6
gen_msvs_*proj.sh: factorize some functions
...
-> msvs_common.sh
Change-Id: Id4878805183c0ec11e5d681e4bf820b598b085f9
2014-04-24 15:53:13 -07:00
Tom Finegan
cee7b94c06
Add tests for decode_to_md5.
...
Change-Id: I3c85ab0b64ed825bdb7e18e45cc8385297547d96
2014-04-24 14:28:45 -07:00
Tom Finegan
0c358d6d77
Add tests for simple_decoder.
...
Change-Id: I092175fbd433bd03673d6bc942146ecba491873a
2014-04-24 13:31:43 -07:00
Vignesh Venkatasubramanian
dbd24710c7
Changing webmdec to use libwebm
...
Changing webmdec to use libwebm for WebM file parsing.
Change-Id: I2a57a7b44dbed05eaa04409e1e75e6fc03b30fbc
2014-04-24 11:58:42 -07:00
Dmitry Kovalev
03e7deae4f
Removing unused vp9_sub_pixel_mse* functions.
...
Change-Id: I8d906da3bd6de0d3042676846f61a8b2a3444508
2014-04-24 11:49:12 -07:00
Minghai Shang
4a1386e3c8
[svc rc] Increase worst quality for enhancement layers
...
Change-Id: Ifbfa90894eec9944bd55f364f1d17eb152338d6b
2014-04-24 11:33:23 -07:00
Tom Finegan
b906fe6528
Merge "Move shared test variables to tools_common.sh."
2014-04-24 11:12:44 -07:00
Adrian Grange
b933205a02
Remove test against NULL before freeing memory
...
Change-Id: I6ce6395b74019345c8b7242d874761f981ad53af
2014-04-24 09:32:40 -07:00
Adrian Grange
1aa2d1a444
Remove key_frame_frequency variable from VP9_COMP
...
This member of VP9_COMP seemed unnecessary since it
only shadowed VP9EncoderConfig.key_freq that is
accessible through VP9_COMP.
Change-Id: Ib751bb1cf1b0b3c50a2a527d7c34f6829dd6fee3
2014-04-24 08:44:47 -07:00
Joey Parrish
109f58acfd
Merge "Add VPXD_SET_DECRYPTOR support to the VP9 decoder."
2014-04-24 07:45:20 -07:00
Adrian Grange
025969d910
Merge "Fixed handling of regularly placed keyframes"
2014-04-24 07:44:41 -07:00
Vignesh Venkatasubramanian
910136320c
Merge "Enable tests using WebM files only if webm_io is enabled"
2014-04-23 23:44:08 -07:00
Vignesh Venkatasubramanian
68ff368d19
Enable tests using WebM files only if webm_io is enabled
...
There are a few tests which read/write directly to/from WebM files. They should
be disabled when --disable-webm-io is passed.
Change-Id: Ibac4732e27c66da33082151ba6e6993eaa9a1efd
2014-04-23 19:10:43 -07:00
Jingning Han
5a4e17b42f
Apply max intra block size condition to non-RD mode decision
...
Change-Id: I9b86a94d11db2239c85f61aeed5bbd83a0dfa028
2014-04-23 18:59:26 -07:00
Tom Finegan
7da552c283
Move shared test variables to tools_common.sh.
...
The global variables used in vpxdec.sh and vpxenc.sh have become useful
elsewhere: Define them in tools_common.sh instead.
Change-Id: I5b8dbd2e88c8d6b2f46c5c55d7711fa154c12b6a
2014-04-23 17:18:56 -07:00
Adrian Grange
086ae99235
Fixed handling of regularly placed keyframes
...
The encoder was not handling requests to place keyframes at
fixed intervals, i.e. kf_min_dist == kf_max_dist, correctly.
In this case when looking to place the next keyframe it was
accumulating stats all the way up to the end of the firstpass
file. This patch corrects this behavior.
Change-Id: I948ad9f1d7faa0c05861df588136cce3bb61d7e7
2014-04-23 16:59:43 -07:00
James Zern
95735c3938
configure: quote some uses of source_path
...
doesn't completely fix configure/build in directories with spaces, but
it's good practice
Change-Id: Ic7a5b3a0aa9e297b34061af07e099de8b1f003cd
2014-04-23 16:58:36 -07:00
Joey Parrish
18c08607e0
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
...
Change-Id: I88f86c8ff9af34e0b6531028b691921b54c2fc48
2014-04-23 16:11:54 -07:00
James Zern
dddc3c6906
Merge changes I2f05a5d9,I674337a7
...
* changes:
gen_msvs_vcxproj.sh: support cygwin style paths
gen_msvs_proj.sh: support cygwin style paths
2014-04-23 13:04:15 -07:00
Jingning Han
ace194a059
Merge "Chessboard pattern prediction filter type search in non-RD coding"
2014-04-23 12:48:27 -07:00
James Zern
792509d31f
gen_msvs_vcxproj.sh: support cygwin style paths
...
Change-Id: I2f05a5d90b3ad6250d31f7b422af4c22527177d1
2014-04-23 12:47:32 -07:00
James Zern
a757a99c8e
gen_msvs_proj.sh: support cygwin style paths
...
Change-Id: I674337a775651d7d9c9aa9fee755deaed11c104e
2014-04-23 12:29:45 -07:00
Dmitry Kovalev
8e528e8e6d
Merge "Adding macro to define vp9_variance_WxH_c() functions."
2014-04-23 11:35:11 -07:00
Jingning Han
8969f7c892
Chessboard pattern prediction filter type search in non-RD coding
...
This commit introduces a chessboard pattern search for the prediction
filter type search. It runs extensive search in alternate blocks and
allows the rest blocks to refer coding decisions of their nearby
neighbors.
For pedestrian 1080p at 4000 kbps, the runtime of speed -5 goes down
from 43990 ms to 42200 ms. The overall compression performance for
RTC set is changed by -1.37%.
Change-Id: Icfe220c49451cda796f0ca91d935c9ed01e56c9d
2014-04-23 10:41:07 -07:00
Tom Finegan
addf897710
Merge "tools_common.sh: Add run messages."
2014-04-23 10:11:29 -07:00
Deb Mukherjee
f1f07403e0
Merge "Rename FilterMode for compatibility with libyuv"
2014-04-23 09:05:55 -07:00
Dmitry Kovalev
1ed427a5e0
Merge "Renaming MB_PREDICTION_MODE to PREDICTION_MODE."
2014-04-23 00:02:00 -07:00
Tom Finegan
522f7c8b50
tools_common.sh: Add run messages.
...
Echo "Run test_name" before running each test in verbose mode.
Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6
2014-04-22 22:54:20 -07:00