platform/upstream/libvpx.git
10 years agoReplacing int_mv with MV.
Dmitry Kovalev [Wed, 30 Apr 2014 22:50:13 +0000 (15:50 -0700)]
Replacing int_mv with MV.

Change-Id: Idccb530c814cb8a2fb9f7d0c11eaef25044efe5e

10 years agoMerge "tools_common.sh: Add vlog()"
Tom Finegan [Wed, 30 Apr 2014 18:19:37 +0000 (11:19 -0700)]
Merge "tools_common.sh: Add vlog()"

10 years agotools_common.sh: Add vlog()
Tom Finegan [Tue, 29 Apr 2014 03:56:37 +0000 (20:56 -0700)]
tools_common.sh: Add vlog()

Add a verbose logging function instead of checking
$VPX_TEST_VERBOSE_OUTPUT in multiple places.

Change-Id: I82618809f0964f696ed17ca4d99d8d7d252232f4

10 years agoMerge "[svc rc] Increase worst quality for enhancement layers"
Minghai Shang [Wed, 30 Apr 2014 18:02:54 +0000 (11:02 -0700)]
Merge "[svc rc] Increase worst quality for enhancement layers"

10 years agoMerge "Remove VP8 save_reg_neon function"
Yunqing Wang [Wed, 30 Apr 2014 16:17:18 +0000 (09:17 -0700)]
Merge "Remove VP8 save_reg_neon function"

10 years agoMerge "Adding search_site_config struct."
Dmitry Kovalev [Tue, 29 Apr 2014 23:59:47 +0000 (16:59 -0700)]
Merge "Adding search_site_config struct."

10 years agoMerge "Cleaning up vp9_full_search_sadx8() function."
Dmitry Kovalev [Tue, 29 Apr 2014 23:37:17 +0000 (16:37 -0700)]
Merge "Cleaning up vp9_full_search_sadx8() function."

10 years agoRemove VP8 save_reg_neon function
Yunqing Wang [Tue, 29 Apr 2014 21:36:51 +0000 (14:36 -0700)]
Remove VP8 save_reg_neon function

This patch did a cleanup following the commit "Save NEON registers
in VP8 NEON functions". The pushing/poping of callee-saved NEON
registers was moved into individual NEON functions. Therefore,
we don't need to save those registers at the beginning of codec.
The related code was removed.

Change-Id: I5648166514fc9beffb780aa138495597731f49ea

10 years agoMerge "scale_and_extend_frame{,_nonnormative}() cleanup."
Dmitry Kovalev [Tue, 29 Apr 2014 22:09:38 +0000 (15:09 -0700)]
Merge "scale_and_extend_frame{,_nonnormative}() cleanup."

10 years agoMerge "Removing unused vp9_variance_halfpixvar*() functions."
Dmitry Kovalev [Tue, 29 Apr 2014 21:52:58 +0000 (14:52 -0700)]
Merge "Removing unused vp9_variance_halfpixvar*() functions."

10 years agoMerge "Removing old unused vp9_tapify.py."
Dmitry Kovalev [Tue, 29 Apr 2014 21:52:51 +0000 (14:52 -0700)]
Merge "Removing old unused vp9_tapify.py."

10 years agoMerge "Removing WRITE_RECON_BUFFER related code."
Dmitry Kovalev [Tue, 29 Apr 2014 21:52:47 +0000 (14:52 -0700)]
Merge "Removing WRITE_RECON_BUFFER related code."

10 years agoMerge "Save NEON registers in VP8 NEON functions"
Yunqing Wang [Tue, 29 Apr 2014 21:34:37 +0000 (14:34 -0700)]
Merge "Save NEON registers in VP8 NEON functions"

10 years agoAdding search_site_config struct.
Dmitry Kovalev [Sat, 26 Apr 2014 01:22:27 +0000 (18:22 -0700)]
Adding search_site_config struct.

Change-Id: I2ad333553e673dbabcdc0f0366aea311e90849bf

10 years agoMerge "Add script for running all example tests."
Tom Finegan [Tue, 29 Apr 2014 03:45:26 +0000 (20:45 -0700)]
Merge "Add script for running all example tests."

