Dmitry Kovalev
c9ec26f1d8
Moving common code into vp9_update_mv_count().
...
Change-Id: I512482853bdf2695fbdf1c705a2ada354ccf76cf
2014-03-19 14:26:11 -07:00
Jingning Han
4d903f47b6
Merge "Fix the use of uninitialized skip flag"
2014-03-19 11:21:41 -07:00
Dmitry Kovalev
981c5f2e03
Merge "Rearranging and removing unused defines."
2014-03-19 11:18:47 -07:00
Yaowu Xu
8cb59992e8
Merge "Fix the md5 mismatch for some scale cases."
2014-03-19 11:13:28 -07:00
Yaowu Xu
39f95de83d
Merge "Removed several unused functions."
2014-03-19 09:04:44 -07:00
Yaowu Xu
9aa88c476b
Merge "Remove an unused function"
2014-03-19 09:04:35 -07:00
James Zern
7620506fb3
update gitignore
...
vp8_set_maps was renamed in
61ecd7f
Add VP9 support to the set maps example.
Change-Id: I6c67254b9c437886e88dca21387ae4e86c74c440
2014-03-18 20:17:11 -07:00
James Zern
55dbbbbeaa
Merge changes If529f310,I0f4a8202
...
* changes:
configure: test for -mssse3
configure: factorize gcc machine option checks
2014-03-18 19:58:03 -07:00
James Zern
4b41800d49
Revert "configure: Check for make"
...
This reverts commit 89025585cd
.
This check breaks BSD builds and isn't useful through the configure
process. The README describes the build environment requirements (GNU
make).
Change-Id: I25f8a9c1640909412ab405dbd09a1c4d93e5a511
2014-03-18 18:21:14 -07:00
James Zern
f1e8d58a5c
configure: test for -mssse3
...
fixes compile with older versions of gcc
Change-Id: If529f3102dbc926be8d5fb91d4161fa686c11840
2014-03-18 17:30:56 -07:00
James Zern
c37ecba7f7
configure: factorize gcc machine option checks
...
check_gcc_machine_option() replaces individual -m* checks
Change-Id: I0f4a82020c0541b99209321907e80e071d1245e1
2014-03-18 17:25:31 -07:00
James Zern
86f786a256
Merge "y4minput: add more error reporting on read failure"
2014-03-18 17:07:36 -07:00
James Zern
d5866987ff
y4minput: add more error reporting on read failure
...
Change-Id: Iedb136e4019ec3eb3005ea567efb33902dccfb8d
2014-03-18 15:13:23 -07:00
James Zern
7ae5954d35
Merge "tokenize: quiet -Warray-bounds warnings"
2014-03-18 15:09:41 -07:00
James Zern
aad7b55b40
Merge "rdopt: quiet -Warray-bounds warnings"
2014-03-18 15:08:54 -07:00
James Zern
f87465743f
Merge "onyx_if: quiet -Warray-bounds warnings"
2014-03-18 15:05:47 -07:00
James Zern
bdfdfeb407
Merge "svc_encodeframe: quiet -Warray-bounds warnings"
2014-03-18 15:05:00 -07:00
Jingning Han
98fd11c567
Fix the use of uninitialized skip flag
...
The use of uninitialized skip flag will trigger inconsistency in
coding statistics, when alternate RD and non-RD coding modes are
enabled. This commit fixes this issue and removes unnecessary if
statements from update_state_rt.
Change-Id: I7d549dcb0e3ef48b999e5bbc78174ba84502cfcf
2014-03-18 15:03:45 -07:00
Dmitry Kovalev
bd68f29520
Merge "Fixing warnings/errors from c++ compiler."
2014-03-18 14:55:23 -07:00
Marco Paniconi
d1d2ef5166
Merge "In-frame q adjustment for cyclic background refresh."
2014-03-18 14:12:48 -07:00
Dmitry Kovalev
d3df2086c9
Merge "Cleaning up calc_active_worst_quality_one_pass_vbr()."
2014-03-18 13:10:10 -07:00
Vignesh Venkatasubramanian
2e84633d08
Merge "Adding libwebm sources to third_party/libwebm."
2014-03-18 11:57:23 -07:00
Dmitry Kovalev
66bf94965e
Rearranging and removing unused defines.
...
Change-Id: I03049f89565ce19a297e65e2d53db127dc6f77d9
2014-03-18 11:20:06 -07:00
Marco Paniconi
6b83884ba9
In-frame q adjustment for cyclic background refresh.
...
Activated using aq_mode=3.
Change-Id: Ied628b9e7bd0e88b0c75790276bca75b19eb5c07
2014-03-18 10:59:21 -07:00
Dmitry Kovalev
b8bc2d337a
Fixing warnings/errors from c++ compiler.
...
Change-Id: Ia561dda53f2dd10e3a10a2df2adb8027ab19397a
2014-03-18 10:47:51 -07:00
Dmitry Kovalev
645cb98e90
Cleaning up calc_active_worst_quality_one_pass_vbr().
...
Change-Id: Ibfccee5e35c235c02843e1c1fbd3c39034619cf5
2014-03-18 10:41:22 -07:00
Vignesh Venkatasubramanian
5bdecc4864
Adding libwebm sources to third_party/libwebm.
...
Hash and license details are found in README.webm
Change-Id: I52192abe8eba8ec413f6bccd479e8e2256a8f617
2014-03-18 09:35:37 -07:00
Alex Converse
c9a0309f13
Merge "Remove non-420 configure option."
2014-03-17 18:39:44 -07:00
Jingning Han
5e33fd200c
Merge "Add bit-stream write flag to nonrd_use_partition"
2014-03-17 14:17:58 -07:00
Dmitry Kovalev
40a4a3dd89
Merge "Cleaning up enums in vp9_onyx_int.h"
2014-03-17 14:13:56 -07:00
Dmitry Kovalev
b93deb6251
Merge "Moving defines from vp9_onyx_int.h to suitable *.c files."
2014-03-17 14:12:13 -07:00
Yaowu Xu
5511968f21
Removed several unused functions.
...
Change-Id: Ib9e27298c575afc02a98b593bc6ad60762064d9b
2014-03-17 14:09:29 -07:00
Yunqing Wang
c8e84dd2cc
Merge "Calculate rate_mv after sub-pixel search in non-rd mode"
2014-03-17 14:04:47 -07:00
Yaowu Xu
aec5e1ed65
Remove an unused function
...
Change-Id: Iaaea882e59dfec38c0a9a24deaf8525a0fb62515
2014-03-17 14:03:14 -07:00
Dmitry Kovalev
7bc241632c
Cleaning up enums in vp9_onyx_int.h
...
Change-Id: Ib5cbf77052bc03495ae135b3cdcd39c2452c2b34
2014-03-17 12:56:21 -07:00
Dmitry Kovalev
8228ead7df
Moving defines from vp9_onyx_int.h to suitable *.c files.
...
Change-Id: I0d39bdbb8166ee44561f1008d1a2e76e70b36f30
2014-03-17 12:54:51 -07:00
James Zern
bf4e4e36a3
Merge "Remove the vp8_vpxyv12_copy_y_neon."
2014-03-17 12:29:02 -07:00
James Zern
edb0c26d1e
Merge "thumb: Clarify a comment about the conversions that are done"
2014-03-17 12:25:54 -07:00
Yaowu Xu
1ced9764bb
Merge "Remove unused functions"
2014-03-17 11:25:39 -07:00
Dmitry Kovalev
65dc919103
Merge "Cleaning up vp9_diamond_search_sad_c & vp9_diamond_search_sadx4."
2014-03-17 11:23:49 -07:00
hkuang
1f7e4856f8
Fix the md5 mismatch for some scale cases.
...
Fixes issue #731
Change-Id: Id313e84b8fb4ff20f6a4e1ed11cb601927888318
2014-03-17 11:21:43 -07:00
Alex Converse
f7d3e96d06
Remove non-420 configure option.
...
Change-Id: Ic130a77cb77c780bea9d5a3fc7c7dccd3c77f0dd
2014-03-17 10:39:37 -07:00
Vignesh Venkatasubramanian
19e31c7ef5
Merge "Adding a configure flag to control WebM container support"
2014-03-17 10:06:49 -07:00
Martin Storsjo
317e07eedb
thumb: Clarify a comment about the conversions that are done
...
The comment made it look like the condition code was dropped from
the extra add instruction, while it actually was handled properly.
Thus, the comment was misleading while the code itself did the right
thing.
Also clarify the comment indicating that we use the full three-operand
form of the add instruction.
Change-Id: I2c1ac6ac4fedf262d104ea30a6c005febc74de9c
2014-03-17 14:25:46 +02:00
James Zern
90de3b0124
tokenize: quiet -Warray-bounds warnings
...
eob is limited by GetCoeffs
Change-Id: Ie5c0d024796fe6c9b2db0374892544e421bd5d09
2014-03-15 10:39:23 -07:00
James Zern
268f32db21
rdopt: quiet -Warray-bounds warnings
...
eob is limited by GetCoeffs
Change-Id: Id48a92e600375a1d4fb956757c93c91ebb5df59a
2014-03-15 10:37:49 -07:00
James Zern
2a19c96362
onyx_if: quiet -Warray-bounds warnings
...
'number_of_layers' is range checked before assignment from the user
config.
Change-Id: Idefdaceb8736f126fa7c647da2b047dafb56ea52
2014-03-15 10:36:27 -07:00
James Zern
6c0565a4cc
svc_encodeframe: quiet -Warray-bounds warnings
...
si->layers is validated prior to assignment; add an assertion prior to
first use as a loop bound
Change-Id: I727d4e24be3c352c3e5320d92e89d3f787944812
2014-03-14 18:37:20 -07:00
Jingning Han
6affef728b
Add bit-stream write flag to nonrd_use_partition
...
This is for the purpose to test variable partition choices for the
same 64x64 block.
Change-Id: I0fab7351a62e7d3dfccd667e908bccb996ee677e
2014-03-14 17:13:02 -07:00
hkuang
1f7558949f
Remove the vp8_vpxyv12_copy_y_neon.
...
vp8_vpxyv12_copy_y_neon is slower than vp8_vpxyv12_copy_y_c.
Change-Id: I7ba860619dc0714d700f232242ce915620461587
2014-03-14 16:47:23 -07:00