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

Issue 1124333011: libvpx: Pull from upstream (Closed)

Created:
5 years, 7 months ago by Johann
Modified:
5 years, 7 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 Point update_libvpx.sh to the new git location Update generate_gypi.sh for vpx_dsp addition and fast-unaligned removal. Maintain snprintf fix from https://codereview.chromium.org/1055603003 Still working on a clean way to get it upstream. Current HEAD: 6d227137221ea4eead9d81daf3d2f0915560bbff git log from upstream: 7e55ff1 build_intra_predictors*: reduce left_col size d53fb0f Fix clang ioc warning due to NULL mi pointer. a4bcc8c Fix ndk build. 7153b82 Add more sse2 code for intra prediction. 1601c13 mips msa vp9 idct 32x32 optimization 802e1d8 Remove only remaining uses of 'fast_unaligned' fd3658b replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED d5d9289 Move shared SAD code to vpx_dsp 240767b Remove an unnecessary check. 76fe5df Remvoe EIGHTTAP_SHARP filter check for non-rd mode. 4a7dcf8 Image size restriction to rd auto partition search. 92b1990 Correct the inter prediction coordinate calculation which greatly reduced the times of border extension. 4c1a8be Optimize the read_partition. 36eabb1 Add intra mode early termination in non-rd mode 60052b6 mips msa vp9 idct 16x16 optimization ccae5d9 fix and enable vp9_dc_128_predictor_16x16 493a857 Add some sse2 code for intra prediction. 287b0c6 Remove CONSTRAIN_NEIGHBORING_MIN_MAX. e0786c2 Adjust ARF min and max interval. b9a72d3 Allow for H and V intra modes for non-rd mode. <...> TBR=tomfinegan@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/d1c022c097f22987d521643c4802b623e572393a

Patch Set 1 #

Patch Set 2 : generate the new gypi/gn files #

Patch Set 3 : neon file detection #