10 years agoMerge "Add tests for the decode_with_drops example."
Tom Finegan [Tue, 29 Apr 2014 02:47:20 +0000 (19:47 -0700)]
Merge "Add tests for the decode_with_drops example."

10 years agoAdd script for running all example tests.
Tom Finegan [Mon, 28 Apr 2014 23:58:40 +0000 (16:58 -0700)]
Add script for running all example tests.

Change-Id: I1e3d0689554c9b64c035ec0394f052507f7ac2a3

10 years agoAdd tests for the decode_with_drops example.
Tom Finegan [Mon, 28 Apr 2014 23:48:46 +0000 (16:48 -0700)]
Add tests for the decode_with_drops example.

Change-Id: I99e120f934613fb7cc0ef4b4bba0c8caaecf18d2

10 years agotools_common.sh: Add a pseudo include guard.
Tom Finegan [Tue, 29 Apr 2014 00:16:05 +0000 (17:16 -0700)]
tools_common.sh: Add a pseudo include guard.

Change-Id: Iac931dee8fa428a2182d20e48ee515d7c77885c0

10 years agoMerge "Add tests for simple_encoder."
Tom Finegan [Mon, 28 Apr 2014 23:57:04 +0000 (16:57 -0700)]
Merge "Add tests for simple_encoder."

10 years agoSave NEON registers in VP8 NEON functions
Yunqing Wang [Mon, 28 Apr 2014 21:42:23 +0000 (14:42 -0700)]
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

10 years agoMerge "Changing webmdec to use libwebm"
Vignesh Venkatasubramanian [Mon, 28 Apr 2014 17:42:21 +0000 (10:42 -0700)]
Merge "Changing webmdec to use libwebm"

10 years agoMakefile: add msvs_common.sh to DIST-SRCS
James Zern [Sat, 26 Apr 2014 01:28:03 +0000 (18:28 -0700)]
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

10 years agoMerge "gen_msvs_*proj.sh: factorize some functions"
James Zern [Fri, 25 Apr 2014 23:44:30 +0000 (16:44 -0700)]
Merge "gen_msvs_*proj.sh: factorize some functions"

10 years agoRemoving WRITE_RECON_BUFFER related code.
Dmitry Kovalev [Fri, 25 Apr 2014 23:43:58 +0000 (16:43 -0700)]
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

10 years agoRemoving old unused vp9_tapify.py.
Dmitry Kovalev [Fri, 25 Apr 2014 22:19:31 +0000 (15:19 -0700)]
Removing old unused vp9_tapify.py.

Change-Id: I7d66987fd04a3f98c140fc5f99ed0e9bc01f61d0

10 years agoCleaning up vp9_full_search_sadx8() function.
Dmitry Kovalev [Fri, 25 Apr 2014 21:55:02 +0000 (14:55 -0700)]
Cleaning up vp9_full_search_sadx8() function.

Change-Id: I61f977a7d0b177881bd5c1a7179fa5f8f089e9a6

10 years agoMerge "Cleaning up vp9_full_search_sadx3()."
Dmitry Kovalev [Fri, 25 Apr 2014 20:52:20 +0000 (13:52 -0700)]
Merge "Cleaning up vp9_full_search_sadx3()."

10 years agoMerge "Add tests for simple_decoder."
Tom Finegan [Fri, 25 Apr 2014 20:50:04 +0000 (13:50 -0700)]
Merge "Add tests for simple_decoder."

10 years agoscale_and_extend_frame{,_nonnormative}() cleanup.
Dmitry Kovalev [Fri, 25 Apr 2014 19:44:26 +0000 (12:44 -0700)]
scale_and_extend_frame{,_nonnormative}() cleanup.

Change-Id: Ie99fd7af436ab2f6b3ef0c3f1a652fb26116d861

10 years agoRemoving unused vp9_variance_halfpixvar*() functions.
Dmitry Kovalev [Fri, 25 Apr 2014 18:50:07 +0000 (11:50 -0700)]
Removing unused vp9_variance_halfpixvar*() functions.

