Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Issue 1162573005: libvpx: Pull from upstream (Closed)

Created:
5 years, 6 months ago by Johann
Modified:
5 years, 6 months ago
Reviewers:
Tom Finegan
CC:
wwcv, jzern, fgalligan1, Tom Finegan
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: cf1c0ebc3a56ecb8f0b9c7ee5a0de8da00d70b93 git log from upstream: 6af9d7f mips msa vp9 updated idct 8x8, 16x16 and 32x32 module d02aa04 Adds subsecond frame rates to webm 7621b48 vp9_reconintra_neon/tm: improve above_left load f2d621e vp9_reconintra_neon: cosmetics: normalize fn params b337c54 vp9_reconintra_neon_asm/tm: simplify above_left load fdc5499 Cast variance reference output 883fdd4 Fast feedback of bits on undershoot. f9f078e mips msa vp9 updated macros and disable all MSA functions a2a13cb vp9_reconintra_neon: add DC 16x16 predictors e97b849 vp9_reconintra_neon: add DC 8x8 predictors be380f2 variance_neon: add missing include 26ab314 For non-rd pickmode: remove VAR_PARTITION condition. 9843e7c [svc] Disable tiles for spatial svc case 1e4473b Check size restrictions before running test vector b962646 Re-worked header files efc2e98 Use correct parameters for NEON variance tests c855ed7 Remove conversion warnings from hbd shifts cad0eca Don't #define snprintf in VS 2015 or higher. 131cab7 Add error handling when running out of free frame buffers. bbefdce Only use one 'END' per file <...> TBR=tomfinegan@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/e96e62dfa2b3f62a56e3df240d4b544d66e903de

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9455 lines, -17913 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 41 chunks +44 lines, -23 lines 0 comments Download
M libvpx_srcs_arm.gypi View 4 chunks +3 lines, -3 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 4 chunks +3 lines, -2 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 7 chunks +5 lines, -5 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 4 chunks +3 lines, -3 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 3 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs_generic.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M libvpx_srcs_mips.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 5 chunks +7 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 5 chunks +7 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 3 chunks +4 lines, -4 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 3 chunks +4 lines, -4 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 6 chunks +0 lines, -45 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 10 chunks +32 lines, -92 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 4 chunks +105 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vp8_rtcd.h View 3 chunks +0 lines, -33 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 8 chunks +16 lines, -76 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_dsp_rtcd.h View 2 chunks +81 lines, -0 lines 0 comments Download
M source/config/linux/arm/vp8_rtcd.h View 3 chunks +0 lines, -27 lines 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 3 chunks +0 lines, -60 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm/vpx_dsp_rtcd.h View 2 chunks +69 lines, -0 lines 0 comments Download
M source/config/linux/arm64/vp8_rtcd.h View 3 chunks +0 lines, -30 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 8 chunks +16 lines, -76 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm64/vpx_dsp_rtcd.h View 2 chunks +78 lines, -0 lines 0 comments Download
M source/config/linux/generic/vp8_rtcd.h View 3 chunks +0 lines, -24 lines 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 3 chunks +0 lines, -60 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/generic/vpx_dsp_rtcd.h View 2 chunks +66 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 7 chunks +4 lines, -66 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 6 chunks +0 lines, -134 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_dsp_rtcd.h View 4 chunks +156 lines, -0 lines 0 comments Download
M source/config/linux/mips64el/vp8_rtcd.h View 3 chunks +0 lines, -24 lines 0 comments Download
M source/config/linux/mips64el/vp9_rtcd.h View 3 chunks +0 lines, -60 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/mips64el/vpx_dsp_rtcd.h View 2 chunks +66 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vp8_rtcd.h View 3 chunks +0 lines, -24 lines 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 3 chunks +0 lines, -60 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/mipsel/vpx_dsp_rtcd.h View 2 chunks +66 lines, -0 lines 0 comments Download
M source/config/linux/x64/vp8_rtcd.h View 4 chunks +4 lines, -43 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 6 chunks +0 lines, -101 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/x64/vpx_dsp_rtcd.h View 4 chunks +115 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 7 chunks +4 lines, -66 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 6 chunks +0 lines, -134 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_dsp_rtcd.h View 4 chunks +156 lines, -0 lines 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 4 chunks +4 lines, -43 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 6 chunks +0 lines, -101 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/mac/x64/vpx_dsp_rtcd.h View 4 chunks +115 lines, -0 lines 0 comments Download
M source/config/nacl/vp8_rtcd.h View 3 chunks +0 lines, -24 lines 0 comments Download
M source/config/nacl/vp9_rtcd.h View 3 chunks +0 lines, -60 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/nacl/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/nacl/vpx_dsp_rtcd.h View 2 chunks +66 lines, -0 lines 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 7 chunks +4 lines, -66 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 6 chunks +0 lines, -134 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/win/ia32/vpx_dsp_rtcd.h View 4 chunks +156 lines, -0 lines 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 4 chunks +4 lines, -43 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 6 chunks +0 lines, -101 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/win/x64/vpx_config.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/win/x64/vpx_dsp_rtcd.h View 4 chunks +115 lines, -0 lines 0 comments Download
M source/libvpx/README View 1 chunk +0 lines, -7 lines 0 comments Download
M source/libvpx/args.c View 1 chunk +1 line, -3 lines 0 comments Download
M source/libvpx/build/make/Makefile View 2 chunks +3 lines, -21 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 3 chunks +2 lines, -10 lines 0 comments Download
A source/libvpx/build/make/msvs_common.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
M source/libvpx/configure View 8 chunks +17 lines, -67 lines 0 comments Download
M source/libvpx/examples.mk View 17 chunks +18 lines, -16 lines 0 comments Download
M source/libvpx/examples/decode_to_md5.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/decode_with_drops.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/postproc.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/resize_util.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/examples/set_maps.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/simple_decoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/simple_encoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/twopass_encoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/vp8_multi_resolution_encoder.c View 1 chunk +2 lines, -3 lines 0 comments Download
M source/libvpx/examples/vp8cx_set_ref.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/vp9_lossless_encoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/vp9_spatial_svc_encoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/vpx_temporal_svc_encoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/libs.mk View 11 chunks +71 lines, -55 lines 0 comments Download
M source/libvpx/md5_utils.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/convolve_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 3 chunks +35 lines, -17 lines 0 comments Download
M source/libvpx/test/md5_helper.h View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 1 chunk +9 lines, -1 line 0 comments Download
M source/libvpx/test/sad_test.cc View 1 chunk +1 line, -16 lines 0 comments Download
M source/libvpx/test/test.mk View 1 chunk +3 lines, -0 lines 0 comments Download
A source/libvpx/test/test_intra_pred_speed.cc View 1 chunk +340 lines, -0 lines 0 comments Download
M source/libvpx/test/test_libvpx.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/variance_test.cc View 32 chunks +493 lines, -531 lines 0 comments Download
M source/libvpx/test/vp9_error_block_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/vp9_quantize_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/tools_common.h View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/tools_common.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/alloccommon.c View 1 chunk +1 line, -0 lines 0 comments Download
D source/libvpx/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm View 1 chunk +0 lines, -154 lines 0 comments Download
D source/libvpx/vp8/common/arm/armv6/vp8_variance8x8_armv6.asm View 1 chunk +0 lines, -101 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/variance_neon.c View 1 chunk +0 lines, -320 lines 0 comments Download
M source/libvpx/vp8/common/arm/variance_arm.c View 4 chunks +12 lines, -7 lines 0 comments Download
M source/libvpx/vp8/common/copy_c.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/filter.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/common/generic/systemdependent.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/common/idctllm.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/common/mfqe.c View 2 chunks +10 lines, -10 lines 0 comments Download
M source/libvpx/vp8/common/postproc.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.pl View 2 chunks +1 line, -40 lines 0 comments Download
M source/libvpx/vp8/common/variance.h View 4 chunks +7 lines, -29 lines 0 comments Download
M source/libvpx/vp8/common/variance_c.c View 7 chunks +22 lines, -128 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_impl_mmx.asm View 1 chunk +0 lines, -498 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_impl_sse2.asm View 1 chunk +0 lines, -387 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_mmx.c View 3 chunks +1 line, -140 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_sse2.c View 3 chunks +1 line, -141 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_ssse3.c View 1 chunk +1 line, -9 lines 0 comments Download
M source/libvpx/vp8/decoder/onyxd_if.c View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm View 1 chunk +0 lines, -138 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c View 1 chunk +0 lines, -131 lines 0 comments Download
M source/libvpx/vp8/encoder/dct.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/encodeintra.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/ethreading.c View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.c View 5 chunks +6 lines, -9 lines 0 comments Download
M source/libvpx/vp8/encoder/modecosts.h View 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/modecosts.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 10 chunks +11 lines, -10 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_int.h View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 8 chunks +5 lines, -35 lines 0 comments Download
M source/libvpx/vp8/encoder/picklpf.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/ratectrl.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 3 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 2 chunks +0 lines, -3 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp8/vp8cx_arm.mk View 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c View 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.c View 1 chunk +525 lines, -420 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm View 5 chunks +6 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans16_dspr2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans4_dspr2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans8_dspr2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_filters_dspr2.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c View 18 chunks +250 lines, -644 lines 0 comments Download
M source/libvpx/vp9/common/mips/msa/vp9_idct32x32_msa.c View 12 chunks +443 lines, -781 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.c View 1 chunk +182 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_idct_msa.h View 1 chunk +483 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/msa/vp9_macros_msa.h View 1 chunk +1266 lines, -795 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 3 chunks +28 lines, -15 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 3 chunks +24 lines, -53 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 2 chunks +0 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 4 chunks +8 lines, -25 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 3 chunks +5 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 1 chunk +38 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter_filters.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mfqe.c View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 4 chunks +10 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 1 chunk +1 line, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 4 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 10 chunks +18 lines, -249 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scan.h View 1 chunk +12 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 3 chunks +5 lines, -6 lines 0 comments Download
A source/libvpx/vp9/common/x86/convolve.h View 1 chunk +296 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 1 chunk +2 lines, -414 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c View 12 chunks +90 lines, -32 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c View 18 chunks +146 lines, -55 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 5 chunks +83 lines, -55 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 3 chunks +6 lines, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c View 6 chunks +5 lines, -150 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_variance.c View 2 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_avg.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 8 chunks +47 lines, -53 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 64 chunks +176 lines, -135 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_extend.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 13 chunks +73 lines, -43 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 6 chunks +42 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 9 chunks +19 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 8 chunks +31 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_resize.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 2 chunks +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.h View 1 chunk +7 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.h View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 4 chunks +7 lines, -16 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 2 chunks +51 lines, -27 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.c View 12 chunks +13 lines, -295 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c View 1 chunk +2 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2.c View 1 chunk +0 lines, -2711 lines 0 comments Download
A + source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c View 1 chunk +0 lines, -3149 lines 0 comments Download
A + source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c View 1 chunk +2 lines, -2 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c View 1 chunk +0 lines, -1022 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 12 chunks +19 lines, -17 lines 0 comments Download
A + source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c View 1 chunk +1 line, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_highbd_variance_impl_sse2.asm View 1 chunk +0 lines, -313 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_highbd_variance_sse2.c View 1 chunk +0 lines, -231 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c View 2 chunks +1 line, -87 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_variance_impl_intrin_avx2.c View 1 chunk +0 lines, -213 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c View 1 chunk +1 line, -299 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 3 chunks +5 lines, -7 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_iface_common.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 2 chunks +3 lines, -5 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 1 chunk +14 lines, -14 lines 0 comments Download
A source/libvpx/vpx_dsp/arm/variance_media.asm View 1 chunk +358 lines, -0 lines 0 comments Download
A source/libvpx/vpx_dsp/arm/variance_neon.c View 1 chunk +418 lines, -0 lines 0 comments Download
M source/libvpx/vpx_dsp/sad.c View 2 chunks +2 lines, -7 lines 0 comments Download
A source/libvpx/vpx_dsp/variance.c View 1 chunk +306 lines, -0 lines 0 comments Download
M source/libvpx/vpx_dsp/vpx_dsp.mk View 2 chunks +20 lines, -0 lines 0 comments Download
M source/libvpx/vpx_dsp/vpx_dsp_rtcd_defs.pl View 1 chunk +208 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm View 4 chunks +6 lines, -6 lines 0 comments Download
A source/libvpx/vpx_dsp/x86/highbd_variance_sse2.c View 1 chunk +245 lines, -0 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/sad4d_avx2.c View 5 chunks +22 lines, -21 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/sad_avx2.c View 1 chunk +1 line, -0 lines 0 comments Download
A source/libvpx/vpx_dsp/x86/variance_avx2.c View 1 chunk +93 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/variance_impl_avx2.c View 2 chunks +4 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/variance_impl_mmx.asm View 6 chunks +10 lines, -437 lines 0 comments Download
A source/libvpx/vpx_dsp/x86/variance_mmx.c View 1 chunk +107 lines, -0 lines 0 comments Download
A source/libvpx/vpx_dsp/x86/variance_sse2.c View 1 chunk +309 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/mem.h View 1 chunk +12 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_ports/msvc.h View 1 chunk +11 lines, -6 lines 0 comments Download
M source/libvpx/vpx_ports/vpx_ports.mk View 1 chunk +6 lines, -5 lines 0 comments Download
M source/libvpx/vpx_scale/generic/gen_scalers.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_scale/generic/vpx_scale.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 1 chunk +1 line, -3 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpxdec.c View 7 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/vpxenc.c View 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as e96e62dfa2b3f62a56e3df240d4b544d66e903de (presubmit successful).
5 years, 6 months ago (2015-06-02 20:53:40 UTC) #1
Tom Finegan
5 years, 6 months ago (2015-06-02 21:21:58 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698