]>
granicus.if.org Git - libvpx/log
Thomas Davies [Tue, 4 Oct 2016 12:19:31 +0000 (13:19 +0100)]
Tile groups: ensure each tile in a TG has a length.
This ensures TGs can be decoded even if the whole
frame has not been received and the frame length
is not known.
Change-Id: If24837fcc3b5c46554751be792e91100de73e8d6
Jingning Han [Fri, 30 Sep 2016 18:35:22 +0000 (11:35 -0700)]
Fix update_delta_q_probs compile warning
Change-Id: Ifb93970ed876ed61259b2f8da739171857c97fda
Thomas Davies [Wed, 26 Oct 2016 23:08:35 +0000 (16:08 -0700)]
Encode and decode multiple tile groups
This is a manual adaptation of the following commit from aom/master:
ce12003d60a1c8d6c65ed07ba165c34062fcbcbd
The original commit message:
A tile group is a set of tiles in scan order.
Each tile group has a version of uncompressed and compressed headers,
identical apart from tile group parameters.
Encoding probability updates takes account of the number of
headers to control overheads.
The decoder supports arbitrary numbers of tile groups with
arbitrary number of tiles. The number of tiles in a TG is
signalled in the uncompressed header for that TG.
The encoder currently only supports a fixed number
of TGs (3, when error resilient mode is on) of equal size
(except possibly for the last one).
The average BDR performnce with 3 tile groups versus
anchor with error resilient mode and up to 16 tiles is:
NR YCbCr: 3.02% 3.04% 3.05%
PSNRHVS: 3.09%
SSIM: 3.06%
MSSSIM: 3.05%
CIEDE2000: 3.04%
Change-Id: I9b97c5ed733103b9160a3a5d4370de5322c00c0b
Yaowu Xu [Thu, 27 Oct 2016 14:06:07 +0000 (14:06 +0000)]
Merge "Fix two bugs in parallel_deblocking experiment" into nextgenv2
Yaowu Xu [Thu, 27 Oct 2016 14:05:52 +0000 (14:05 +0000)]
Merge "fix filtering of uv int4x4 for odd rows" into nextgenv2
Yaowu Xu [Thu, 27 Oct 2016 14:05:39 +0000 (14:05 +0000)]
Merge "Add parallel-deblocking experiment" into nextgenv2
Jingning Han [Thu, 27 Oct 2016 00:50:02 +0000 (00:50 +0000)]
Merge "Support potential 2x2 transform block unit" into nextgenv2
Yaowu Xu [Wed, 26 Oct 2016 23:43:02 +0000 (23:43 +0000)]
Merge "av1/common/filter.h: apply clang-format" into nextgenv2
Yi Luo [Wed, 26 Oct 2016 22:42:16 +0000 (22:42 +0000)]
Merge "Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1" into nextgenv2
Jingning Han [Wed, 26 Oct 2016 17:46:28 +0000 (10:46 -0700)]
Support potential 2x2 transform block unit
Make the codec support 2x2 tranform block unit for chroma components.
Change-Id: Ic454535bd5620abe88a2e99789160cc4664ee518
Jingning Han [Wed, 26 Oct 2016 21:46:18 +0000 (21:46 +0000)]
Merge "Synchronize tx_size counts in the decoder" into nextgenv2
Ryan Lei [Wed, 26 Oct 2016 17:52:12 +0000 (10:52 -0700)]
Fix two bugs in parallel_deblocking experiment
This commit fixes two major bugs in parallel deblocking experiment, the
first one is missing initialization of lfm->lfl_uv array for horizontal
filtering. The second one is inconsistent order of vertical/horizontal
filtering of superblocks within a frame between encoder and decoder.
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=45#c2
BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=53#c1
Change-Id: I2df7eb313d49203fb70efe2bdf957b9d7e0bf678
Yi Luo [Wed, 26 Oct 2016 19:22:52 +0000 (19:22 +0000)]
Merge "Fix incorrect merge of forward txfm function declarations" into nextgenv2
Urvang Joshi [Wed, 26 Oct 2016 18:28:56 +0000 (18:28 +0000)]
Merge changes I56cddcb4,I40c5a652 into nextgenv2
* changes:
Mark bogus palette color probabilities as zero
get_palette_color_context: code cleanup
Jingning Han [Wed, 26 Oct 2016 18:04:31 +0000 (11:04 -0700)]
Synchronize tx_size counts in the decoder
Make both encoder and decoder use depth index for frame count.
Change-Id: I96dddffc0a83ad5e4e2847b15391e01ba01ee502
Angie Chiang [Wed, 26 Oct 2016 17:51:28 +0000 (17:51 +0000)]
Merge "av1/convolve.[hc],av1_convolve_test: add missing copyright" into nextgenv2
Angie Chiang [Wed, 26 Oct 2016 17:50:54 +0000 (17:50 +0000)]
Merge "Use has_subpel_mv_component in av1_is_interp_needed" into nextgenv2
Sarah Parker [Wed, 26 Oct 2016 17:33:47 +0000 (17:33 +0000)]
Merge "Revise precision clamping in GM param refinement" into nextgenv2
Yi Luo [Tue, 25 Oct 2016 23:13:07 +0000 (16:13 -0700)]
Fix incorrect merge of forward txfm function declarations
- Restore the fwd txfm HBD function declarations exposure.
Change-Id: I1e33df6297fd37e242f4b73c8ab97063b9feb7c6
Jingning Han [Tue, 25 Oct 2016 23:28:49 +0000 (16:28 -0700)]
Convert tx_size to relative depth to fetch tx_size_cost
Use the relative transform partition depth as index to fetch the
tx_size_cost value.
Change-Id: I7d5119817baa96f23c32828065ff3175bb9f75cf
Jingning Han [Tue, 25 Oct 2016 23:15:02 +0000 (16:15 -0700)]
Allow backward probability model update from tx_size=0
Replace enum items with range definitions.
Change-Id: Iba2b7cac657db5fb6177cb5c9e6f40ec0125d926
Jingning Han [Wed, 26 Oct 2016 17:11:56 +0000 (17:11 +0000)]
Merge "Add depth to tx_size mapper to bit-stream coding" into nextgenv2
Angie Chiang [Wed, 26 Oct 2016 16:51:57 +0000 (16:51 +0000)]
Merge "Simplify interpolation filter search in handle_inter_mode()" into nextgenv2
Janne Salonen [Wed, 28 Sep 2016 00:00:55 +0000 (17:00 -0700)]
fix filtering of uv int4x4 for odd rows
Change-Id: I61f91855430e11da45d4e91ec6d3a8976c461cb7
Ryan Lei [Wed, 26 Oct 2016 01:48:43 +0000 (18:48 -0700)]
Add parallel-deblocking experiment
This commit is a manual cherry-pick from aom/master:
42ff3881ace1564aac9debae86ef37a8deb8d381
Change-Id: I4a3cdb939b7b96a3aa27f6a00da7a0e73222f3f3
Yunqing Wang [Wed, 26 Oct 2016 16:17:42 +0000 (16:17 +0000)]
Merge "Change 2 motion search counts to be tile data" into nextgenv2
Yaowu Xu [Wed, 26 Oct 2016 16:05:58 +0000 (09:05 -0700)]
av1/common/filter.h: apply clang-format
Change-Id: I37f0d1fbcc6f262ae287290e2e6f5648ad0113c8
Jingning Han [Tue, 25 Oct 2016 23:05:02 +0000 (16:05 -0700)]
Add depth to tx_size mapper to bit-stream coding
It serves as a helper function to integrate various transform coding
options.
Change-Id: I64e7d0c88ea10137fa1ff1072d865eb0054c2a25
Sarah Parker [Tue, 25 Oct 2016 21:42:47 +0000 (14:42 -0700)]
Revise precision clamping in GM param refinement
This ensures that the parameter refinement never
results in a motion parameter value that exceeds the number
of alloted bits in the bitstream. It accounts for all of
the necessary precision shifts required to make global motion compatible
with the warped motion library. It also accounts for the
zero-centering that is applied to global motion parameters that are
naturally centered around one.
Change-Id: If429c93bb90b66fdff0edc07ecd9fc078077d303
Jingning Han [Wed, 26 Oct 2016 01:12:03 +0000 (01:12 +0000)]
Merge "Refactor transform size coding" into nextgenv2
Angie Chiang [Tue, 25 Oct 2016 23:56:48 +0000 (16:56 -0700)]
Use has_subpel_mv_component in av1_is_interp_needed
Change-Id: I8980df4512de605aaa6a67c1f05e544f69a12e96
Angie Chiang [Tue, 25 Oct 2016 19:19:16 +0000 (12:19 -0700)]
Simplify interpolation filter search in handle_inter_mode()
BDRate
ext_interp lowres -0.001%
dual_filter lowres 0.001%
Change-Id: Ic24165d554c300eaa0188ee8cb88d320b74125aa
Angie Chiang [Tue, 25 Oct 2016 22:09:56 +0000 (15:09 -0700)]
av1/convolve.[hc],av1_convolve_test: add missing copyright
Change-Id: Ie84bdf90c31b12977d32baacfc8086c1fdd96e65
Jingning Han [Tue, 25 Oct 2016 22:35:29 +0000 (15:35 -0700)]
Refactor transform size coding
Introduce the transform block partition depth macro definition.
Change-Id: I218dc77a77c8e967da4d270d4ec0d7691b712a5f
Jingning Han [Tue, 25 Oct 2016 22:29:20 +0000 (22:29 +0000)]
Merge "Refactor tx_size use case in block encoding stage" into nextgenv2
Jingning Han [Tue, 25 Oct 2016 22:29:02 +0000 (22:29 +0000)]
Merge "Refactor tokenize_vartx to use aligned transform block size fetch" into nextgenv2
Yunqing Wang [Tue, 25 Oct 2016 22:15:23 +0000 (15:15 -0700)]
Change 2 motion search counts to be tile data
Imported changes from VP9:
https://chromium-review.googlesource.com/#/c/402551/
https://chromium-review.googlesource.com/#/c/403128/
Change-Id: I8570c867190a6fa641926431ce97f7d9d7da3528
Jingning Han [Tue, 25 Oct 2016 22:18:43 +0000 (22:18 +0000)]
Merge "Use table fetch for block width in block_rd_txfm" into nextgenv2
James Zern [Tue, 25 Oct 2016 22:15:39 +0000 (22:15 +0000)]
Merge "update_state: quiet const warning w/global-motion" into nextgenv2
Yi Luo [Mon, 24 Oct 2016 23:30:55 +0000 (16:30 -0700)]
Fix aom_fdct32x32_avx2 output as CONFIG_AOM_HIGHBITDEPTH=1
- Change FDCT32x32_2D_AVX2 output parameter to tran_low_t.
- Add unit tests for CONFIG_AOM_HIGHBITDEPTH=1.
- Update TODO notes.
BUG=webm:1323
Change-Id: If4766c919a24231fce886de74658b6dd7a011246
Urvang Joshi [Tue, 25 Oct 2016 20:00:22 +0000 (13:00 -0700)]
Vertical scalers: Use signed int for src/dst pitch in parameters.
This avoids explicitly casting them to 'int' later.
These methods were already called with signed int arguments for pitch,
so this also avoids int -> unsigned int -> int conversion.
Change-Id: I2129f5ceff8f2525a188ee3ae52f9fe7067bd2e3
Angie Chiang [Tue, 25 Oct 2016 19:43:09 +0000 (19:43 +0000)]
Merge "Fix unsigned type error in gen_scaler.c" into nextgenv2
Yaowu Xu [Tue, 25 Oct 2016 19:41:17 +0000 (19:41 +0000)]
Merge "dkboolwriter.c: change copyright notice" into nextgenv2
Yaowu Xu [Tue, 25 Oct 2016 19:41:07 +0000 (19:41 +0000)]
Merge "7-bit interpolation filters" into nextgenv2
Yaowu Xu [Tue, 25 Oct 2016 19:40:51 +0000 (19:40 +0000)]
Merge "Use constrained tokenset with --enable-daala_ec." into nextgenv2
Jingning Han [Tue, 25 Oct 2016 19:39:22 +0000 (19:39 +0000)]
Merge "Refactor dist_block() function" into nextgenv2
Angie Chiang [Tue, 25 Oct 2016 19:36:49 +0000 (19:36 +0000)]
Merge changes I6faedb29,Ic6586114 into nextgenv2
* changes:
Remove speed feature of ext_interp experiment
Refactor: handle_inter()
Jingning Han [Tue, 25 Oct 2016 19:35:43 +0000 (12:35 -0700)]
Refactor tx_size use case in block encoding stage
Change-Id: I56110d1fc94b335668e6b991442e9083bbaea8ee
Jingning Han [Tue, 25 Oct 2016 18:57:46 +0000 (11:57 -0700)]
Refactor tokenize_vartx to use aligned transform block size fetch
This prepares for the integration of rectangular transform size
into recursive transform block partition.
Change-Id: I164eb43d10afa9bb2f4722de7a48faa770ba4ced
Jingning Han [Tue, 25 Oct 2016 19:03:29 +0000 (19:03 +0000)]
Merge "Refactor tx_size use cases in blockd.c" into nextgenv2
Jingning Han [Tue, 25 Oct 2016 17:37:34 +0000 (10:37 -0700)]
Use table fetch for block width in block_rd_txfm
Make direct use of block_size_wide to fetch data for stride.
Change-Id: I0d8491e58cf00ea73c764d218cb56408b64d9ee7
Yaowu Xu [Tue, 25 Oct 2016 17:32:33 +0000 (10:32 -0700)]
dkboolwriter.c: change copyright notice
Change-Id: I1d9349a07ffd85991fc5673354d3ceff3404b358
Jingning Han [Tue, 25 Oct 2016 17:15:39 +0000 (10:15 -0700)]
Refactor dist_block() function
Support automatic scale for mapping between transform block size
and pixel block size.
Change-Id: I141b0477a85c0dcc5f99b4e5d880cfccfae6d316
Arild Fuldseth [Fri, 26 Aug 2016 12:08:58 +0000 (14:08 +0200)]
7-bit interpolation filters
Purpose:
-Reduce dynamic range of interpolation filter coefficents from 8
bits to 7 bits.
-Inner product for 8-bit input data can be stored in a 16-bit signed
integer.
Impact on compression efficiency:
-Marginal improvement, typically less than 0.5% BDR.
Change-Id: I58d1408307ae7d2a6f9de8965c5877b258703199
Yaowu Xu [Tue, 25 Oct 2016 17:14:56 +0000 (17:14 +0000)]
Merge "Refactor extrabits packing" into nextgenv2
Yaowu Xu [Tue, 25 Oct 2016 17:14:43 +0000 (17:14 +0000)]
Merge "Linearize extrabits writing." into nextgenv2
Nathan E. Egge [Wed, 24 Aug 2016 18:52:42 +0000 (14:52 -0400)]
Use constrained tokenset with --enable-daala_ec.
Change-Id: Ia09edf92bf9f7ecacc65c232ac6e656cde236634
Jingning Han [Tue, 25 Oct 2016 16:47:02 +0000 (09:47 -0700)]
Refactor tx_size use cases in blockd.c
Use table to replace the arithmetic computation for mapping between
transform block and pixel number. Support automatic scale of block
size and transform block size.
Change-Id: I84766850172265d4295f418383dbc5e6e5838ec8
Debargha Mukherjee [Tue, 25 Oct 2016 16:25:42 +0000 (16:25 +0000)]
Merge "Fix compile error with --enable-accounting" into nextgenv2
Angie Chiang [Tue, 25 Oct 2016 16:24:23 +0000 (16:24 +0000)]
Merge "Refactor: Add macro LOG_SWITCHABLE_FILTERS" into nextgenv2
Angie Chiang [Mon, 24 Oct 2016 23:04:26 +0000 (16:04 -0700)]
Remove speed feature of ext_interp experiment
This is to facilitate the refactor process
Change-Id: I6faedb29129b47abefe20821dc3f32a43db149d8
Angie Chiang [Mon, 24 Oct 2016 19:24:44 +0000 (12:24 -0700)]
Refactor: Add macro LOG_SWITCHABLE_FILTERS
Change-Id: I7593ff2f8949d8bc26ca1c8577faaefb09640b59
Angie Chiang [Mon, 24 Oct 2016 22:57:36 +0000 (15:57 -0700)]
Refactor: handle_inter()
Make the parenthesis symmetric
Replace interpolation filter mode number by macro
Change-Id: Ic6586114c4cebe920b950e1b3adc8ebc764d4713
Debargha Mukherjee [Tue, 25 Oct 2016 16:21:20 +0000 (16:21 +0000)]
Merge "Fix to make intra_only frames decodable out of order" into nextgenv2
Angie Chiang [Tue, 25 Oct 2016 16:18:22 +0000 (09:18 -0700)]
Fix unsigned type error in gen_scaler.c
Avoid applying unary minus operator on unsigned type
Change-Id: Ibc60541837eef06810f5be0aaa7fef9edcc8f8a4
Yaowu Xu [Tue, 25 Oct 2016 16:04:32 +0000 (16:04 +0000)]
Merge "update_state_supertx: rename a shadowed variable" into nextgenv2
Yaowu Xu [Tue, 25 Oct 2016 16:03:47 +0000 (16:03 +0000)]
Merge "Move small fixes and refactoring for obmc pred from AV1" into nextgenv2
Yaowu Xu [Tue, 25 Oct 2016 16:03:40 +0000 (16:03 +0000)]
Merge "adapt_scan experiment" into nextgenv2
Alex Converse [Tue, 26 Jul 2016 23:27:51 +0000 (16:27 -0700)]
Refactor extrabits packing
- Eliminate the awkward _av1 suffix/infix in local variable names.
- Lift bitdepth selection out of the token loop.
Change-Id: I26d3397464f7808e0481a804033a93ca4f01f5d5
Alex Converse [Tue, 26 Jul 2016 22:35:42 +0000 (15:35 -0700)]
Linearize extrabits writing.
The decoder is already linear so changing these tables would just create
a mismatch.
Change-Id: Ib888c0dc273e089c38298f569bb35b6e4c32dd60
Thomas Daede [Mon, 19 Sep 2016 20:24:51 +0000 (13:24 -0700)]
Automatically upgrade profile to match input chroma subsampling.
This is a follow-up to
1195a396f6c53a5bd35559eed957c2aac855f7e .
Change-Id: I4db554e5d88290d55258062e29a1652707d91037
Yaowu Xu [Mon, 24 Oct 2016 19:55:54 +0000 (12:55 -0700)]
Remove select_tx_size from struct macroblock
It is no longer used anywhere.
Change-Id: I5d40664373d66821c5382f6155302b8719ce58c0
Guillaume Martres [Mon, 22 Aug 2016 02:02:33 +0000 (19:02 -0700)]
Avoid unnecessary reencode in choose_largest_tx_size
This change is similar to the one done for choose_tx_size_from_rd in
daf841b4a10ece1b6831300d79f271d00f9d027b
It gives a 4% speed-up on bus_cif.y4m with the following settings:
--cpu-used=4 -p 1 --end-usage=q --cq-level=40 --tile-columns=0 --tile-rows=0
Change-Id: Ic54fe4a066a2c0b5f6349d80cd13de8bb8ddcabc
Brennan Shacklett [Sat, 20 Aug 2016 00:34:11 +0000 (17:34 -0700)]
Remove encode_breakout and related speed features
Seems to be dead code
Change-Id: I17b3edc9e82d6a1da172a686522358a6b1a630e9
David Barker [Tue, 25 Oct 2016 12:52:07 +0000 (13:52 +0100)]
Fix compile error with --enable-accounting
Change-Id: I4b18dbfb013c9805cb23083a68560ab212a0867a
Peter de Rivaz [Tue, 25 Oct 2016 09:19:57 +0000 (10:19 +0100)]
Fix to make intra_only frames decodable out of order
last_frame_type is not well defined for intra_only frames
if we are decoding them out of order.
This change removes a dependency on last_frame_type for these frames.
Change-Id: I440cac68792714de222e192a0b3e75f6e1aa5e4b
Sarah Parker [Tue, 25 Oct 2016 02:00:48 +0000 (02:00 +0000)]
Merge "Extend warp_frame functions to average compound predictions" into nextgenv2
Angie Chiang [Fri, 21 Oct 2016 23:44:47 +0000 (16:44 -0700)]
adapt_scan experiment
Performance improvement
BDRate
lowres 0.921%
midres 0.730%
hdres 1.019%
Change-Id: I26208d6c0531937bff44de505b4ea355c7852802
Alex Converse [Thu, 6 Oct 2016 22:04:35 +0000 (15:04 -0700)]
Mark bogus palette color probabilities as zero
It's clearer on inspection that the zero probabilities are unused.
Cherry-picked from aomedia/master:
8134db1
Change-Id: I56cddcb41ba256b7bb921d6a8538405165566dfb
Urvang Joshi [Tue, 25 Oct 2016 01:06:28 +0000 (01:06 +0000)]
Merge changes I2153c57e,I0e291edd into nextgenv2
* changes:
Palette: Generate encodings automatically from tree.
Palette + Ext-Intra: shadowed declaration fix.
Urvang Joshi [Tue, 25 Oct 2016 00:11:10 +0000 (17:11 -0700)]
get_palette_color_context: code cleanup
consts, comments and other small readability improvements.
Change-Id: I40c5a652811a796fdb91dc7ca6b108e8871f72d1
Yue Chen [Mon, 24 Oct 2016 23:16:08 +0000 (23:16 +0000)]
Merge "Fix bugs in SUB8X8_MC" into nextgenv2
Jingning Han [Mon, 24 Oct 2016 22:24:04 +0000 (22:24 +0000)]
Merge "Refactor tx_size to pixel number mapping in reconintra.c" into nextgenv2
Jingning Han [Mon, 24 Oct 2016 22:23:59 +0000 (22:23 +0000)]
Merge "Simplify variable defs in av1_encode_block_intra" into nextgenv2
Jingning Han [Mon, 24 Oct 2016 22:23:40 +0000 (22:23 +0000)]
Merge "Refactor av1_predict_intra_block tx_size interface" into nextgenv2
Jingning Han [Mon, 24 Oct 2016 22:23:36 +0000 (22:23 +0000)]
Merge "Add block size in pixels lookup table" into nextgenv2
Angie Chiang [Mon, 24 Oct 2016 21:41:18 +0000 (21:41 +0000)]
Merge "Fix unsigned type error in aom_scale.c" into nextgenv2
Urvang Joshi [Mon, 24 Oct 2016 21:06:43 +0000 (14:06 -0700)]
Palette: Generate encodings automatically from tree.
Ran some manual sanity checks:
- Verified that the automatically generated encodings match the
hand-written encodings before the patch.
- Verified that the encoded bitstream before/after this patch is
identical.
Change-Id: I2153c57e463cff09c1d03d619b432fb1015199c3
Yue Chen [Fri, 21 Oct 2016 23:50:52 +0000 (16:50 -0700)]
Move small fixes and refactoring for obmc pred from AV1
Covering commits
1c263e0 and
79d8a07 from AOM codebase
Change-Id: I6400e5f99bbb2ef6584ef232d465e520230c06e0
Urvang Joshi [Mon, 24 Oct 2016 21:13:55 +0000 (14:13 -0700)]
Palette + Ext-Intra: shadowed declaration fix.
This shadowed declaration warning was generated when both experiments
are on.
Change-Id: I0e291eddeefabd68c5c3a0e5f8ac87706a82d55a
Jingning Han [Fri, 29 Jul 2016 17:48:34 +0000 (10:48 -0700)]
Prevent potential token buffer overflow in format 444
For a 16x16 pixel block, one needs to allocate 16x16 coefficient
tokens, plus up to 16 eob tokens, per plane. This commit increases
the token allocation size to cover the case where all the transform
blocks are of size 4x4 in format 444.
Change-Id: I5755e6a53771053d51163d01ec1d62e670c5009e
Thomas Daede [Fri, 26 Feb 2016 01:23:17 +0000 (17:23 -0800)]
Automatically set internal bit depth to at least the input bit depth.
Upgrade profile if required.
Change-Id: Ieb2b77d2446290a8fc749739247a01e8f0600c55
Jingning Han [Mon, 24 Oct 2016 21:01:29 +0000 (21:01 +0000)]
Merge "Add MAX_VARTX_DEPTH macro" into nextgenv2
Jingning Han [Mon, 24 Oct 2016 21:01:17 +0000 (21:01 +0000)]
Merge "Simplify the recursive transform block decoding" into nextgenv2
Yaowu Xu [Mon, 24 Oct 2016 20:57:55 +0000 (20:57 +0000)]
Merge "Correct data size estimation for odd size video" into nextgenv2
Debargha Mukherjee [Mon, 24 Oct 2016 19:53:41 +0000 (19:53 +0000)]
Merge "Fix a bug when combining new-quant + supertx" into nextgenv2
Yue Chen [Mon, 24 Oct 2016 19:21:48 +0000 (12:21 -0700)]
Fix bugs in SUB8X8_MC
Change-Id: Ia544974f83c6b7f9cdb148eeb13a6d0c6eb4ed24
Yaowu Xu [Mon, 24 Oct 2016 19:21:44 +0000 (19:21 +0000)]
Merge "Increase min size of compressed data" into nextgenv2
Yaowu Xu [Mon, 24 Oct 2016 19:21:29 +0000 (19:21 +0000)]
Merge "Avoid the use of uninitialized value in ActiveMap encoding route" into nextgenv2
Angie Chiang [Mon, 24 Oct 2016 16:34:53 +0000 (09:34 -0700)]
Fix unsigned type error in aom_scale.c
Avoid unary minus operator applied to unsigned type
Change-Id: I6986cd2b0ea236e0129ee94c02275593c287a87d