Change-Id: I99695564a3aa9bc8c79ac0a551d257e2ff3ad3c3

10 years agoMerge "Add tests for decode_to_md5."
Tom Finegan [Fri, 25 Apr 2014 05:46:16 +0000 (22:46 -0700)]
Merge "Add tests for decode_to_md5."

10 years agoMerge "Apply max intra block size condition to non-RD mode decision"
Jingning Han [Fri, 25 Apr 2014 00:27:14 +0000 (17:27 -0700)]
Merge "Apply max intra block size condition to non-RD mode decision"

10 years agoAdd tests for simple_encoder.
Tom Finegan [Thu, 24 Apr 2014 23:18:55 +0000 (16:18 -0700)]
Add tests for simple_encoder.

Change-Id: Ia8d1ddc856aa3d350522dd8dd13abc0bf40612ee

10 years agogen_msvs_*proj.sh: factorize some functions
James Zern [Thu, 24 Apr 2014 18:27:43 +0000 (11:27 -0700)]
gen_msvs_*proj.sh: factorize some functions

-> msvs_common.sh

Change-Id: Id4878805183c0ec11e5d681e4bf820b598b085f9

10 years agoAdd tests for decode_to_md5.
Tom Finegan [Thu, 24 Apr 2014 21:28:45 +0000 (14:28 -0700)]
Add tests for decode_to_md5.

Change-Id: I3c85ab0b64ed825bdb7e18e45cc8385297547d96

10 years agoAdd tests for simple_decoder.
Tom Finegan [Thu, 24 Apr 2014 20:31:43 +0000 (13:31 -0700)]
Add tests for simple_decoder.

Change-Id: I092175fbd433bd03673d6bc942146ecba491873a

10 years agoChanging webmdec to use libwebm
Vignesh Venkatasubramanian [Thu, 3 Apr 2014 07:41:14 +0000 (00:41 -0700)]
Changing webmdec to use libwebm

Changing webmdec to use libwebm for WebM file parsing.

Change-Id: I2a57a7b44dbed05eaa04409e1e75e6fc03b30fbc

10 years agoRemoving unused vp9_sub_pixel_mse* functions.
Dmitry Kovalev [Thu, 24 Apr 2014 18:49:12 +0000 (11:49 -0700)]
Removing unused vp9_sub_pixel_mse* functions.

Change-Id: I8d906da3bd6de0d3042676846f61a8b2a3444508

10 years ago[svc rc] Increase worst quality for enhancement layers
Minghai Shang [Thu, 24 Apr 2014 18:33:23 +0000 (11:33 -0700)]
[svc rc] Increase worst quality for enhancement layers

Change-Id: Ifbfa90894eec9944bd55f364f1d17eb152338d6b

10 years agoMerge "Move shared test variables to tools_common.sh."
Tom Finegan [Thu, 24 Apr 2014 18:12:44 +0000 (11:12 -0700)]
Merge "Move shared test variables to tools_common.sh."

10 years agoRemove test against NULL before freeing memory
Adrian Grange [Wed, 23 Apr 2014 21:02:27 +0000 (14:02 -0700)]
Remove test against NULL before freeing memory

Change-Id: I6ce6395b74019345c8b7242d874761f981ad53af

10 years agoRemove key_frame_frequency variable from VP9_COMP
Adrian Grange [Wed, 23 Apr 2014 18:11:23 +0000 (11:11 -0700)]
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

10 years agoMerge "Add VPXD_SET_DECRYPTOR support to the VP9 decoder."
Joey Parrish [Thu, 24 Apr 2014 14:45:20 +0000 (07:45 -0700)]
Merge "Add VPXD_SET_DECRYPTOR support to the VP9 decoder."

10 years agoMerge "Fixed handling of regularly placed keyframes"
Adrian Grange [Thu, 24 Apr 2014 14:44:41 +0000 (07:44 -0700)]
Merge "Fixed handling of regularly placed keyframes"