Patch Set 4 : only update to last nights LKGR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19655 lines, -27854 lines) Patch
M README.chromium View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M generate_gypi.sh View 1 2 3 6 chunks +11 lines, -6 lines 0 comments Download
M libvpx_srcs.gni View 1 2 3 58 chunks +56 lines, -56 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 2 3 5 chunks +4 lines, -3 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 2 3 6 chunks +5 lines, -5 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 2 3 7 chunks +6 lines, -6 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 2 3 5 chunks +4 lines, -3 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M libvpx_srcs_generic.gypi View 1 2 3 4 chunks +3 lines, -2 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 2 3 4 chunks +3 lines, -2 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 1 2 3 4 chunks +3 lines, -2 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 2 3 7 chunks +11 lines, -12 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 2 3 7 chunks +11 lines, -12 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -76 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 1 2 3 5 chunks +14 lines, -185 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h View 1 2 3 1 chunk +236 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -66 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -171 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/arm-neon/vpx_dsp_rtcd.h View 1 2 3 1 chunk +216 lines, -0 lines 0 comments Download
M source/config/linux/arm/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -61 lines 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -164 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/arm/vpx_dsp_rtcd.h View 1 2 3 1 chunk +206 lines, -0 lines 0 comments Download
M source/config/linux/arm64/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -65 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -171 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/arm64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +215 lines, -0 lines 0 comments Download
M source/config/linux/generic/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -60 lines 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -164 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/generic/vpx_dsp_rtcd.h View 1 2 3 1 chunk +200 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -136 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 1 2 3 13 chunks +77 lines, -340 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/ia32/vpx_dsp_rtcd.h View 1 2 3 1 chunk +388 lines, -0 lines 0 comments Download
M source/config/linux/mips64el/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -60 lines 0 comments Download
M source/config/linux/mips64el/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -164 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A source/config/linux/mips64el/vpx_dsp_rtcd.h View 1 2 3 1 chunk +200 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -60 lines 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -164 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A source/config/linux/mipsel/vpx_dsp_rtcd.h View 1 2 3 1 chunk +200 lines, -0 lines 0 comments Download
M source/config/linux/x64/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -122 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 1 2 3 9 chunks +48 lines, -278 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/linux/x64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +317 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -136 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 1 2 3 13 chunks +77 lines, -340 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/mac/ia32/vpx_dsp_rtcd.h View 1 2 3 1 chunk +388 lines, -0 lines 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -122 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 1 2 3 9 chunks +48 lines, -278 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/mac/x64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +317 lines, -0 lines 0 comments Download
M source/config/nacl/vp8_rtcd.h View 1 2 3 1 chunk +0 lines, -60 lines 0 comments Download
M source/config/nacl/vp9_rtcd.h View 1 2 3 4 chunks +14 lines, -164 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/nacl/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/nacl/vpx_dsp_rtcd.h View 1 2 3 1 chunk +200 lines, -0 lines 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -136 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 1 2 3 13 chunks +77 lines, -340 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/win/ia32/vpx_dsp_rtcd.h View 1 2 3 1 chunk +388 lines, -0 lines 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 1 2 3 2 chunks +0 lines, -122 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 1 2 3 9 chunks +48 lines, -278 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
A source/config/win/x64/vpx_dsp_rtcd.h View 1 2 3 1 chunk +317 lines, -0 lines 0 comments Download
M source/libvpx/PATENTS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/README View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/build/make/Android.mk View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 1 2 3 5 chunks +34 lines, -35 lines 0 comments Download
A source/libvpx/build/make/msvs_common.sh View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M source/libvpx/build/make/rtcd.pl View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/configure View 1 2 3 12 chunks +2 lines, -28 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_svc_encoder.c View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/libs.mk View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/android/Android.mk View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
A source/libvpx/test/blockiness_test.cc View 1 2 3 1 chunk +229 lines, -0 lines 0 comments Download
A source/libvpx/test/consistency_test.cc View 1 2 3 1 chunk +224 lines, -0 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 1 2 3 2 chunks +25 lines, -2 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 2 3 8 chunks +45 lines, -45 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 1 2 3 5 chunks +26 lines, -20 lines 0 comments Download
M source/libvpx/test/encode_test_driver.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/encode_test_driver.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 2 3 5 chunks +19 lines, -20 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 1 2 3 6 chunks +29 lines, -29 lines 0 comments Download
M source/libvpx/test/lpf_8_test.cc View 1 2 3 14 chunks +73 lines, -62 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 1 2 3 3 chunks +28 lines, -15 lines 0 comments Download
M source/libvpx/test/pp_filter_test.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/test/quantize_test.cc View 1 2 3 3 chunks +3 lines, -5 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 1 2 3 22 chunks +658 lines, -783 lines 0 comments Download
M source/libvpx/test/set_roi.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/test/svc_test.cc View 1 2 3 6 chunks +58 lines, -2 lines 0 comments Download
M source/libvpx/test/test.mk View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/test_libvpx.cc View 1 2 3 2 chunks +9 lines, -5 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/test/tools_common.sh View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/vp8_denoiser_sse2_test.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M source/libvpx/test/vp9_denoiser_sse2_test.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/test/vp9_error_block_test.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/test/vp9_frame_parallel_test.cc View 1 2 3 6 chunks +34 lines, -23 lines 0 comments Download
M source/libvpx/test/vp9_intrapred_test.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/test/vp9_quantize_test.cc View 1 2 3 4 chunks +48 lines, -48 lines 0 comments Download
M source/libvpx/test/vpx_scale_test.cc View 1 2 3 4 chunks +10 lines, -10 lines 0 comments Download
M source/libvpx/test/vpxdec.sh View 1 2 3 2 chunks +20 lines, -2 lines 0 comments Download
M source/libvpx/third_party/x86inc/README.libvpx View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/third_party/x86inc/x86inc.asm View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/alloccommon.c View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vp8/common/arm/armv6/vp8_sad16x16_armv6.asm View 1 2 3 1 chunk +0 lines, -96 lines 0 comments Download
M source/libvpx/vp8/common/arm/filter_arm.c View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/sad_neon.c View 1 2 3 1 chunk +0 lines, -184 lines 0 comments Download
M source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.c View 1 2 3 4 chunks +14 lines, -20 lines 0 comments Download
M source/libvpx/vp8/common/common.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + source/libvpx/vp8/common/copy_c.c View 1 2 3 1 chunk +15 lines, -19 lines 0 comments Download
M source/libvpx/vp8/common/debugmodes.c View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/dequantize.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/entropy.c View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp8/common/entropymode.c View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/extend.c View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp8/common/idct_blk.c View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp8/common/loopfilter.c View 1 2 3 3 chunks +6 lines, -7 lines 0 comments Download
M source/libvpx/vp8/common/mfqe.c View 1 2 3 5 chunks +20 lines, -19 lines 0 comments Download
M source/libvpx/vp8/common/mips/dspr2/dequantize_dspr2.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/postproc.c View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
D source/libvpx/vp8/common/ppc/copy_altivec.asm View 1 2 3 1 chunk +0 lines, -47 lines 0 comments Download
D source/libvpx/vp8/common/ppc/filter_altivec.asm View 1 2 3 1 chunk +0 lines, -1013 lines 0 comments Download
D source/libvpx/vp8/common/ppc/filter_bilinear_altivec.asm View 1 2 3 1 chunk +0 lines, -677 lines 0 comments Download
D source/libvpx/vp8/common/ppc/idctllm_altivec.asm View 1 2 3 1 chunk +0 lines, -189 lines 0 comments Download
D source/libvpx/vp8/common/ppc/loopfilter_altivec.c View 1 2 3 1 chunk +0 lines, -135 lines 0 comments Download
D source/libvpx/vp8/common/ppc/loopfilter_filters_altivec.asm View 1 2 3 1 chunk +0 lines, -1253 lines 0 comments Download
D source/libvpx/vp8/common/ppc/platform_altivec.asm View 1 2 3 1 chunk +0 lines, -59 lines 0 comments Download
D source/libvpx/vp8/common/ppc/recon_altivec.asm View 1 2 3 1 chunk +0 lines, -175 lines 0 comments Download
D source/libvpx/vp8/common/ppc/sad_altivec.asm View 1 2 3 1 chunk +0 lines, -277 lines 0 comments Download
D source/libvpx/vp8/common/ppc/systemdependent.c View 1 2 3 1 chunk +0 lines, -165 lines 0 comments Download
D source/libvpx/vp8/common/ppc/variance_altivec.asm View 1 2 3 1 chunk +0 lines, -375 lines 0 comments Download
D source/libvpx/vp8/common/ppc/variance_subpixel_altivec.asm View 1 2 3 1 chunk +0 lines, -865 lines 0 comments Download
M source/libvpx/vp8/common/reconinter.c View 1 2 3 4 chunks +7 lines, -50 lines 0 comments Download
M source/libvpx/vp8/common/reconintra.c View 1 2 3 5 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/vp8/common/rtcd.c View 1 2 3 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.pl View 1 2 3 1 chunk +0 lines, -82 lines 0 comments Download
D source/libvpx/vp8/common/sad_c.c View 1 2 3 1 chunk +0 lines, -302 lines 0 comments Download
M source/libvpx/vp8/common/setupintrarecon.c View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp8/common/variance.h View 1 2 3 3 chunks +14 lines, -23 lines 0 comments Download
A source/libvpx/vp8/common/x86/copy_sse2.asm View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
A source/libvpx/vp8/common/x86/copy_sse3.asm View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/x86/idct_blk_mmx.c View 1 2 3 8 chunks +8 lines, -8 lines 0 comments Download
D source/libvpx/vp8/common/x86/sad_mmx.asm View 1 2 3 1 chunk +0 lines, -427 lines 0 comments Download
D source/libvpx/vp8/common/x86/sad_sse2.asm View 1 2 3 1 chunk +0 lines, -410 lines 0 comments Download
D source/libvpx/vp8/common/x86/sad_sse3.asm View 1 2 3 1 chunk +0 lines, -960 lines 0 comments Download
D source/libvpx/vp8/common/x86/sad_sse4.asm View 1 2 3 1 chunk +0 lines, -353 lines 0 comments Download
D source/libvpx/vp8/common/x86/sad_ssse3.asm View 1 2 3 1 chunk +0 lines, -370 lines 0 comments Download
M source/libvpx/vp8/common/x86/vp8_asm_stubs.c View 1 2 3 11 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/vp8/decoder/decodeframe.c View 1 2 3 23 chunks +31 lines, -32 lines 0 comments Download
M source/libvpx/vp8/decoder/detokenize.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/decoder/error_concealment.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/decoder/onyxd_if.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/decoder/threading.c View 1 2 3 10 chunks +26 lines, -26 lines 0 comments Download
M source/libvpx/vp8/encoder/bitstream.c View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 1 2 3 4 chunks +5 lines, -6 lines 0 comments Download
M source/libvpx/vp8/encoder/encodemb.c View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp8/encoder/ethreading.c View 1 2 3 4 chunks +11 lines, -13 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.c View 1 2 3 14 chunks +14 lines, -15 lines 0 comments Download
M source/libvpx/vp8/encoder/mcomp.c View 1 2 3 24 chunks +27 lines, -29 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 1 2 3 17 chunks +47 lines, -46 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp8/encoder/picklpf.c View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
D source/libvpx/vp8/encoder/ppc/csystemdependent.c View 1 2 3 1 chunk +0 lines, -160 lines 0 comments Download
D source/libvpx/vp8/encoder/ppc/encodemb_altivec.asm View 1 2 3 1 chunk +0 lines, -153 lines 0 comments Download
D source/libvpx/vp8/encoder/ppc/fdct_altivec.asm View 1 2 3 1 chunk +0 lines, -205 lines 0 comments Download
D source/libvpx/vp8/encoder/ppc/rdopt_altivec.asm View 1 2 3 1 chunk +0 lines, -51 lines 0 comments Download
M source/libvpx/vp8/encoder/quantize.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/ratectrl.c View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 1 2 3 18 chunks +35 lines, -39 lines 0 comments Download
M source/libvpx/vp8/encoder/segmentation.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/temporal_filter.c View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp8/encoder/tokenize.c View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp8/encoder/x86/quantize_sse2.c View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 1 2 3 5 chunks +3 lines, -8 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 1 2 3 4 chunks +7 lines, -6 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_avg_dspr2.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_dspr2.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_convolve8_horiz_msa.c View 1 2 3 1 chunk +1045 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_convolve8_msa.c View 1 2 3 1 chunk +880 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_convolve8_vert_msa.c View 1 2 3 1 chunk +856 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_convolve_avg_msa.c View 1 2 3 1 chunk +335 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_convolve_copy_msa.c View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_convolve_msa.h View 1 2 3 1 chunk +157 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_idct16x16_msa.c View 1 2 3 1 chunk +948 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_idct32x32_msa.c View 1 2 3 1 chunk +1077 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/msa/vp9_macros_msa.h View 1 2 3 1 chunk +867 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 1 2 3 4 chunks +6 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 1 2 3 4 chunks +3 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.c View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_debugmodes.c View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 1 2 3 2 chunks +15 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_frame_buffers.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 1 2 3 2 chunks +17 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 1 2 3 20 chunks +237 lines, -267 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mfqe.c View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 1 2 3 7 chunks +16 lines, -15 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 1 2 3 10 chunks +29 lines, -34 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 1 2 3 4 chunks +10 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 1 2 3 13 chunks +118 lines, -71 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd.c View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 1 2 3 12 chunks +41 lines, -355 lines 0 comments Download
M source/libvpx/vp9/common/vp9_thread_common.c View 1 2 3 4 chunks +29 lines, -14 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c View 1 2 3 7 chunks +12 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.h View 1 2 3 2 chunks +16 lines, -17 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 1 2 3 44 chunks +531 lines, -834 lines 0 comments Download
D source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c View 1 2 3 1 chunk +0 lines, -762 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_intrapred_sse2.asm View 1 2 3 5 chunks +310 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2.c View 1 2 3 7 chunks +17 lines, -17 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 1 2 3 21 chunks +242 lines, -223 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 1 2 3 6 chunks +11 lines, -11 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 1 2 3 5 chunks +15 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 1 2 3 4 chunks +5 lines, -14 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.c View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D source/libvpx/vp9/encoder/arm/neon/vp9_sad4d_neon.c View 1 2 3 1 chunk +0 lines, -226 lines 0 comments Download
D source/libvpx/vp9/encoder/arm/neon/vp9_sad_neon.c View 1 2 3 1 chunk +0 lines, -130 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c View 1 2 3 9 chunks +52 lines, -67 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.c View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c View 1 2 3 3 chunks +50 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_avg.c View 1 2 3 3 chunks +118 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 1 2 3 7 chunks +11 lines, -12 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_blockiness.c View 1 2 3 1 chunk +138 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.c View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 1 2 3 99 chunks +403 lines, -306 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 1 2 3 7 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 1 2 3 6 chunks +39 lines, -17 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 1 2 3 36 chunks +504 lines, -343 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ethread.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_extend.c View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_fastssim.c View 1 2 3 1 chunk +465 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 1 2 3 19 chunks +70 lines, -44 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 1 2 3 8 chunks +14 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 1 2 3 48 chunks +585 lines, -80 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_psnrhvs.c View 1 2 3 1 chunk +223 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 1 2 3 13 chunks +25 lines, -25 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 1 2 3 3 chunks +18 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 1 2 3 5 chunks +17 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 1 2 3 72 chunks +197 lines, -136 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_sad.c View 1 2 3 1 chunk +0 lines, -276 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 1 2 3 10 chunks +17 lines, -17 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_skin_detection.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.h View 1 2 3 3 chunks +8 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 1 2 3 5 chunks +35 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.h View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.c View 1 2 3 2 chunks +246 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 1 2 3 7 chunks +15 lines, -15 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 1 2 3 5 chunks +2 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.c View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c View 1 2 3 2 chunks +250 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c View 1 2 3 3 chunks +30 lines, -17 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c View 1 2 3 2 chunks +30 lines, -31 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_highbd_sad4d_sse2.asm View 1 2 3 1 chunk +0 lines, -287 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_highbd_sad_sse2.asm View 1 2 3 1 chunk +0 lines, -363 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c View 1 2 3 3 chunks +31 lines, -16 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm View 1 2 3 5 chunks +4 lines, -4 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad4d_intrin_avx2.c View 1 2 3 1 chunk +0 lines, -167 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad4d_sse2.asm View 1 2 3 1 chunk +0 lines, -231 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad_intrin_avx2.c View 1 2 3 1 chunk +0 lines, -180 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad_sse2.asm View 1 2 3 1 chunk +0 lines, -267 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad_sse3.asm View 1 2 3 1 chunk +0 lines, -378 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad_sse4.asm View 1 2 3 1 chunk +0 lines, -359 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_sad_ssse3.asm View 1 2 3 1 chunk +0 lines, -370 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 1 2 3 2 chunks +13 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 1 2 3 6 chunks +9 lines, -6 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 1 2 3 7 chunks +8 lines, -14 lines 0 comments Download
M source/libvpx/vpx/internal/vpx_codec_internal.h View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M source/libvpx/vpx/vp8cx.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_dsp/arm/sad4d_neon.c View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
A + source/libvpx/vpx_dsp/arm/sad_media.asm View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
A + source/libvpx/vpx_dsp/arm/sad_neon.c View 1 2 3 5 chunks +107 lines, -5 lines 0 comments Download
A + source/libvpx/vpx_dsp/sad.c View 1 2 3 4 chunks +76 lines, -29 lines 0 comments Download
A source/libvpx/vpx_dsp/vpx_dsp.mk View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_dsp/vpx_dsp_rtcd.c View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
A source/libvpx/vpx_dsp/vpx_dsp_rtcd_defs.pl View 1 2 3 1 chunk +395 lines, -0 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm View 1 2 3 5 chunks +6 lines, -4 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad4d_avx2.c View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad4d_sse2.asm View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad_avx2.c View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad_mmx.asm View 1 2 3 5 chunks +15 lines, -15 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad_sse2.asm View 1 2 3 6 chunks +7 lines, -5 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad_sse3.asm View 1 2 3 9 chunks +15 lines, -19 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad_sse4.asm View 1 2 3 5 chunks +15 lines, -15 lines 0 comments Download
A + source/libvpx/vpx_dsp/x86/sad_ssse3.asm View 1 2 3 7 chunks +90 lines, -90 lines 0 comments Download
M source/libvpx/vpx_mem/include/vpx_mem_intrnl.h View 1 2 3 2 chunks +0 lines, -64 lines 0 comments Download
D source/libvpx/vpx_mem/include/vpx_mem_tracker.h View 1 2 3 1 chunk +0 lines, -179 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_alloc.c View 1 2 3 1 chunk +0 lines, -58 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_base.c View 1 2 3 1 chunk +0 lines, -405 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_dflt_abort.c View 1 2 3 1 chunk +0 lines, -53 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_grow.c View 1 2 3 1 chunk +0 lines, -49 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_largest.c View 1 2 3 1 chunk +0 lines, -57 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_resize.c View 1 2 3 1 chunk +0 lines, -114 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_shrink.c View 1 2 3 1 chunk +0 lines, -103 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/hmm_true.c View 1 2 3 1 chunk +0 lines, -31 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/include/cavl_if.h View 1 2 3 1 chunk +0 lines, -228 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/include/cavl_impl.h View 1 2 3 1 chunk +0 lines, -1152 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/include/heapmm.h View 1 2 3 1 chunk +0 lines, -155 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/include/hmm_cnfg.h View 1 2 3 1 chunk +0 lines, -120 lines 0 comments Download
D source/libvpx/vpx_mem/memory_manager/include/hmm_intrnl.h View 1 2 3 1 chunk +0 lines, -159 lines 0 comments Download
M source/libvpx/vpx_mem/vpx_mem.h View 1 2 3 2 chunks +1 line, -130 lines 0 comments Download
M source/libvpx/vpx_mem/vpx_mem.c View 1 2 3 5 chunks +4 lines, -582 lines 0 comments Download
M source/libvpx/vpx_mem/vpx_mem.mk View 1 2 3 1 chunk +0 lines, -18 lines 0 comments Download
D source/libvpx/vpx_mem/vpx_mem_tracker.c View 1 2 3 1 chunk +0 lines, -740 lines 0 comments Download
M source/libvpx/vpx_ports/mem.h View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
M source/libvpx/vpx_ports/vpx_once.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_scale/generic/gen_scalers.c View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_scale/generic/vpx_scale.c View 1 2 3 6 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 1 2 3 9 chunks +12 lines, -12 lines 0 comments Download
M source/libvpx/vpx_scale/mips/dspr2/yv12extend_dspr2.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale_rtcd.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D source/libvpx/vpx_scale/win32/scaleopt.c View 1 2 3 1 chunk +0 lines, -525 lines 0 comments Download
M source/libvpx/vpxdec.c View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/webmdec.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/webmdec.cc View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M update_libvpx.sh View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Johann
5 years, 7 months ago (2015-05-12 00:02:43 UTC) #1
Message was sent while issue was closed.
Committed patchset #4 (id:30001) manually as
d1c022c097f22987d521643c4802b623e572393a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698