- Dec 01, 2015
-
-
Deb Mukherjee authored
-
Deb Mukherjee authored
Fixes bug introduced in https://chromium-review.googlesource.com/#/c/299482/5 Change-Id: If542c1a917380465dd9bc4ce5e32b0adbb20e340
-
Marco Paniconi authored
For non-rd variance partition: only allow minmax computation (which currently has no arm-neon optimization) for speeds < 8. Performance loss is small: On RTC set with speed 8, few clips lose ~2/3%, average loss is < 1%. Change-Id: Ia9414f4d0b77dc83c3e73ca8de5d903f64b425ce
-
- Nov 30, 2015
-
-
Scott LaVarnway authored
-
Marco Paniconi authored
-
Marco Paniconi authored
Change initial state of noise level, and only update denoiser with noise level when estimate is done. Change-Id: If44090d29949d3e4927e855d88241634cdb395dc
-
Marco Paniconi authored
This fix allows to enable reuse_inter_pred. Change-Id: I53f2bf1163bb0036ffb6df92117a86debdca11d1
-
- Nov 25, 2015
-
-
Scott LaVarnway authored
Change-Id: I3ba4ede553e068bf116dce59d1317347988b3542
-
Marco Paniconi authored
-
Jian Zhou authored
-
James Zern authored
-
James Zern authored
* changes: add vp9_satd_neon fix vp9_satd_sse2 vp9_satd: return an int
-
Marco Paniconi authored
For denoising, and for noise level above threshold, re-evaluate ZEROMV for mode selection after denoising. Current change only does this check if selected best mode (before denoising) was intra. Change-Id: I4b1435b68d26c78f7597b995ee7bff0ddd5f9511
-
Deb Mukherjee authored
Fixes a spatial_svc breakage introduced in https://chromium-review.googlesource.com/#/c/305228/3. Change-Id: I7f2cecbdca980addb85d5e58b58b5454f4730ada
-
James Zern authored
~60-65% faster at the function level across block sizes Change-Id: Iaf8cbe95731c43fdcbf68256e44284ba51a93893
-
Jian Zhou authored
Left neighbor read from memory only once. Speed up by ~20% in ./test_intra_pred_speed. Change-Id: Ia1388630df6fed0dce9a6eeded6cb855bbc43505
-
- Nov 24, 2015
-
-
Marco Paniconi authored
zeromv_lastref_sse was not reset. Change-Id: I23c12e804d63dc7dc18514f6efe71de1d1acbd6a
-
Marco Paniconi authored
-
Aℓex Converse authored
-
Aℓex Converse authored
-
Marco Paniconi authored
This change makes sure last reference with zero mv is always checked for mode selection. No change in metrics. Change-Id: Iaf01877bf34272b966c78bfe18daad882a0a419e
-
- Nov 23, 2015
-
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
Scott LaVarnway authored
The counts are never used when frame_parallel_decoding_mode is set. Change-Id: I293aa68abadcdd30973adacb9f5f5a3aecf8daa2
-
Marco Paniconi authored
Change-Id: Ic0ec32c1d7f7c08c9f956592dccbfd9060b1f624
-
Scott LaVarnway authored
and fixed macro name. Change-Id: I306b98a2b4ec80b130ae80290b4cd9c7a5363311
-
- Nov 21, 2015
-
-
James Zern authored
This reverts commit d76032ae. breaks 32-bit builds Change-Id: If6266ec2a405b5a21d615112f0f37e8a71193858
-
James Zern authored
-
James Zern authored
-
- Nov 20, 2015
-
-
Marco Paniconi authored
Change-Id: I6a360a12e8da8cdcb8a779647512591612d64f31
-
James Zern authored
accumulate satd in 32-bits + add unit test Change-Id: I6748183df3662ddb9d635f9641f9586f2fd38ad5
-
James Zern authored
the final sum may use up to 26 bits + add a unit test + disable the sse2 as the result will rollover; this will be fixed in a future commit Change-Id: I2a49811dfaa06abfd9fa1e1e65ed7cd68e4c97ce
-
Marco Paniconi authored
-
Aℓex Converse authored
-
Aℓex Converse authored
-
Marco Paniconi authored
Change on affects 1 pass CBR. On key frame, temporal layer_id is reset to 0 for 1 pass CBR, but since "layer" is reset, the svc.layer_context[layer].is_key_frame was not correspondingly set properly. Change-Id: I08f6da0a55ac7429ccfbaddfb7be14479e43543b
-
Scott LaVarnway authored
-
- Nov 19, 2015
-
-
Aℓex Converse authored
Silences several legal but suspicious unsigned overflows found with clang -fsanitize=integer. Change-Id: I69399751492a183167932b0a10751c433c32ca7b
-
Aℓex Converse authored
Found with clang -fsanitize=integer Change-Id: I17cb2166c06ff463abfaf9b0e6bc749d0d6fdf94
-
Aℓex Converse authored
Found with clang -fsanitize=integer Change-Id: I2538e7483cb2d5f06bceecbd3326bdd88bfecfa1
-