10 years agoMerge "Enable tests using WebM files only if webm_io is enabled"
Vignesh Venkatasubramanian [Thu, 24 Apr 2014 06:44:08 +0000 (23:44 -0700)]
Merge "Enable tests using WebM files only if webm_io is enabled"

10 years agoEnable tests using WebM files only if webm_io is enabled
Vignesh Venkatasubramanian [Fri, 18 Apr 2014 18:24:02 +0000 (11:24 -0700)]
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

10 years agoApply max intra block size condition to non-RD mode decision
Jingning Han [Thu, 24 Apr 2014 01:59:26 +0000 (18:59 -0700)]
Apply max intra block size condition to non-RD mode decision

Change-Id: I9b86a94d11db2239c85f61aeed5bbd83a0dfa028

10 years agoMove shared test variables to tools_common.sh.
Tom Finegan [Thu, 24 Apr 2014 00:18:56 +0000 (17:18 -0700)]
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

10 years agoFixed handling of regularly placed keyframes
Adrian Grange [Wed, 23 Apr 2014 17:08:31 +0000 (10:08 -0700)]
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

10 years agoconfigure: quote some uses of source_path
James Zern [Wed, 23 Apr 2014 21:51:45 +0000 (14:51 -0700)]
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

10 years agoAdd VPXD_SET_DECRYPTOR support to the VP9 decoder.
Joey Parrish [Tue, 15 Apr 2014 21:10:58 +0000 (14:10 -0700)]
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.

Change-Id: I88f86c8ff9af34e0b6531028b691921b54c2fc48

10 years agoMerge changes I2f05a5d9,I674337a7
James Zern [Wed, 23 Apr 2014 20:04:15 +0000 (13:04 -0700)]
Merge changes I2f05a5d9,I674337a7

* changes:
  gen_msvs_vcxproj.sh: support cygwin style paths
  gen_msvs_proj.sh: support cygwin style paths

10 years agoMerge "Chessboard pattern prediction filter type search in non-RD coding"
Jingning Han [Wed, 23 Apr 2014 19:48:27 +0000 (12:48 -0700)]
Merge "Chessboard pattern prediction filter type search in non-RD coding"

10 years agogen_msvs_vcxproj.sh: support cygwin style paths
James Zern [Wed, 23 Apr 2014 06:03:19 +0000 (23:03 -0700)]
gen_msvs_vcxproj.sh: support cygwin style paths

Change-Id: I2f05a5d90b3ad6250d31f7b422af4c22527177d1

10 years agogen_msvs_proj.sh: support cygwin style paths
James Zern [Wed, 23 Apr 2014 03:47:39 +0000 (20:47 -0700)]
gen_msvs_proj.sh: support cygwin style paths

Change-Id: I674337a775651d7d9c9aa9fee755deaed11c104e

10 years agoMerge "Adding macro to define vp9_variance_WxH_c() functions."
Dmitry Kovalev [Wed, 23 Apr 2014 18:35:11 +0000 (11:35 -0700)]
Merge "Adding macro to define vp9_variance_WxH_c() functions."

10 years agoChessboard pattern prediction filter type search in non-RD coding
Jingning Han [Wed, 23 Apr 2014 17:33:41 +0000 (10:33 -0700)]
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

10 years agoMerge "tools_common.sh: Add run messages."
Tom Finegan [Wed, 23 Apr 2014 17:11:29 +0000 (10:11 -0700)]
Merge "tools_common.sh: Add run messages."

10 years agoMerge "Rename FilterMode for compatibility with libyuv"
Deb Mukherjee [Wed, 23 Apr 2014 16:05:55 +0000 (09:05 -0700)]
Merge "Rename FilterMode for compatibility with libyuv"

10 years agoMerge "Renaming MB_PREDICTION_MODE to PREDICTION_MODE."
Dmitry Kovalev [Wed, 23 Apr 2014 07:02:00 +0000 (00:02 -0700)]
Merge "Renaming MB_PREDICTION_MODE to PREDICTION_MODE."

10 years agotools_common.sh: Add run messages.
Tom Finegan [Wed, 23 Apr 2014 05:54:20 +0000 (22:54 -0700)]
tools_common.sh: Add run messages.

