|
libvpx: Pull from upstream
- Roll to pick up win64 warning fix. 0373e51
Current HEAD: 4f4713b4170b61fcbef2be3f097c30c806a9a0f2
git log from upstream:
4f4713b Merge "Add unit tests for 4x4 ADST"
0373e51 Merge "Cast value to avoid size_t/int warning on win64"
8283d89 Merge "Renaming 'nmv' to 'mv' for several functions."
77186ee Merge "Function decomposition inside vp9_decodemv.c file."
7947a33 Improving model rd with variance and quant step
d94aee6 Cast value to avoid size_t/int warning on win64
9f2a1ae adds force partitioning greater than or less than block size
18bdf70 adds a set partitioning to speed features
476d73d partition by variance using var from last frame
1f94b97 convert all speed things to speed features
727fa7b new partition via variance
0fad6a9 fix to set up new speed feature
df2314c don't copy partitions for key frames or altrefs
f954490 disable speed > 1 speed corrections in firstpass
2c6bdbb new debug modes code
fbcce4d Merge "copy partitioning from last fame"
f033b44 copy partitioning from last fame
362809d Add unit tests for 4x4 ADST
db938c2 Merge "test_libvpx: disable pthreads in gtest"
6e3b34b Removed a number of unnecessary check on ref_frame
15eaba1 Function decomposition inside vp9_decodemv.c file.
90a9900 test_libvpx: disable pthreads in gtest
3656835 Merge "Add two-pass quantization"
b5bf7b1 Add two-pass quantization
12180c8 Remove unnecessary copying of probs.
87e1fa7 Renaming 'nmv' to 'mv' for several functions.
2319b7a Merge "tests: clear system state after non-API calls"
5b75674 tests: clear system state after non-API calls
BUG= 165504
TBR=hclam, wwcv
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207480
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1447 lines, -965 lines) |
Patch |
 |
M |
source/libvpx/configure
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/libs.mk
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
source/libvpx/test/clear_system_state.h
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/fdct4x4_test.cc
|
View
|
|
7 chunks |
+66 lines, -22 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/idct_test.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/intrapred_test.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/pp_filter_test.cc
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/test/sad_test.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/sixtap_predict_test.cc
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/subtract_test.cc
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/test/test.mk
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/test/variance_test.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp8/decoder/dboolhuff.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_debugmodes.c
|
View
|
|
1 chunk |
+39 lines, -97 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_entropymv.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_entropymv.c
|
View
|
|
5 chunks |
+21 lines, -25 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_findnearmv.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/common/vp9_findnearmv.c
|
View
|
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/decoder/vp9_decodemv.c
|
View
|
|
13 chunks |
+142 lines, -142 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/decoder/vp9_decodframe.c
|
View
|
|
5 chunks |
+28 lines, -32 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_bitstream.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encodeframe.c
|
View
|
|
64 chunks |
+662 lines, -551 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_encodemv.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_firstpass.c
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_mcomp.c
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_onyx_if.c
|
View
|
|
5 chunks |
+62 lines, -15 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_onyx_int.h
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_quantize.c
|
View
|
|
3 chunks |
+182 lines, -13 lines |
0 comments
|
Download
|
 |
M |
source/libvpx/vp9/encoder/vp9_rdopt.c
|
View
|
|
9 chunks |
+144 lines, -40 lines |
0 comments
|
Download
|
Total messages: 1 (0 generated)
|