Minghai Shang
e9f46ebd38
Merge "[spatial svc] No need to code full width and height for non key frame"
2014-05-05 23:21:53 -07:00
Dmitry Kovalev
3af5eab2c1
Merge "Cleaning up vp9_full_range_search_c() function."
2014-05-05 22:01:02 -07:00
Dmitry Kovalev
e8bbb3d9db
Making vp9_get_sse_sum_{8x8, 16x16} static.
...
Change-Id: Ifb7937c977308c682986f0ce9645a0807d2aa46a
2014-05-05 19:12:38 -07:00
Dmitry Kovalev
ec234eb5e1
Merge "Moving costs from MACROBLOCK to VP9_COMP."
2014-05-05 19:10:25 -07:00
Dmitry Kovalev
a4533957b0
Merge "Cleaning up vp9_variance.c"
2014-05-05 19:09:57 -07:00
Adrian Grange
928b34e895
Fix rounding in ARNR calculation
...
The rounding of the ARNR filter output prior to
normalization by the filter strength was incorrect
when strength = 0.
In this case 1 << (strength - 1) would not create the
required rounding of 0, rather it would outrange. This
patch fixes this issue.
Change-Id: I771809ba34d6052b17d34c870ea11ff67b418dab
2014-05-05 11:00:43 -07:00
Minghai Shang
bb505879d6
[spatial svc] No need to code full width and height for non key frame
...
Change-Id: I62ab0f4346b4157a90dc5b5f73ab5e597d69c1bd
2014-05-02 11:29:05 -07:00
Dmitry Kovalev
4498194bad
Cleaning up vp9_variance.c
...
Change-Id: Ie2b9c9881085053c191f3f7b8253e283edef573b
2014-05-02 11:10:45 -07:00
Adrian Grange
8b2b7370b5
Merge "Revert "Force ARNR filtering to be centered on the ARF frame""
2014-05-02 08:13:06 -07:00
Adrian Grange
a481fcc3e0
Merge "Fix mode selection bug when ARNR filtering disabled"
2014-05-02 08:12:00 -07:00
Debargha Mukherjee
6497f2718f
Merge "Switch the default 2 pass vbr variant."
2014-05-02 04:03:29 -07:00
Dmitry Kovalev
53888035f9
Merge "Moving #defines to *.c from *.h."
2014-05-01 18:28:34 -07:00
Dmitry Kovalev
2cba07c660
Merge "Adding vp9_temporal_filter_init() function."
2014-05-01 18:28:21 -07:00
Dmitry Kovalev
d32615c523
Merge "Replacing int_mv with MV."
2014-05-01 18:28:12 -07:00
Dmitry Kovalev
a0327f5eaf
Merge "Simplifying vp9_is_upper_layer_key_frame()."
2014-05-01 18:27:56 -07:00
Dmitry Kovalev
66307bf2c8
Moving costs from MACROBLOCK to VP9_COMP.
...
Change-Id: I61471dd0f77d1547abec13cbf9670e1c4eb9131a
2014-05-01 16:12:23 -07:00
Dmitry Kovalev
e05b92c0aa
Merge "Removing half-variance asm functions which are not used."
2014-05-01 14:50:45 -07:00
Adrian Grange
0423a96469
Fix mode selection bug when ARNR filtering disabled
...
When ARNR filtering is disabled, by setting
arnr_max_frames=0, mode_skip_mask was being set to
-1 for the ARF frame resulting in no mode being
selected for the block.
The intent is to restrict the reference frame to the
previous ARF frame and the mode to one of ZEROMV,
NEARMV or NEARESTMV.
Change-Id: Ifc3920b153142cd01d422910c94d2f20ffb6f129
2014-05-01 14:38:58 -07:00
Paul Wilkins
307b6c22a3
Switch the default 2 pass vbr variant.
...
On balance Deb's modified rate control for VBR seems
to be outperforming especially on some low motion YT
clips so I have switched this to be the default mode for
now.
Change-Id: I0713d430cad6425ac5c48fccdf332e12814ee44a
2014-05-01 11:53:40 -07:00
Dmitry Kovalev
eae4a467a8
Simplifying vp9_is_upper_layer_key_frame().
...
Change-Id: Ib56df7cd282dadbfd202de23f0c746a93b5ce63e
2014-05-01 11:41:01 -07:00
Dmitry Kovalev
92c536b465
Adding vp9_temporal_filter_init() function.
...
Change-Id: I0d50354111df79b74aafcd3bb7dc14df3c14733a
2014-05-01 11:35:50 -07:00
Minghai Shang
528a5c28b3
Merge "[svc rc] RC improvement for key frames in upper layers for spatial svc."
2014-05-01 10:53:47 -07:00
Dmitry Kovalev
6653769a02
Merge "Removing unused alt_activity_measure() function."
2014-04-30 15:50:34 -07:00
Dmitry Kovalev
9d3831db33
Merge "Removing unused typedefs."
2014-04-30 15:50:26 -07:00
Dmitry Kovalev
dd1a393624
Replacing int_mv with MV.
...
Change-Id: Idccb530c814cb8a2fb9f7d0c11eaef25044efe5e
2014-04-30 15:50:13 -07:00
Dmitry Kovalev
c9dfa3f72e
Cleaning up vp9_full_range_search_c() function.
...
Change-Id: Ifc9114aeacd493cfa04d4cb3d071bf1de80e0568
2014-04-30 15:40:24 -07:00
Minghai Shang
f916a3e256
[svc rc] RC improvement for key frames in upper layers for spatial svc.
...
Change-Id: Id6ab59e505be28cd4eb9f1fe114feb47debe0539
2014-04-30 15:12:55 -07:00
Jingning Han
39761eb5d6
Merge "Enable SSSE3 implementation of 8x8 forward 2D-DCT"
2014-04-30 13:41:36 -07:00
Dmitry Kovalev
042274739c
Moving #defines to *.c from *.h.
...
Change-Id: I7cc6f441f414ca1b4d95dad3f789fff6faf8c3c4
2014-04-30 12:40:03 -07:00
Dmitry Kovalev
e826b61305
Removing unused typedefs.
...
Change-Id: I34ebc59980cf661ed658555e245bf0a93e5c3373
2014-04-30 12:34:09 -07:00
Dmitry Kovalev
94f5491c46
Removing half-variance asm functions which are not used.
...
Corresponding C functions were removed in
I99695564a3aa9bc8c79ac0a551d257e2ff3ad3c3
Change-Id: I50a5575065a7a9e41904eb2161afd739def927db
2014-04-30 12:21:54 -07:00
Minghai Shang
d9e8c1eafc
Merge "[svc rc] Increase worst quality for enhancement layers"
2014-04-30 11:02:54 -07:00
Dmitry Kovalev
d2bc8816a1
Merge "Adding search_site_config struct."
2014-04-29 16:59:47 -07:00
Dmitry Kovalev
14967cd4f5
Removing unused alt_activity_measure() function.
...
Change-Id: I6b520553cb5334b44356dc4651a2dbc1cb93cca5
2014-04-29 16:58:22 -07:00
Dmitry Kovalev
dde35bbbcc
Merge "Cleaning up vp9_full_search_sadx8() function."
2014-04-29 16:37:17 -07:00
Jingning Han
1eaa3a76dc
Enable SSSE3 implementation of 8x8 forward 2D-DCT
...
Assembly implementation of ssse3 8x8 forward 2D-DCT. The current
version is turned on only for x86_64. The average unit runtime
goes from 157 cycles down to 136 cycles, i.e., about 12.8% faster.
This translates into about 1.5% speed-up for pedestrian_area 1080p
at speed 2.
Change-Id: I0f12435857e9425ed7ce12541344dfa16837f4f4
2014-04-29 15:49:18 -07:00
Dmitry Kovalev
3e9943885a
Merge "scale_and_extend_frame{,_nonnormative}() cleanup."
2014-04-29 15:09:38 -07:00
Dmitry Kovalev
9b042dc04c
Merge "Removing unused vp9_variance_halfpixvar*() functions."
2014-04-29 14:52:58 -07:00
Adrian Grange
0a386b9234
Revert "Force ARNR filtering to be centered on the ARF frame"
...
This reverts commit 59e733ca81b707780901340686ecd7419077eb54.
Hold off removing arnr_type to give users the opportunity
to change their script files to handle its deprecation. A
follow-up patch will mark the control for setting arnr_type
as deprecated and it will be removed completely in a later
revision of the code.
Change-Id: I8b817c744e144d3714234a4cd4309816d0c7e3e8
2014-04-29 11:04:01 -07:00
Dmitry Kovalev
aa464eca5e
Adding search_site_config struct.
...
Change-Id: I2ad333553e673dbabcdc0f0366aea311e90849bf
2014-04-29 10:34:53 -07:00
Dmitry Kovalev
b87130093e
Cleaning up vp9_full_search_sadx8() function.
...
Change-Id: I61f977a7d0b177881bd5c1a7179fa5f8f089e9a6
2014-04-25 14:55:02 -07:00
Dmitry Kovalev
fae988dc3b
Merge "Cleaning up vp9_full_search_sadx3()."
2014-04-25 13:52:20 -07:00
Dmitry Kovalev
3875df8fdb
scale_and_extend_frame{,_nonnormative}() cleanup.
...
Change-Id: Ie99fd7af436ab2f6b3ef0c3f1a652fb26116d861
2014-04-25 12:44:26 -07:00
Dmitry Kovalev
6e01079cc0
Removing unused vp9_variance_halfpixvar*() functions.
...
Change-Id: I99695564a3aa9bc8c79ac0a551d257e2ff3ad3c3
2014-04-25 11:50:07 -07:00
Jingning Han
7e6d851675
Merge "Apply max intra block size condition to non-RD mode decision"
2014-04-24 17:27:14 -07:00
Dmitry Kovalev
03e7deae4f
Removing unused vp9_sub_pixel_mse* functions.
...
Change-Id: I8d906da3bd6de0d3042676846f61a8b2a3444508
2014-04-24 11:49:12 -07:00
Minghai Shang
4a1386e3c8
[svc rc] Increase worst quality for enhancement layers
...
Change-Id: Ifbfa90894eec9944bd55f364f1d17eb152338d6b
2014-04-24 11:33:23 -07:00
Adrian Grange
1aa2d1a444
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
2014-04-24 08:44:47 -07:00
Jingning Han
5a4e17b42f
Apply max intra block size condition to non-RD mode decision
...
Change-Id: I9b86a94d11db2239c85f61aeed5bbd83a0dfa028
2014-04-23 18:59:26 -07:00
Adrian Grange
086ae99235
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
2014-04-23 16:59:43 -07:00