Echo "Run test_name" before running each test in verbose mode.

Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6

10 years agoMerge "tools_common.sh: Set VPX_TEST_EXE_SUFFIX for windows targets."
Tom Finegan [Wed, 23 Apr 2014 03:39:49 +0000 (20:39 -0700)]
Merge "tools_common.sh: Set VPX_TEST_EXE_SUFFIX for windows targets."

10 years agotools_common.sh: Set VPX_TEST_EXE_SUFFIX for windows targets.
Tom Finegan [Wed, 23 Apr 2014 02:36:40 +0000 (19:36 -0700)]
tools_common.sh: Set VPX_TEST_EXE_SUFFIX for windows targets.

Change-Id: Ic3c792bcb76917c4d4b829d0377a9c36e06dd77d

10 years agoRenaming MB_PREDICTION_MODE to PREDICTION_MODE.
Dmitry Kovalev [Fri, 11 Apr 2014 22:26:24 +0000 (15:26 -0700)]
Renaming MB_PREDICTION_MODE to PREDICTION_MODE.

Actually, it would be great to have two separate enums INTRA_MODES and
INTER_MODES in future.

Change-Id: I6c4147cf0002853da9c1e03fe9514eab876f01c8

10 years agoAdding macro to define vp9_variance_WxH_c() functions.
Dmitry Kovalev [Wed, 23 Apr 2014 00:45:30 +0000 (17:45 -0700)]
Adding macro to define vp9_variance_WxH_c() functions.

Change-Id: I983e3831938d4ae055de20b8d257d223e7916b1f

10 years agoMerge "Fix dr memory VP8 encode/decode errors"
Yunqing Wang [Tue, 22 Apr 2014 23:09:43 +0000 (16:09 -0700)]
Merge "Fix dr memory VP8 encode/decode errors"

10 years agoMerge "Renaming "onyx" to "encoder"."
Dmitry Kovalev [Tue, 22 Apr 2014 23:00:05 +0000 (16:00 -0700)]
Merge "Renaming "onyx" to "encoder"."

10 years agoMerge "Reusing vp9_get_interp_kernel() function in unit tests."
Dmitry Kovalev [Tue, 22 Apr 2014 22:59:52 +0000 (15:59 -0700)]
Merge "Reusing vp9_get_interp_kernel() function in unit tests."

10 years agoRenaming "onyx" to "encoder".
Dmitry Kovalev [Sat, 19 Apr 2014 01:27:47 +0000 (18:27 -0700)]
Renaming "onyx" to "encoder".

Actual renames:
  vp9_onyx_if.c -> vp9_encoder.c
  vp9_onyx_int.h -> vp9_encoder.h

Change-Id: I80532a80b118d0060518e6c6a0d640e3f411783c

10 years agoMerge "Add utiltest target to Makefile."
Tom Finegan [Tue, 22 Apr 2014 21:12:01 +0000 (14:12 -0700)]
Merge "Add utiltest target to Makefile."

10 years agoMerge "Fix the CONFIG_ALPHA build."
Alex Converse [Tue, 22 Apr 2014 19:49:28 +0000 (12:49 -0700)]
Merge "Fix the CONFIG_ALPHA build."

10 years agoMerge "Template macros to generate subpix variance functions."
Dmitry Kovalev [Tue, 22 Apr 2014 18:42:42 +0000 (11:42 -0700)]
Merge "Template macros to generate subpix variance functions."

10 years agoMerge "Inlining vp9_set_segmentation_map() function."
Dmitry Kovalev [Tue, 22 Apr 2014 18:42:07 +0000 (11:42 -0700)]
Merge "Inlining vp9_set_segmentation_map() function."

10 years agoFix the CONFIG_ALPHA build.
Alex Converse [Wed, 16 Apr 2014 17:08:30 +0000 (10:08 -0700)]
Fix the CONFIG_ALPHA build.

Change-Id: Ib89fe34812c17cd6294ce3c38f87d43a79abb16f

