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

Issue 1302353004: libvpx: Pull from upstream (Closed)

Created:
5 years, 3 months ago by Johann
Modified:
5 years, 3 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews, wwcv, jzern, fgalligan1
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: 6201a256f48c7fccbe2c1f7778ad75b0693ac6d9 git log from upstream: 43a3455 configure: append --extra-cflags to final set 820302a vp8: use VPX(MIN|MAX) from vpx_dsp_common.h f5507b5 Only build ssse3 filter functions on 64 bit 06ba525 Clean up unused function warnings in vp8 encoder 821f029 Clean up unused function warnings in vp8 onyx_if.c 5c055cc Clean up unused function warnings in vp8 common a28b2c6 Add sse2 versions of halfpix variance 5e16d39 vpx_dsp_common: add VPX prefix to MIN/MAX c052309 vp8e_encode: check validate_config return a390b90 vp9_update_layer_...config: delete dead assignment 1b556e1 vp9_spatial_svc_encoder: Enable aq-mode for real-time mode. 28bd767 Remove vp10_default_scan_orders[] that is unused 1c07691 vp10 cleanup: remove nonrd and real-time code 4ebded6 vp9_spatial_svc_encoder: Add encoding time log. 6909718 Clean up unused function warnings in vp8 decoder 51b654e Remove vp8_priv_sz 467c66e Mark Scale2Ratio INLINE a1ec3eb Limit new motion vector size aa006d7 Add transform size rate for intra skip mode in rdopt 653832e Prevent an ASAN failure for svc tests <...> TBR=tomfinegan@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/da9af1d85ddbfffd3da7ffafa08448202705e113

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13757 lines, -33159 lines) Patch
M libvpx_srcs.gni View 25 chunks +23 lines, -15 lines 0 comments Download
M libvpx_srcs_arm.gypi View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx_srcs_arm64.gypi View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx_srcs_arm_neon.gypi View 4 chunks +3 lines, -2 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 2 chunks +1 line, -1 line 0 comments Download
M libvpx_srcs_generic.gypi View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx_srcs_mips.gypi View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx_srcs_nacl.gypi View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx_srcs_x86.gypi View 3 chunks +3 lines, -2 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 6 chunks +4 lines, -4 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 6 chunks +96 lines, -78 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_dsp_rtcd.h View 4 chunks +74 lines, -56 lines 0 comments Download
M source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm/vpx_dsp_rtcd.h View 4 chunks +63 lines, -45 lines 0 comments Download
M source/config/linux/arm/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm64/vpx_dsp_rtcd.h View 4 chunks +73 lines, -55 lines 0 comments Download
M source/config/linux/arm64/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/generic/vpx_dsp_rtcd.h View 4 chunks +63 lines, -45 lines 0 comments Download
M source/config/linux/generic/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_dsp_rtcd.h View 8 chunks +105 lines, -84 lines 0 comments Download
M source/config/linux/ia32/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/mips64el/vpx_dsp_rtcd.h View 4 chunks +63 lines, -45 lines 0 comments Download
M source/config/linux/mips64el/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vpx_dsp_rtcd.h View 4 chunks +63 lines, -45 lines 0 comments Download
M source/config/linux/mipsel/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/x64/vpx_dsp_rtcd.h View 7 chunks +91 lines, -70 lines 0 comments Download
M source/config/linux/x64/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_dsp_rtcd.h View 8 chunks +105 lines, -84 lines 0 comments Download
M source/config/mac/ia32/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/mac/x64/vpx_dsp_rtcd.h View 7 chunks +91 lines, -70 lines 0 comments Download
M source/config/mac/x64/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/nacl/vpx_dsp_rtcd.h View 4 chunks +63 lines, -45 lines 0 comments Download
M source/config/nacl/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/win/ia32/vpx_dsp_rtcd.h View 8 chunks +105 lines, -84 lines 0 comments Download
M source/config/win/ia32/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/win/x64/vpx_dsp_rtcd.h View 7 chunks +91 lines, -70 lines 0 comments Download
M source/config/win/x64/vpx_scale_rtcd.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/README View 3 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/build/make/Android.mk View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_proj.sh View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_sln.sh View 3 chunks +7 lines, -4 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 4 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/build/make/rtcd.pl View 1 chunk +0 lines, -6 lines 0 comments Download
A source/libvpx/codereview.settings View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/configure View 8 chunks +18 lines, -1 line 0 comments Download
M source/libvpx/examples.mk View 2 chunks +5 lines, -4 lines 0 comments Download
M source/libvpx/examples/vp9_spatial_svc_encoder.c View 5 chunks +13 lines, -0 lines 0 comments Download
M source/libvpx/libs.mk View 1 chunk +34 lines, -0 lines 0 comments Download
M source/libvpx/test/borders_test.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/codec_factory.h View 3 chunks +94 lines, -3 lines 0 comments Download
M source/libvpx/test/consistency_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 25 chunks +95 lines, -33 lines 0 comments Download
M source/libvpx/test/cpu_speed_test.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 7 chunks +60 lines, -1 line 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 7 chunks +17 lines, -17 lines 0 comments Download
M source/libvpx/test/decode_api_test.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/encode_test_driver.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/test/encode_test_driver.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 10 chunks +16 lines, -16 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M source/libvpx/test/idct8x8_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 5 chunks +56 lines, -56 lines 0 comments Download
M source/libvpx/test/register_state_check.h View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/test/superframe_test.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/test/tile_independence_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/vp9_arf_freq_test.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc View 3 chunks +9 lines, -5 lines 0 comments Download
M source/libvpx/test/vp9_end_to_end_test.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_ethread_test.cc View 4 chunks +10 lines, -5 lines 0 comments Download
M source/libvpx/test/vp9_lossless_test.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_quantize_test.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M source/libvpx/test/vp9_subtract_test.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libwebm/Android.mk View 1 chunk +8 lines, -9 lines 0 comments Download
M source/libvpx/third_party/libwebm/PATENTS.TXT View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libwebm/README.libvpx View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libwebm/mkvmuxer.hpp View 27 chunks +215 lines, -79 lines 0 comments Download
M source/libvpx/third_party/libwebm/mkvmuxer.cpp View 39 chunks +554 lines, -352 lines 0 comments Download
M source/libvpx/third_party/libwebm/mkvmuxerutil.hpp View 4 chunks +8 lines, -62 lines 0 comments Download
M source/libvpx/third_party/libwebm/mkvmuxerutil.cpp View 8 chunks +194 lines, -289 lines 0 comments Download
M source/libvpx/third_party/libwebm/mkvparser.hpp View 10 chunks +95 lines, -19 lines 0 comments Download
M source/libvpx/third_party/libwebm/mkvparser.cpp View 86 chunks +495 lines, -1295 lines 0 comments Download
M source/libvpx/third_party/libwebm/webmids.hpp View 1 chunk +7 lines, -1 line 0 comments Download
M source/libvpx/third_party/libyuv/README.libvpx View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/convert.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/convert_argb.h View 1 chunk +8 lines, -8 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/convert_from.h View 1 chunk +11 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/convert_from_argb.h View 2 chunks +12 lines, -3 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/planar_functions.h View 4 chunks +22 lines, -8 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/rotate_row.h View 1 chunk +138 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/row.h View 30 chunks +151 lines, -90 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/scale_row.h View 6 chunks +191 lines, -45 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/version.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libyuv/source/compare.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + source/libvpx/third_party/libyuv/source/compare_gcc.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/compare_neon64.cc View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/third_party/libyuv/source/compare_posix.cc View 1 chunk +0 lines, -152 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/compare_win.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/convert.cc View 14 chunks +131 lines, -98 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/convert_argb.cc View 8 chunks +74 lines, -26 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/convert_from.cc View 3 chunks +127 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/convert_from_argb.cc View 15 chunks +103 lines, -24 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/cpu_id.cc View 4 chunks +29 lines, -28 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/mjpeg_validate.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libyuv/source/planar_functions.cc View 10 chunks +263 lines, -36 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/rotate.cc View 6 chunks +29 lines, -836 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_any.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/rotate_argb.cc View 5 chunks +8 lines, -16 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_common.cc View 1 chunk +92 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_gcc.cc View 1 chunk +493 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/rotate_mips.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/rotate_neon.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/rotate_neon64.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_win.cc View 1 chunk +248 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_any.cc View 2 chunks +448 lines, -485 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_common.cc View 14 chunks +140 lines, -87 lines 0 comments Download
A + source/libvpx/third_party/libyuv/source/row_gcc.cc View 19 chunks +173 lines, -137 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_neon.cc View 21 chunks +53 lines, -42 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_neon64.cc View 102 chunks +143 lines, -133 lines 0 comments Download
D source/libvpx/third_party/libyuv/source/row_posix.cc View 1 chunk +0 lines, -5439 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_win.cc View 140 chunks +677 lines, -278 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale.cc View 29 chunks +210 lines, -194 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_any.cc View 1 chunk +200 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_argb.cc View 12 chunks +96 lines, -20 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_common.cc View 2 chunks +18 lines, -30 lines 0 comments Download
A + source/libvpx/third_party/libyuv/source/scale_gcc.cc View 2 chunks +14 lines, -21 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_neon.cc View 4 chunks +272 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_neon64.cc View 23 chunks +325 lines, -49 lines 0 comments Download
D source/libvpx/third_party/libyuv/source/scale_posix.cc View 1 chunk +0 lines, -1096 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_win.cc View 27 chunks +276 lines, -100 lines 0 comments Download
M source/libvpx/third_party/x86inc/README.libvpx View 2 chunks +13 lines, -3 lines 0 comments Download
M source/libvpx/third_party/x86inc/x86inc.asm View 29 chunks +905 lines, -530 lines 0 comments Download
M source/libvpx/tools_common.h View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/tools_common.c View 7 chunks +20 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/common.h View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp8/common/findnearmv.h View 9 chunks +16 lines, -12 lines 0 comments Download
M source/libvpx/vp8/common/generic/systemdependent.c View 2 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/invtrans.h View 2 chunks +2 lines, -2 lines 0 comments Download
D source/libvpx/vp8/common/mips/dspr2/loopfilter_filters_dspr2.c View 1 chunk +0 lines, -2622 lines 0 comments Download
A + source/libvpx/vp8/common/mips/dspr2/vp8_loopfilter_filters_dspr2.c View 0 chunks +-1 lines, --1 lines 0 comments Download
M source/libvpx/vp8/common/onyx.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/postproc.c View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.pl View 2 chunks +2 lines, -15 lines 0 comments Download
M source/libvpx/vp8/common/setupintrarecon.h View 2 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp8/decoder/dboolhuff.h View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp8/decoder/dboolhuff.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/decoder/decodeframe.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/decoder/error_concealment.c View 5 chunks +10 lines, -9 lines 0 comments Download
M source/libvpx/vp8/decoder/treereader.h View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/encodeintra.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/encodemb.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/mcomp.c View 1 chunk +8 lines, -8 lines 0 comments Download
A source/libvpx/vp8/encoder/mips/msa/denoising_msa.c View 1 chunk +624 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/mr_dissim.c View 1 chunk +7 lines, -5 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 23 chunks +23 lines, -75 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_int.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 4 chunks +8 lines, -5 lines 0 comments Download
M source/libvpx/vp8/encoder/picklpf.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/ratectrl.c View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/rdopt.h View 5 chunks +14 lines, -12 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vp8/encoder/ssim.c View 1 chunk +0 lines, -233 lines 0 comments Download
M source/libvpx/vp8/encoder/temporal_filter.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/treewriter.h View 4 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vp8/encoder/vp8_quantize.c View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vp8/encoder/x86/ssim_opt_x86_64.asm View 1 chunk +0 lines, -216 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 3 chunks +1 line, -15 lines 0 comments Download
M source/libvpx/vp8/vp8cx.mk View 3 chunks +4 lines, -2 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_save_reg_neon.asm View 1 chunk +0 lines, -36 lines 0 comments Download
D source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h View 1 chunk +0 lines, -62 lines 0 comments Download
D source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.c View 1 chunk +0 lines, -32 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans16_dspr2.c View 6 chunks +5 lines, -1214 lines 0 comments Download
D source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c View 1 chunk +0 lines, -1074 lines 0 comments Download
D source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_dspr2.c View 1 chunk +0 lines, -1076 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans4_dspr2.c View 3 chunks +5 lines, -348 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans8_dspr2.c View 2 chunks +1 line, -654 lines 0 comments Download
M source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c View 4 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 2 chunks +3 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 11 chunks +38 lines, -39 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_mfqe.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 7 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 chunk +0 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 2 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 3 chunks +1 line, -20 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.c View 2 chunks +29 lines, -20 lines 0 comments Download
D source/libvpx/vp9/common/vp9_systemdependent.h View 1 chunk +0 lines, -84 lines 0 comments Download
M source/libvpx/vp9/common/vp9_thread_common.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 10 chunks +11 lines, -12 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 5 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 5 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c View 2 chunks +44 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.c View 4 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c View 6 chunks +16 lines, -10 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_variance.c View 5 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 4 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_blockiness.c View 4 chunks +10 lines, -16 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.h View 1 chunk +6 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.c View 6 chunks +8 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 24 chunks +44 lines, -40 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 14 chunks +25 lines, -26 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 2 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 3 chunks +4 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 57 chunks +137 lines, -111 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ethread.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_extend.c View 3 chunks +9 lines, -7 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_fastssim.c View 1 chunk +0 lines, -465 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 37 chunks +51 lines, -52 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 15 chunks +64 lines, -40 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 16 chunks +53 lines, -24 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_psnrhvs.c View 1 chunk +0 lines, -224 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 2 chunks +7 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 36 chunks +167 lines, -65 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 8 chunks +12 lines, -10 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 33 chunks +68 lines, -62 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_resize.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_skin_detection.c View 2 chunks +47 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 9 chunks +13 lines, -8 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_ssim.h View 1 chunk +0 lines, -96 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_ssim.c View 1 chunk +0 lines, -500 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 5 chunks +7 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 3 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_mmx.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm View 1 chunk +2 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm View 1 chunk +0 lines, -216 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 3 chunks +0 lines, -9 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 4 chunks +0 lines, -5 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vp8dx.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm View 10 chunks +16 lines, -16 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct16x16_add_neon.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct16x16_neon.c View 11 chunks +27 lines, -27 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct4x4_add_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm View 4 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c View 2 chunks +2 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_dsp/arm/save_reg_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c View 3 chunks +3 lines, -23 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm View 3 chunks +0 lines, -10 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c View 3 chunks +3 lines, -23 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm View 3 chunks +0 lines, -10 lines 0 comments Download
M source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c View 3 chunks +6 lines, -16 lines 0 comments Download
M source/libvpx/vpx_dsp/bitreader.c View 1 chunk +1 line, -1 line 0 comments Download
A + source/libvpx/vpx_dsp/fastssim.c View 2 chunks +7 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/fwd_txfm.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/inv_txfm.h View 1 chunk +6 lines, -7 lines 0 comments Download
M source/libvpx/vpx_dsp/inv_txfm.c View 44 chunks +45 lines, -44 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/common_dspr2.c View 1 chunk +13 lines, -17 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve2_avg_dspr2.c View 2 chunks +36 lines, -42 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve2_avg_horiz_dspr2.c View 2 chunks +53 lines, -59 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve2_dspr2.c View 1 chunk +1 line, -1 line 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve2_horiz_dspr2.c View 2 chunks +55 lines, -61 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve2_vert_dspr2.c View 2 chunks +36 lines, -42 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve8_avg_dspr2.c View 3 chunks +39 lines, -55 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve8_avg_horiz_dspr2.c View 2 chunks +53 lines, -64 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve8_dspr2.c View 3 chunks +7 lines, -32 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve8_horiz_dspr2.c View 2 chunks +55 lines, -66 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve8_vert_dspr2.c View 2 chunks +37 lines, -48 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/convolve_common_dspr2.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/idct16x16_msa.c View 7 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/idct32x32_msa.c View 10 chunks +39 lines, -39 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/idct4x4_msa.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/idct8x8_msa.c View 3 chunks +3 lines, -3 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/inv_txfm_dspr2.h View 3 chunks +18 lines, -7 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/inv_txfm_msa.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/itrans16_dspr2.c View 6 chunks +156 lines, -246 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/itrans32_cols_dspr2.c View 1 chunk +2 lines, -8 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/itrans32_dspr2.c View 4 chunks +6 lines, -9 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/itrans4_dspr2.c View 7 chunks +11 lines, -92 lines 0 comments Download
A + source/libvpx/vpx_dsp/mips/itrans8_dspr2.c View 7 chunks +88 lines, -166 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/macros_msa.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vpx_dsp/mips/sub_pixel_variance_msa.c View 32 chunks +1 line, -52 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_common_dspr2.h View 1 chunk +0 lines, -61 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve2_avg_dspr2.c View 1 chunk +0 lines, -279 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve2_avg_horiz_dspr2.c View 1 chunk +0 lines, -831 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve2_dspr2.c View 1 chunk +0 lines, -782 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve2_horiz_dspr2.c View 1 chunk +0 lines, -711 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve2_vert_dspr2.c View 1 chunk +0 lines, -264 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve8_avg_dspr2.c View 1 chunk +0 lines, -693 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve8_avg_horiz_dspr2.c View 1 chunk +0 lines, -1036 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/vpx_convolve8_avg_horiz_msa.c View 26 chunks +10 lines, -49 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/vpx_convolve8_avg_msa.c View 11 chunks +5 lines, -23 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/vpx_convolve8_avg_vert_msa.c View 11 chunks +3 lines, -38 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve8_dspr2.c View 1 chunk +0 lines, -1282 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve8_horiz_dspr2.c View 1 chunk +0 lines, -921 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/vpx_convolve8_horiz_msa.c View 24 chunks +10 lines, -49 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/vpx_convolve8_msa.c View 12 chunks +5 lines, -24 lines 0 comments Download
D source/libvpx/vpx_dsp/mips/vpx_convolve8_vert_dspr2.c View 1 chunk +0 lines, -394 lines 0 comments Download
M source/libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c View 11 chunks +3 lines, -38 lines 0 comments Download
M source/libvpx/vpx_dsp/prob.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_dsp/psnrhvs.c View 4 chunks +60 lines, -57 lines 0 comments Download
M source/libvpx/vpx_dsp/quantize.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_dsp/quantize.c View 8 chunks +8 lines, -8 lines 0 comments Download
A + source/libvpx/vpx_dsp/ssim.h View 3 chunks +22 lines, -17 lines 0 comments Download
A + source/libvpx/vpx_dsp/ssim.c View 15 chunks +55 lines, -50 lines 0 comments Download
M source/libvpx/vpx_dsp/variance.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/vpx_convolve.c View 1 chunk +54 lines, -0 lines 0 comments Download
M source/libvpx/vpx_dsp/vpx_dsp.mk View 11 chunks +54 lines, -20 lines 0 comments Download
M source/libvpx/vpx_dsp/vpx_dsp_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/vpx_dsp_rtcd_defs.pl View 8 chunks +182 lines, -146 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/convolve.h View 2 chunks +89 lines, -95 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/intrapred_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/intrapred_ssse3.asm View 1 chunk +0 lines, -2 lines 0 comments Download
D source/libvpx/vpx_dsp/x86/inv_txfm_sse2.asm View 1 chunk +0 lines, -102 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c View 29 chunks +29 lines, -28 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm View 1 chunk +1 line, -0 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm View 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/quantize_sse2.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_dsp/x86/sad4d_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/sad_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm View 4 chunks +14 lines, -14 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/subtract_sse2.asm View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm View 1 chunk +96 lines, -247 lines 0 comments Download
M source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c View 6 chunks +565 lines, -1 line 0 comments Download
M source/libvpx/vpx_mem/vpx_mem.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_mem/vpx_mem.c View 2 chunks +2 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_ports/bitops.h View 3 chunks +3 lines, -21 lines 0 comments Download
M source/libvpx/vpx_ports/msvc.h View 1 chunk +10 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_ports/system_state.h View 1 chunk +9 lines, -9 lines 0 comments Download
M source/libvpx/vpx_ports/vpx_ports.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/x86.h View 1 chunk +7 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 4 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 8 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vpx_scale/mips/dspr2/yv12extend_dspr2.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale_rtcd.pl View 1 chunk +5 lines, -5 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vpxdec.c View 13 chunks +13 lines, -13 lines 0 comments Download
M source/libvpx/vpxenc.c View 28 chunks +72 lines, -35 lines 0 comments Download
M source/libvpx/webmdec.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/webmenc.cc View 1 chunk +16 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as da9af1d85ddbfffd3da7ffafa08448202705e113 (presubmit successful).
5 years, 3 months ago (2015-08-31 18:09:04 UTC) #1
Tom Finegan
5 years, 3 months ago (2015-08-31 18:34:42 UTC) #2
Message was sent while issue was closed.
On 2015/08/31 18:09:04, Johann wrote:
> Committed patchset #1 (id:1) manually as
> da9af1d85ddbfffd3da7ffafa08448202705e113 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698