- 05 Oct, 2016 1 commit
-
-
Kaustubh Raste authored
vp8_short_inv_walsh4x4_msa - Optimized to process in short vector type Updated below functions to store exact number of bytes in output rather than complete vector idct4x4_addblk_msa idct4x4_addconst_msa dequant_idct4x4_addblk_msa dequant_idct4x4_addblk_2x_msa dequant_idct_addconst_2x_msa Change-Id: Ic1b3752e2421dc7d70a082dcdaab9d140d7e5d9c
-
- 04 Oct, 2016 8 commits
-
-
Marco authored
cyclic_refresh was tied to error_resilience mode. Allow it to be on also for 1 pass CBR mode even if error_resilience is off. Other option to use new control for this, but prefer to avoid that for now. Change-Id: I3625b292ee059a890e31338b514e211bf0ab5c3e
-
Sarah Parker authored
-
Sarah Parker authored
BUG=b/31780679 Change-Id: I2b2a43b154eeacb4f51a11f6362cc535cfe318da
-
Johann Koenig authored
-
Johann authored
Change-Id: Ie8d5d9123f5a9d39db4ec9c74f77ee979ae4e685
-
Angie Chiang authored
-
Kaustubh Raste authored
-
Angie Chiang authored
This change will make the highbd txfm input range check more comprehensive The 25-bit highbd input range is composed by 12 signal input bits + 7 bits for 2D forward transform amplification + 5 bits for 1D inverse transform amplification + 1 bit for contingency in rounding and quantizing BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1286 BUG=https://bugs.chromium.org/p/chromium/issues/detail?id=651625 Change-Id: I04c0796edd7653f8d463fba5dc418132986131e7
-
- 03 Oct, 2016 5 commits
-
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
Kaustubh Raste authored
Change-Id: I04961afb592ae6a67fdcfd8c9066e920dd4b30e7
-
Marco authored
Set the #threads at command line. Change-Id: Id0daa2393880c3da2d903c11a793072d3008b34b
-
- 01 Oct, 2016 8 commits
-
-
James Zern authored
-
Geza Lore authored
These caused the following warning with GCC 5: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE)); Change-Id: If296aabb2311ceb7d903b395c1549ef81c2cbf9b (cherry picked from commit c6cf7a61)
-
James Zern authored
with --disable-vp9 Change-Id: I81bd603b02ee5d1b45a50aa9e7534f9da498b0e0
-
James Zern authored
stride/pitch in convolve is expressed with a ptrdiff_t Change-Id: Ia5a6732dc509f06ccf7035386fa8ae721b4b1a71
-
Martin Storsjo authored
Change-Id: Ic8c359a5677f9c663787aac74f530e886163bc69
-
James Zern authored
-
Linfeng Zhang authored
-
Linfeng Zhang authored
-
- 30 Sep, 2016 16 commits
-
-
Marco Paniconi authored
-
Marco Paniconi authored
-
James Zern authored
+ a couple of 'break's after a return Change-Id: Ia21f12ebcef98244feb923c17b689fc8115da015
-
James Zern authored
* changes: *idct*_neon.c: add missing rtcd include idct,msa/neon: exclude idct files from hbd build *rtcd_defs.pl: remove empty specialize calls
-
James Zern authored
+ correct declarations as necessary BUG=webm:1294 Change-Id: I719602df9a56e79188a78e7f8b31257c6d3cc11d
-
James Zern authored
these functions are incompatible currently and unreferenced in rtcd, exclude them from the build. BUG=webm:1294 Change-Id: I7790c195a91e1b142f56c04d2a5e305d9133b896
-
Linfeng Zhang authored
Change-Id: I0744407cd3361ff752bd7f6e654b70ab6b41a58f
-
Linfeng Zhang authored
Change-Id: I4016d096d46ca691f3b17199b259b7231e983cfb
-
Linfeng Zhang authored
-
Linfeng Zhang authored
-
Linfeng Zhang authored
-
James Zern authored
add_proto adds a 'c' specialization Change-Id: I0ed0c2240d45264b0e0056ce7c8f63f4a00780bc
-
James Zern authored
this was never fully implemented Change-Id: I4640cf84c40ea2cc9c6c12acf116d39df4b04578
-
James Zern authored
-
Johann Koenig authored
* changes: vp8: remove mmx functions Rename _xmm functions to _sse2
-
Yunqing Wang authored
-
- 29 Sep, 2016 2 commits
-
-
Linfeng Zhang authored
Rename vpx_lpf_horizontal_edge_8() to vpx_lpf_horizontal_16(). Rename vpx_lpf_horizontal_edge_16() to vpx_lpf_horizontal_16_dual(). Change-Id: I798ca8fbbd657d06d3db2bfb0fb3321168f49e52
-
Linfeng Zhang authored
BUG=webm:1290 Change-Id: Ia27e58521eba5a4852b50381c56746fa5767f6d6
-