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
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
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
Dmitry Kovalev
25110038f7
Merge "Using crop_{width, height} instead of {width, height}."
2014-04-30 15:01:26 -07:00
Jim Bankoski
12753b6160
Merge "corrupted frames shouldn't affect stats"
2014-04-30 14:43:56 -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
Jim Bankoski
29af017fc0
corrupted frames shouldn't affect stats
...
Don't update the stats if we have a corrupted frame.
Change-Id: I65a13adc50e0389b4201d3b671f0225195dfaff4
TODO: Test case that shows this problem.
2014-04-30 10:13:29 -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
Dmitry Kovalev
49d8bdc29b
Using crop_{width, height} instead of {width, height}.
...
Change-Id: I6dc9741cdcd700f5c4a387f58da7feb58dd4bbda
2014-04-29 16:12:44 -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
Dmitry Kovalev
d5a026d61e
Merge "Removing old unused vp9_tapify.py."
2014-04-29 14:52:51 -07:00
Adrian Grange
0a386b9234
Revert "Force ARNR filtering to be centered on the ARF frame"
...
This reverts commit 59e733ca81
.
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
571c70e554
Removing WRITE_RECON_BUFFER related code.
...
That code is not used, we could easily return it back using vpx_img_write()
function.
Change-Id: Id107875c6feab6ad245a518f6b437b6ed4b1246d
2014-04-25 16:43:58 -07:00
Dmitry Kovalev
7b59014b74
Removing old unused vp9_tapify.py.
...
Change-Id: I7d66987fd04a3f98c140fc5f99ed0e9bc01f61d0
2014-04-25 15:19:31 -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
Joey Parrish
109f58acfd
Merge "Add VPXD_SET_DECRYPTOR support to the VP9 decoder."
2014-04-24 07:45:20 -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
Joey Parrish
18c08607e0
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
...
Change-Id: I88f86c8ff9af34e0b6531028b691921b54c2fc48
2014-04-23 16:11:54 -07:00
Jingning Han
ace194a059
Merge "Chessboard pattern prediction filter type search in non-RD coding"
2014-04-23 12:48:27 -07:00