- 03 Feb, 2016 8 commits
-
-
James Zern authored
move SMALL_FRAME_FB_IDX closer to its first use. this is only used with CONFIG_SPATIAL_SVC. Change-Id: Ibf2b3e59a3aab2be2c3b3f89b4380ebe272e0ed6
-
James Zern authored
these are only used with CONFIG_INTERNAL_STATS Change-Id: Ibbcefbdc1db79d93f75e5865289f9960a8c2358a
-
James Zern authored
ENERGY_MIN ENERGY_MAX ENERGY_SPAN ENERGY_IN_BOUNDS unused since first commit Change-Id: I5507d36487aaee3e64f7a5fba582791ef9a533b0
-
James Zern authored
avoid using '__' this is a reserved namespace for the compiler Change-Id: I7d2be4dba2bdddc6f1010a16ad9e59a2e211b064
-
James Zern authored
Change-Id: I429e3c80216102ed0a85ce348ecac0bf1e1e28eb
-
James Zern authored
DEFAULT_COMPLEXITY VAR_STRENGTH_STEP unused since first commit Change-Id: I4a47544098caf0d72e571633b7776146be88237c
-
James Zern authored
LOW_VAL_CONTEXT_NODE TWO_CONTEXT_NODE THREE_CONTEXT_NODE HIGH_LOW_CONTEXT_NODE CAT_ONE_CONTEXT_NODE CAT_THREEFOUR_CONTEXT_NODE CAT_THREE_CONTEXT_NODE CAT_FIVE_CONTEXT_NODE unused since: adaec4d0 Speeding up decode_coeffs(). Change-Id: Id07d2b0b76ff0ee6ef40d1b7a8e085e5e9e4aa8d
-
James Zern authored
* changes: vp10: remove unused (read|write)_uniform vp9_denoiser: mark total_adj_strong_thresh inline
-
- 02 Feb, 2016 4 commits
-
-
Alex Converse authored
-
Paul Wilkins authored
-
James Zern authored
dead code since: 5d3327e8 Remove palette from VP10 Change-Id: I4a36575706ea6fffefe5bc778595112ef6ff37d8
-
James Zern authored
avoids -Wunused-function warnings when INLINE is set Change-Id: I14a3b32837d358516b7702a2fb804bec010bb5c6
-
- 01 Feb, 2016 8 commits
-
-
Alex Converse authored
Change-Id: I5975e3aede62202d8ee6ced33889350c0a56554a
-
Marco authored
Set off as default; on for 1 pass cbr mode, speed >=5, non-screen-content. Change-Id: I03f2497e4028b354fd83b8a7d0e072c2a6bec878
-
Marco Paniconi authored
-
Marco authored
Avoid low resolutions for now. Change-Id: Ib3a7bb8716a033449b2afb216edd70897a280df9
-
Marco authored
The postproc vp9_denoise() is a spatial denoise/blur function. It was not intended to be used if temporal denoising is enabled. Change-Id: I97d2dcb941e7cc49bbafce99d9286beb2693249d
-
Marco Paniconi authored
-
Scott LaVarnway authored
-
Marco authored
Put check to avoid possible out of bounds when looping over the blocks to estimate noise level. No change in behavior. Change-Id: I4b7b19b7edee0ae1c35b9dc0700b1bf9b304d7f5
-
- 31 Jan, 2016 1 commit
-
-
Yaowu Xu authored
-
- 30 Jan, 2016 2 commits
-
-
James Zern authored
* changes: configure: extend armv7 hf target autodetect configure: remove default CROSS for arm targets configure: avoid default when CROSS is set to null
-
James Zern authored
* changes: intrapred: protect functions w/CONFIG check vp9_noise_estimate: protect copy_frame w/CONFIG check vp8_cx_iface: delete 3 unused functions vp8: mark intra_prediction_down_copy inline
-
- 29 Jan, 2016 14 commits
-
-
Hui Su authored
-
Scott LaVarnway authored
Change-Id: I8e6a1a1b6eec17d0076660b559f6fc120a78c538
-
Yaowu Xu authored
Change-Id: If8f5efd701a11c8a7ad3078d10ec3cd0fe27667e
-
hui su authored
Change-Id: Icfab58e880285d5af00985dc20db2174a67d1fe8
-
Yaowu Xu authored
This commit changes SSSE3 optimized idct8x8 functions to work with highbitdepth build. With this commit and the previous one that enabled SSSE3 idct32x32 functions, tests showed virtually no difference on decoding speed for file fdJc1_IBKJA.248.webm for the build with -enable-vp9-highbitdpeth option and the build without the option. Change-Id: Ibe0634149ec70e8b921e6b30171664b8690a9c45
-
Marco Paniconi authored
-
Marco Paniconi authored
-
Marco authored
Introduced in: https://chromium-review.googlesource.com/#/c/323215/ For now exclude the computation of vp_compute_skin_block for highbitdepth. Change-Id: I18107a862c17ba869438ec3616a787bf173736c4
-
Marco authored
Change-Id: Ic5af41db58a3daad4103175b4b4b9300675020c0
-
Zoe Liu authored
-
Yaowu Xu authored
This commit changes the SSSE3 assembly functions for idct32x32 to support highbitdepth build. On test clip fdJc1_IBKJA.248.webm, this cuts the speed difference between hbd and lbd build from between 3-4% to 1-2%. Change-Id: Ic3390e0113bc1ca5bba8ec80d1795ad31b484fca
-
Yaowu Xu authored
-
Marco Paniconi authored
-
Zoe Liu authored
Change-Id: I6dbddf500fd4f64216774685700efea972165470
-
- 28 Jan, 2016 3 commits
-
-
Yaowu Xu authored
This test vector exercises various idct32x32 functions in decoder. Change-Id: Ic9453f50ef4723bdaace9bd80f32540d061ef2a1
-
James Zern authored
the lookahead buffer allocation is deferred to receipt of the first frame to allow profile changes. if the encoder was flushed before supplying any frames the encoder would crash trying to dereference the NULL buffer. vp8 is unaffected. fixes mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1237848 Change-Id: Icee4b64de760476eee0d33b568f0a1010335ff13
-
Marco authored
Set UV thresholds to 0 for encoder breakout if block is detected as skin. Change-Id: Iaaa30b5cc8bae4cf611f8ea8eba693b730e32a3f
-