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

Issue 11974002: libvpx: Pull from upstream (Closed)

Created:
7 years, 11 months ago by Tom Finegan
Modified:
7 years, 11 months ago
Reviewers:
CC:
chromium-reviews
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: de5546c37297383aae7648e84fd38009a333b9cf Too many revisions to list. The hash range in libvpx master is de5546c...9016fa2. This changes the VP9 bitstream. TBR=hclam,fgalligan Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177026

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17950 lines, -13936 lines) Patch
M README.chromium View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx_srcs_arm.gypi View 5 chunks +9 lines, -5 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 6 chunks +9 lines, -5 lines 0 comments Download
M libvpx_srcs_mips.gypi View 5 chunks +9 lines, -5 lines 0 comments Download
M libvpx_srcs_x86.gypi View 5 chunks +10 lines, -5 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 5 chunks +10 lines, -5 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 6 chunks +150 lines, -106 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 6 chunks +150 lines, -106 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 11 chunks +237 lines, -187 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 6 chunks +150 lines, -106 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 6 chunks +196 lines, -153 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 11 chunks +237 lines, -187 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 6 chunks +196 lines, -153 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/vpx_version.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 11 chunks +234 lines, -184 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +6 lines, -4 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +6 lines, -4 lines 0 comments Download
M source/libvpx/CHANGELOG View 1 chunk +29 lines, -0 lines 0 comments Download
M source/libvpx/build/make/Android.mk View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/ads2gas.pl View 4 chunks +15 lines, -11 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 7 chunks +20 lines, -6 lines 0 comments Download
M source/libvpx/configure View 3 chunks +11 lines, -4 lines 0 comments Download
A source/libvpx/examples/decode_with_partial_drops.txt View 1 chunk +238 lines, -0 lines 0 comments Download
M source/libvpx/libs.mk View 9 chunks +16 lines, -31 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 2 chunks +13 lines, -4 lines 0 comments Download
A source/libvpx/test/dct32x32_test.cc View 1 chunk +197 lines, -0 lines 0 comments Download
M source/libvpx/test/decode_test_driver.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M source/libvpx/test/encode_test_driver.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/test/idctllm_test.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M source/libvpx/test/intrapred_test.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/test/pp_filter_test.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A source/libvpx/test/register_state_check.h View 1 chunk +95 lines, -0 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/test/sixtap_predict_test.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M source/libvpx/test/subtract_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/test/test.mk View 2 chunks +6 lines, -2 lines 0 comments Download
M source/libvpx/test/test_libvpx.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/loopfilter.c View 2 chunks +14 lines, -30 lines 0 comments Download
M source/libvpx/vp8/common/postproc.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/x86/loopfilter_block_sse2.asm View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/x86/recon_sse2.asm View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/x86/subpixel_ssse3.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/decodframe.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/decoder/onyxd_if.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/decoder/threading.c View 3 chunks +24 lines, -18 lines 0 comments Download
M source/libvpx/vp8/encoder/bitstream.c View 10 chunks +10 lines, -8 lines 0 comments Download
M source/libvpx/vp8/encoder/block.h View 2 chunks +22 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 4 chunks +5 lines, -7 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 20 chunks +113 lines, -45 lines 0 comments Download
M source/libvpx/vp8/encoder/encodemv.c View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/ethreading.c View 5 chunks +23 lines, -9 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 32 chunks +110 lines, -187 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_int.h View 9 chunks +4 lines, -37 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 10 chunks +34 lines, -33 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/psnr.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/quantize.c View 4 chunks +13 lines, -13 lines 0 comments Download
M source/libvpx/vp8/encoder/ratectrl.c View 10 chunks +28 lines, -17 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 24 chunks +71 lines, -57 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/tokenize.c View 25 chunks +54 lines, -48 lines 0 comments Download
M source/libvpx/vp8/encoder/x86/denoising_sse2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/vp8/vp8cx.mk View 1 chunk +2 lines, -9 lines 0 comments Download
M source/libvpx/vp8/vp8cx_arm.mk View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/vp8dx.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8_multi_resolution_encoder.c View 2 chunks +11 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/generic/vp9_systemdependent.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 2 chunks +5 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 19 chunks +73 lines, -72 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.c View 1 chunk +10 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_coefupdateprobs.h View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 2 chunks +19 lines, -11 lines 0 comments Download
D source/libvpx/vp9/common/vp9_common_types.h View 1 chunk +0 lines, -18 lines 0 comments Download
M source/libvpx/vp9/common/vp9_debugmodes.c View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_default_coef_probs.h View 1 chunk +1143 lines, -1309 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 3 chunks +52 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 9 chunks +1000 lines, -203 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 4 chunks +2 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 12 chunks +81 lines, -153 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 2 chunks +9 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 4 chunks +17 lines, -25 lines 0 comments Download
M source/libvpx/vp9/common/vp9_extend.h View 2 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_extend.c View 3 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 2 chunks +7 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 33 chunks +559 lines, -503 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.h View 3 chunks +3 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.c View 9 chunks +86 lines, -89 lines 0 comments Download
M source/libvpx/vp9/common/vp9_header.h View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idctllm.c View 25 chunks +1396 lines, -276 lines 0 comments Download
M source/libvpx/vp9/common/vp9_implicit_segmentation.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_invtrans.h View 3 chunks +10 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_invtrans.c View 3 chunks +14 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 2 chunks +21 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 2 chunks +104 lines, -176 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter_filters.c View 17 chunks +375 lines, -134 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mbpitch.c View 3 chunks +9 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_modecont.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mv.h View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 chunk +7 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 8 chunks +127 lines, -147 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyx.h View 3 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 8 chunks +32 lines, -61 lines 0 comments Download
D source/libvpx/vp9/common/vp9_onyxd.h View 1 chunk +0 lines, -68 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 17 chunks +29 lines, -29 lines 0 comments Download
M source/libvpx/vp9/common/vp9_ppflags.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pragmas.h View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 4 chunks +51 lines, -59 lines 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.h View 1 chunk +5 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_recon.c View 6 chunks +56 lines, -81 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 2 chunks +24 lines, -18 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 25 chunks +153 lines, -313 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.h View 1 chunk +20 lines, -14 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 19 chunks +112 lines, -138 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra4x4.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra4x4.c View 16 chunks +82 lines, -105 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 11 chunks +253 lines, -186 lines 0 comments Download
M source/libvpx/vp9/common/vp9_sadmxn.h View 2 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_seg_common.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_seg_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_setupintrarecon.h View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_setupintrarecon.c View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_subpelvar.h View 7 chunks +26 lines, -25 lines 0 comments Download
M source/libvpx/vp9/common/vp9_subpixel.h View 1 chunk +3 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_swapyv12buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_swapyv12buffer.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 2 chunks +18 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_textblit.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_treecoder.h View 3 chunks +26 lines, -36 lines 0 comments Download
M source/libvpx/vp9/common/vp9_treecoder.c View 2 chunks +2 lines, -27 lines 0 comments Download
D source/libvpx/vp9/common/vp9_type_aliases.h View 1 chunk +0 lines, -122 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 3 chunks +1 line, -25 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_filter_sse2.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_x86.c View 5 chunks +545 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_recon_wrapper_sse2.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/x86/vp9_sadmxn_x86.c View 1 chunk +1 line, -0 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpel_variance_impl_sse2.asm View 1 chunk +645 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_mmx.asm View 2 chunks +0 lines, -459 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpixel_variance_sse2.c View 1 chunk +90 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_x86.h View 2 chunks +0 lines, -13 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dboolhuff.h View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.h View 2 chunks +4 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 25 chunks +122 lines, -181 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodframe.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodframe.c View 24 chunks +436 lines, -283 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dequantize.h View 1 chunk +34 lines, -36 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dequantize.c View 8 chunks +36 lines, -24 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +5 lines, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 12 chunks +256 lines, -133 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_idct_blk.c View 13 chunks +61 lines, -67 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_onyxd.h View 1 chunk +64 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_if.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_int.h View 3 chunks +9 lines, -10 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_reconintra_mt.h View 1 chunk +0 lines, -15 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_treereader.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/x86/vp9_idct_blk_mmx.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/x86/vp9_idct_blk_sse2.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/x86/vp9_x86_dsystemdependent.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 31 chunks +616 lines, -893 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 6 chunks +42 lines, -40 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_boolhuff.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 3 chunks +1072 lines, -16 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 46 chunks +1119 lines, -841 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeintra.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeintra.c View 8 chunks +12 lines, -61 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 2 chunks +17 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 24 chunks +192 lines, -284 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 2 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 13 chunks +18 lines, -24 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.h View 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 3 chunks +1 line, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 23 chunks +52 lines, -97 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_modecosts.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 53 chunks +110 lines, -371 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 14 chunks +48 lines, -144 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 5 chunks +7 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_psnr.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 22 chunks +221 lines, -86 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 5 chunks +16 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 1 chunk +15 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 104 chunks +1316 lines, -1102 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_sad_c.c View 13 chunks +270 lines, -206 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_satd_c.c View 1 chunk +6 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 5 chunks +78 lines, -112 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.c View 4 chunks +5 lines, -5 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 11 chunks +41 lines, -57 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 3 chunks +24 lines, -15 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 18 chunks +419 lines, -339 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_treewriter.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 3 chunks +20 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance_c.c View 15 chunks +132 lines, -73 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_impl_sse2.asm View 4 chunks +0 lines, -606 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_x86_csystemdependent.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 4 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 3 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 3 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.h View 1 chunk +10 lines, -3 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 2 chunks +16 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_integer.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx_mem/include/vpx_mem_intrnl.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_mem/vpx_mem.h View 1 chunk +1 line, -8 lines 0 comments Download
M source/libvpx/vpx_mem/vpx_mem_tracker.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_ports/arm_cpudetect.c View 1 chunk +0 lines, -1 line 0 comments Download
A source/libvpx/vpx_ports/emmintrin_compat.h View 1 chunk +55 lines, -0 lines 0 comments Download
A source/libvpx/vpx_ports/vpx_ports.mk View 1 chunk +26 lines, -0 lines 0 comments Download
D source/libvpx/vpx_ports/vpxtypes.h View 1 chunk +0 lines, -166 lines 0 comments Download
M source/libvpx/vpx_scale/generic/gen_scalers.c View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vpx_scale/generic/vpx_scale.c View 1 chunk +530 lines, -0 lines 0 comments Download
D source/libvpx/vpx_scale/generic/vpxscale.c View 1 chunk +0 lines, -530 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vpx_scale/vpx_scale.h View 1 chunk +27 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale.mk View 1 chunk +4 lines, -2 lines 0 comments Download
D source/libvpx/vpx_scale/vpxscale.h View 1 chunk +0 lines, -27 lines 0 comments Download
M source/libvpx/vpx_scale/win32/scaleopt.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 3 chunks +11 lines, -10 lines 0 comments Download
M source/libvpx/vpxenc.c View 4 chunks +9 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698