10 years agoRename FilterMode for compatibility with libyuv
Deb Mukherjee [Tue, 22 Apr 2014 18:15:19 +0000 (11:15 -0700)]
Rename FilterMode for compatibility with libyuv

Renames FilterMode to FilterModeEnum for compatibility
with google3 libyuv

Change-Id: Iec845e6a6aeac4171790c87ce3dd9000ab840a36

10 years agoMerge "Bug fix for svc first pass rate control."
Minghai Shang [Tue, 22 Apr 2014 17:59:55 +0000 (10:59 -0700)]
Merge "Bug fix for svc first pass rate control."

10 years agoMerge "Force ARNR filtering to be centered on the ARF frame"
Adrian Grange [Tue, 22 Apr 2014 17:39:02 +0000 (10:39 -0700)]
Merge "Force ARNR filtering to be centered on the ARF frame"

10 years agoAdd utiltest target to Makefile.
Tom Finegan [Tue, 22 Apr 2014 17:38:43 +0000 (10:38 -0700)]
Add utiltest target to Makefile.

Add target for running tests via make. Runs vpxdec.sh and vpxenc.sh.

Change-Id: I5fddb7356b6ac37e284b4f15b47310f108ae3da3

10 years agoForce ARNR filtering to be centered on the ARF frame
Adrian Grange [Fri, 18 Apr 2014 17:15:32 +0000 (10:15 -0700)]
Force ARNR filtering to be centered on the ARF frame

ARNR filtering is now forced to be centered on the ARF
frame and the other two options have been removed.

The other modes of constructing the ARNR frame were
not used and there does not seem to be any good
reason to maintain them.

This is purely an encoder-side change.

Change-Id: Ic772636d23f280752973852b9740083532a49de2

10 years agoMerge "Adds test code for supplemental superframe data"
Deb Mukherjee [Tue, 22 Apr 2014 13:53:18 +0000 (06:53 -0700)]
Merge "Adds test code for supplemental superframe data"

10 years agoInlining vp9_set_segmentation_map() function.
Dmitry Kovalev [Tue, 22 Apr 2014 03:22:36 +0000 (20:22 -0700)]
Inlining vp9_set_segmentation_map() function.

Change-Id: I82f23f0f91a0be8329e20fcd2a5918c6a096dacc

10 years agoTemplate macros to generate subpix variance functions.
Dmitry Kovalev [Tue, 22 Apr 2014 02:57:25 +0000 (19:57 -0700)]
Template macros to generate subpix variance functions.

Change-Id: I931fde6013aa18294b49a361f75f177ab1262574

10 years agoMerge "Allow full RD TX size search for GF/ALT at speed 2"
Yaowu Xu [Tue, 22 Apr 2014 01:32:36 +0000 (18:32 -0700)]
Merge "Allow full RD TX size search for GF/ALT at speed 2"

10 years agoMerge "Change naming of end_usage parameter."
Paul Wilkins [Tue, 22 Apr 2014 01:29:22 +0000 (18:29 -0700)]
Merge "Change naming of end_usage parameter."

10 years agoMerge "Remove an unused function"
Yaowu Xu [Tue, 22 Apr 2014 00:46:06 +0000 (17:46 -0700)]
Merge "Remove an unused function"

10 years agoFix dr memory VP8 encode/decode errors
Yunqing Wang [Mon, 21 Apr 2014 23:49:22 +0000 (16:49 -0700)]
Fix dr memory VP8 encode/decode errors

This patch fixed errors reported in Issue 746: "dr memory VP8
encode errors" and Issue 745: "dr memory VP8 decode errors".
The "UNINITIALIZED READ" errors were fixed in x86 assembly
code. The list of files fixed is
vp8_intra_pred_uv_tm_sse2
vp8_intra_pred_uv_tm_ssse3

vp8_intra_pred_uv_ho_mmx2
vp8_intra_pred_uv_ho_ssse3

vp8_intra_pred_y_tm_sse2
vp8_intra_pred_y_tm_ssse3

vp8_intra_pred_y_ho_sse2

Change-Id: Ib6df7bf1d442077fe534edfd90e50ad16fadacdd

