Yaowu Xu
c03ae7d99f
Add a TODO
...
Change-Id: I16bf93d40e9b345705b49bf09dd4b6996b513a83
2014-05-16 12:48:38 -07:00
Yaowu Xu
7fc5e74232
Reuse precalculated result
...
Change-Id: Iff9efff6c9cb41f833cee40eae014bd4489a87d0
2014-05-15 18:40:13 -07:00
Dmitry Kovalev
619e6b539a
Merge "Removing redundant "8x8" suffix from MODE_INFO vars."
2014-05-15 17:53:31 -07:00
Yaowu Xu
8ea9f1dad7
Merge "vp9_rdopt.c: cleanup -wextra warnings"
2014-05-15 17:44:54 -07:00
Yaowu Xu
1e4a7c111b
Merge "vp9_tokenize.c: cleanup -wextra warnings"
2014-05-15 17:36:18 -07:00
Yaowu Xu
2fd79c7a37
Merge "vp9_firstpass.c: clean -wextra warnings"
2014-05-15 15:20:50 -07:00
Yaowu Xu
8989e83341
Merge "vp9_pickmode.c: cleanup -wextra warnings"
2014-05-15 14:51:51 -07:00
Jim Bankoski
ec82d2dfec
Merge "Revert "Remove Wextra warnings from vp9_sad.c""
2014-05-15 11:54:23 -07:00
Yunqing Wang
c661cf0dad
Merge "AVX2 To VP9 Block Error Optimization"
2014-05-15 11:29:29 -07:00
Yaowu Xu
21bb6ddb57
vp9_firstpass.c: clean -wextra warnings
...
Change-Id: Ic488fe6edbc119f475763d72a85809499df60106
2014-05-15 11:29:15 -07:00
Yaowu Xu
e623056b2e
vp9_pickmode.c: cleanup -wextra warnings
...
Change-Id: I07e39f04fb11d2673722651fc78d0e9d22b1f557
2014-05-15 11:29:03 -07:00
Yaowu Xu
d7227958a7
vp9_rdopt.c: cleanup -wextra warnings
...
Change-Id: I1f87c689cad2224181d40a7d00f5c1064ceefa4b
2014-05-15 11:28:38 -07:00
Dmitry Kovalev
ed784a0bc4
Removing redundant "8x8" suffix from MODE_INFO vars.
...
Change-Id: I7ed7fecc959c6598ff98895f1a5cf7e11ac1615f
2014-05-15 11:14:42 -07:00
Jim Bankoski
a16794dd31
Revert "Remove Wextra warnings from vp9_sad.c"
...
This reverts commit 7ab9a9587b96db4edce6be916c1f02297a9555ff
Nightly test http://build.webmproject.org/jenkins/view/libvpx-nightly-tests/job/libvpx%20unit%20tests%20(valgrind-2)/arch=x86_64-linux-gcc,filter=-*VP8*:*Large.*/276/console
Failed
This patch did not address all the assembly issues
some of the vp8 assembly counts on 5 arguments being passed in to this function:
one example : vp8_sad8x16_wmt
Please address or split this into vp9 and vp8 patches.
Change-Id: I78afcc171649894f887bb8ee3c66de24aaddc7ca
2014-05-15 08:31:20 -07:00
Yaowu Xu
9a2749fcc6
Merge "vp9_ratectrl.c: cleanup -wextra warning"
2014-05-15 06:50:12 -07:00
Paul Wilkins
8deb0e182b
Merge "Silence unused parameter warnings."
2014-05-15 02:39:22 -07:00
Paul Wilkins
33aeb84c3f
Merge "Clear unused parameter warning."
2014-05-15 02:39:14 -07:00
Yaowu Xu
06496d5508
Merge "vp9_quantizer.c: cleanup -wextra warnings"
2014-05-14 17:48:33 -07:00
Yaowu Xu
882f71e52b
Merge "vp9_mbgraph.c: cleanup -wextra warnings"
2014-05-14 17:17:28 -07:00
Dmitry Kovalev
86094f22ba
Merge "Moving frame_coef_probs from VP9_COMP to local scope."
2014-05-14 12:38:19 -07:00
Dmitry Kovalev
9b90820c70
Merge "Cleaning up vp9_context_tree.c."
2014-05-14 12:26:48 -07:00
levytamar82
1fbab853c8
AVX2 To VP9 Block Error Optimization
...
vp9_block_error_sse2 can only handle 16 bytes at a time but
the function requires to handle a sequence of 32 bytes at a time
so each 16 bytes is handled in a different register.
With AVX2 optimization the 32 bytes can be handled in one register instead
of two in the SSE2
The vp9_block_error was optimized by 85%.
The user level was optimized by 1.2%
Change-Id: Ia8fffe60e61eff7432a5fbd538757894f6c319fd
2014-05-14 11:51:07 -07:00
Jingning Han
0604c0854c
Merge "Tune minq index table for P frames in one_pass_cbr coding mode"
2014-05-14 10:50:11 -07:00
Yaowu Xu
6f35081003
vp9_ratectrl.c: cleanup -wextra warning
...
Change-Id: I7ca46fa26acd80a21210cb8d9584ad812cb995bf
2014-05-14 10:38:04 -07:00
Yaowu Xu
051332a6a4
vp9_tokenize.c: cleanup -wextra warnings
...
Change-Id: I85854f1ab2d60feea0bfe6b2141f89a998777ecb
2014-05-14 10:36:14 -07:00
Paul Wilkins
e6cd696ba2
Merge "Fix int compared to unsigned int warnings."
2014-05-14 10:08:30 -07:00
Paul Wilkins
8628d3a7ae
Merge "Simplify 2 pass KF bitrate allocation"
2014-05-14 10:08:11 -07:00
Paul Wilkins
81bb41fafe
Merge "Further two pass clean up."
2014-05-14 10:07:51 -07:00
Deb Mukherjee
9687c057f8
Merge "Remove Wextra warnings from vp9_sad.c"
2014-05-14 10:01:50 -07:00
Yaowu Xu
c39a361b0f
vp9_quantizer.c: cleanup -wextra warnings
...
Change-Id: If5a3c48a8c554018a5d63c1541a2900f15767a00
2014-05-14 09:37:45 -07:00
Paul Wilkins
69544cfe40
Clear unused parameter warning.
...
Caused by a parameter which is only used under
#if CONFIG_VP9_POSTPROC.
Change-Id: I2c0979d215d45f56da1a38bb13aa214bde52a640
2014-05-14 17:20:24 +01:00
Yaowu Xu
e05a17bf8e
vp9_mbgraph.c: cleanup -wextra warnings
...
Change-Id: Ia6e2c2741adbf45f98a447dbb401506f95a2b0c8
2014-05-14 09:18:16 -07:00
Paul Wilkins
82cf10702d
Silence unused parameter warnings.
...
The various motion search functions share a
common function prototype. In the case of
vp9_full_range_search() two of the parameters
are not needed.
Change-Id: I0e190af54a3b3f276409f20e8ec55912f9b0b798
2014-05-14 16:47:32 +01:00
Paul Wilkins
2493e0f332
Fix int compared to unsigned int warnings.
...
Also delete vp9_set_roimap() which is not used in VP9.
Change-Id: I48c60b1dc8794c6a234f9c3d95e2debb7bdb3fd5
2014-05-14 16:31:17 +01:00
Paul Wilkins
1c520605e3
Merge "Clean up two unused parameters."
2014-05-14 08:05:44 -07:00
Paul Wilkins
200f9aed4f
Silence unused parameter warnings.
...
Remove two unused parameters in the function
vp9_refining_search_8p_c().
Change-Id: Ic192734586291cf5400926eeb8e720e69d40835c
2014-05-14 14:06:16 +01:00
Paul Wilkins
7b4258da08
Clean up two unused parameters.
...
Unused parameters to encode_without_recode_loop()
Change-Id: Ia94ce09199cd2419f26964eb5b53db2b7718cf03
2014-05-14 12:59:34 +01:00
Paul Wilkins
6122ca87a3
Simplify 2 pass KF bitrate allocation
...
Simplify the calculation of KF bitrate in similar way
to previous patch for GF/arf.
This has no impact on derf or std hd sets but gives a
small net gain of ~0.1% for yt and yt-hd sets.
Change-Id: Ida64ac1428d9c2a62adb67056fadbf0180eff030
2014-05-14 12:41:42 +01:00
Paul Wilkins
d677ea1f81
Further two pass clean up.
...
The variation in boost calculation for gf and arf groups
is not significant enough to justify the extra complexity.
Also removed some other spurious code that no longer
has much material impact.
The handling of the rare case, where the boost bits
number is less than the number of bits a that would
be allocated if a frame was not boosted, will be dealt
with in a subsequent patch.
This change actually helps on all sets a little by
~0.1% - 0.2% with slightly bigger gains on SSIM.
Change-Id: Id42c1ac22a80a8c4993cfa0e51bc733eb9ed4f75
2014-05-14 12:29:36 +01:00
Deb Mukherjee
7ab9a9587b
Remove Wextra warnings from vp9_sad.c
...
As a side-effect, the max_sad check is removed from the
C-implementation of VP8, for consistency with VP9, and to
ensure that the SAD tests common to VP8/VP9 pass.
That will make the VP8 C implementation of sad a little slower
but given that is rarely used in practice, the impact will be
minimal.
Change-Id: I7f43089fdea047fbf1862e40c21e4715c30f07ca
2014-05-14 03:17:31 -07:00
Dmitry Kovalev
eecc750b33
Merge "Moving loopfilter call to vp9_decode_frame()."
2014-05-13 17:20:26 -07:00
Dmitry Kovalev
32c51e8222
Merge "Inlining setup_key_frame() and setup_inter_frame()."
2014-05-13 15:00:22 -07:00
Jingning Han
3f96081a15
Tune minq index table for P frames in one_pass_cbr coding mode
...
Allow slightly larger minq-maxq range for P frames. This improves
the compression performance of speed -5 for rtc set by 2.7% in psnr.
Change-Id: I438653d52d0fe51111509c6092e2334bac2de0cf
2014-05-13 12:27:42 -07:00
Adrian Grange
9e0b5abc30
Merge "Move frame stats output to after update"
2014-05-13 10:07:36 -07:00
Dmitry Kovalev
889887aa68
Inlining setup_key_frame() and setup_inter_frame().
...
Change-Id: I6c0f0f91c189c041559f724f4faeada144390353
2014-05-12 17:13:07 -07:00
Dmitry Kovalev
ae7d3ef39f
Moving loopfilter call to vp9_decode_frame().
...
Inline loopfilter has been already handled in vp9_decode_frame().
Collecting all similar code in one place now.
Change-Id: I358a0280fc7c2b27cca520bc1e8c16c4eb6491dd
2014-05-12 16:19:19 -07:00
Yaowu Xu
38f3cf125e
Merge "vp9_pickmode.c: Removed unused function parameters"
2014-05-12 14:56:54 -07:00
Yaowu Xu
69d2fb856b
Merge "Change to use proper type"
2014-05-12 14:05:52 -07:00
Yaowu Xu
c80287f02d
Merge "fixed comparison of different int types."
2014-05-12 14:05:47 -07:00
Yaowu Xu
3e81ee26cc
vp9_pickmode.c: Removed unused function parameters
...
Change-Id: I4ec07d3935dc56ca16ea4ba1e5730b09f1bf1f21
2014-05-12 12:10:23 -07:00