10 years agoReusing vp9_get_interp_kernel() function in unit tests.
Dmitry Kovalev [Mon, 21 Apr 2014 21:15:35 +0000 (14:15 -0700)]
Reusing vp9_get_interp_kernel() function in unit tests.

Change-Id: Ic24a371817c9dd5c4035a6fe01111bd9ab63f552

10 years agoAllow full RD TX size search for GF/ALT at speed 2
Yaowu Xu [Mon, 21 Apr 2014 19:04:59 +0000 (12:04 -0700)]
Allow full RD TX size search for GF/ALT at speed 2

For speed 3 and above, such search is only allowed at speed 3.
The change helped cif and stdhd set by 1.2% and .7% in compression,
but increased the encoding time by around 5%.

Change-Id: Ifa4832327f1c1bef3decb032ceb769cbf50e059f

10 years agoMerge "Inlining and removing encoder_common_init()."
Dmitry Kovalev [Mon, 21 Apr 2014 19:21:06 +0000 (12:21 -0700)]
Merge "Inlining and removing encoder_common_init()."

10 years agoAdds test code for supplemental superframe data
Deb Mukherjee [Fri, 4 Apr 2014 21:38:29 +0000 (14:38 -0700)]
Adds test code for supplemental superframe data

Adds test code to verify that supplemental superframe information
that precedes the normal superframe information will not break
decoding.

Change-Id: Ia252b887d7ee138f51dc9a778376ff739402c455

10 years agoChange naming of end_usage parameter.
Paul Wilkins [Thu, 17 Apr 2014 23:09:24 +0000 (16:09 -0700)]
Change naming of end_usage parameter.

The end_useage parameter  is confusingly named since it
now actually defines the rate control method used.

Change-Id: I98912caabfe556b7af0b939a645d1336409e4d71

10 years agoMerge "Adding setup_frame() function."
Dmitry Kovalev [Mon, 21 Apr 2014 17:44:08 +0000 (10:44 -0700)]
Merge "Adding setup_frame() function."

10 years agoMerge "Cleaning up vp9_rdopt.c."
Dmitry Kovalev [Mon, 21 Apr 2014 17:41:04 +0000 (10:41 -0700)]
Merge "Cleaning up vp9_rdopt.c."

10 years agoMerge "Don't set loop filter sharpness in vp9_change_config()."
Dmitry Kovalev [Mon, 21 Apr 2014 17:40:30 +0000 (10:40 -0700)]
Merge "Don't set loop filter sharpness in vp9_change_config()."

10 years agoMerge "Cleaning vp9_variance.{c, h}."
Dmitry Kovalev [Mon, 21 Apr 2014 17:40:05 +0000 (10:40 -0700)]
Merge "Cleaning vp9_variance.{c, h}."

10 years agoMerge "Enable background detection for adaptive quantizer control"
Jingning Han [Mon, 21 Apr 2014 16:36:11 +0000 (09:36 -0700)]
Merge "Enable background detection for adaptive quantizer control"

10 years agoMerge "Merge two new VBR adjustment schemes."
Yaowu Xu [Mon, 21 Apr 2014 16:11:24 +0000 (09:11 -0700)]
Merge "Merge two new VBR adjustment schemes."

10 years agoMerge "Add experimental VBR adaptation method."
Yaowu Xu [Mon, 21 Apr 2014 16:11:19 +0000 (09:11 -0700)]
Merge "Add experimental VBR adaptation method."

10 years agoEnable background detection for adaptive quantizer control
Jingning Han [Thu, 17 Apr 2014 16:58:17 +0000 (09:58 -0700)]
Enable background detection for adaptive quantizer control

This commit enables a background detection approach for adaptive
quantizer control. It combines the cyclic refresh pattern and the
background information to determine the segment id for adaptive
quantizer selection, prior to the non-RD mode decision process.
It hence allows proper quantization information update for a more
precise rate-distortion modeling in the non-RD mode decision.

The compression performance of speed -5 for rtc set is improved
by 2.5%, at no speed change.

Change-Id: Ic3713e8ed9185b403b5b1679d19dabd57506d452