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

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed)

Created:
9 years, 4 months ago by scherkus (not reviewing)
Modified:
9 years, 4 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews
Visibility:
Public.

Description

Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." We have some other libvpx-related changed to land that don't depend on Cayuga just yet. TBR=tomfinegan Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97355

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10861 lines, -12925 lines) Patch
M libvpx/README.chromium View 4 chunks +18 lines, -9 lines 0 comments Download
M libvpx/include/vpx/vp8.h View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx/include/vpx/vp8cx.h View 4 chunks +3 lines, -20 lines 0 comments Download
M libvpx/include/vpx/vp8dx.h View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx/include/vpx/vp8e.h View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx/include/vpx/vpx_decoder.h View 3 chunks +0 lines, -14 lines 0 comments Download
M libvpx/include/vpx/vpx_encoder.h View 6 chunks +13 lines, -56 lines 0 comments Download
M libvpx/include/vpx/vpx_integer.h View 3 chunks +4 lines, -9 lines 0 comments Download
libvpx/lib/linux/arm-neon/libvpx.a View 0 chunks +-1 lines, --1 lines 0 comments Download
libvpx/lib/linux/arm/libvpx.a View 0 chunks +-1 lines, --1 lines 0 comments Download
libvpx/lib/linux/ia32/libvpx.a View 0 chunks +-1 lines, --1 lines 0 comments Download
libvpx/lib/linux/x64/libvpx.a View 0 chunks +-1 lines, --1 lines 0 comments Download
libvpx/lib/mac/ia32/libvpx.a View 0 chunks +-1 lines, --1 lines 0 comments Download
libvpx/lib/win/ia32/libvpx.a View 0 chunks +-1 lines, --1 lines 0 comments Download
A libvpx/patches/ugly/01_obj_int_extract.patch View 1 chunk +14 lines, -0 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/asm_com_offsets.asm View 1 chunk +10 lines, -12 lines 0 comments Download
A libvpx/source/config/linux/arm-neon/asm_dec_offsets.asm View 1 chunk +22 lines, -0 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/asm_enc_offsets.asm View 1 chunk +42 lines, -43 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_config.h View 4 chunks +2 lines, -8 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_config.asm View 4 chunks +2 lines, -7 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_scale/neon/vp8_vpxyv12_copyframe_func_neon.asm.s View 2 chunks +2 lines, -4 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_scale/neon/vp8_vpxyv12_copyframeyonly_neon.asm.s View 3 chunks +4 lines, -6 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_scale/neon/vp8_vpxyv12_copysrcframe_func_neon.asm.s View 3 chunks +2 lines, -4 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_scale/neon/vp8_vpxyv12_extendframeborders_neon.asm.s View 10 chunks +345 lines, -64 lines 0 comments Download
M libvpx/source/config/linux/arm-neon/vpx_version.h View 1 chunk +4 lines, -4 lines 0 comments Download
A libvpx/source/config/linux/arm/asm_com_offsets.asm View 1 chunk +13 lines, -0 lines 0 comments Download
M libvpx/source/config/linux/arm/asm_enc_offsets.asm View 1 chunk +42 lines, -43 lines 0 comments Download
M libvpx/source/config/linux/arm/vpx_config.h View 4 chunks +4 lines, -10 lines 0 comments Download
M libvpx/source/config/linux/arm/vpx_config.asm View 4 chunks +2 lines, -7 lines 0 comments Download
M libvpx/source/config/linux/arm/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/config/linux/arm/vpx_version.h View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx/source/config/linux/ia32/asm_enc_offsets.asm View 1 chunk +43 lines, -42 lines 0 comments Download
M libvpx/source/config/linux/ia32/vpx_config.h View 4 chunks +3 lines, -9 lines 0 comments Download
M libvpx/source/config/linux/ia32/vpx_config.asm View 3 chunks +2 lines, -5 lines 0 comments Download
M libvpx/source/config/linux/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/config/linux/ia32/vpx_version.h View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx/source/config/linux/x64/asm_enc_offsets.asm View 1 chunk +43 lines, -42 lines 0 comments Download
M libvpx/source/config/linux/x64/vpx_config.h View 4 chunks +2 lines, -8 lines 0 comments Download
M libvpx/source/config/linux/x64/vpx_config.asm View 3 chunks +1 line, -4 lines 0 comments Download
M libvpx/source/config/linux/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/config/linux/x64/vpx_version.h View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx/source/config/mac/ia32/asm_enc_offsets.asm View 1 chunk +42 lines, -42 lines 0 comments Download
M libvpx/source/config/mac/ia32/vpx_config.h View 4 chunks +2 lines, -8 lines 0 comments Download
M libvpx/source/config/mac/ia32/vpx_config.asm View 3 chunks +1 line, -4 lines 0 comments Download
M libvpx/source/config/mac/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/config/mac/ia32/vpx_version.h View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx/source/config/win/ia32/asm_enc_offsets.asm View 1 chunk +43 lines, -42 lines 0 comments Download
M libvpx/source/config/win/ia32/vpx_config.h View 4 chunks +2 lines, -8 lines 0 comments Download
M libvpx/source/config/win/ia32/vpx_config.asm View 3 chunks +1 line, -4 lines 0 comments Download
M libvpx/source/config/win/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/config/win/ia32/vpx_version.h View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/.mailmap View 1 chunk +0 lines, -1 line 0 comments Download
M libvpx/source/libvpx/AUTHORS View 2 chunks +0 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/CHANGELOG View 1 chunk +0 lines, -112 lines 0 comments Download
M libvpx/source/libvpx/build/make/Makefile View 4 chunks +3 lines, -10 lines 0 comments Download
M libvpx/source/libvpx/build/make/ads2gas.pl View 5 chunks +6 lines, -32 lines 0 comments Download
M libvpx/source/libvpx/build/make/ads2gas_apple.pl View 3 chunks +3 lines, -9 lines 0 comments Download
M libvpx/source/libvpx/build/make/configure.sh View 9 chunks +46 lines, -44 lines 0 comments Download
M libvpx/source/libvpx/build/make/gen_msvs_proj.sh View 5 chunks +2 lines, -8 lines 0 comments Download
M libvpx/source/libvpx/build/make/obj_int_extract.c View 9 chunks +172 lines, -38 lines 0 comments Download
M libvpx/source/libvpx/configure View 6 chunks +3 lines, -11 lines 0 comments Download
M libvpx/source/libvpx/examples.mk View 4 chunks +4 lines, -12 lines 0 comments Download
D libvpx/source/libvpx/examples/decode_with_partial_drops.txt View 1 chunk +0 lines, -238 lines 0 comments Download
M libvpx/source/libvpx/examples/decoder_tmpl.c View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/examples/encoder_tmpl.c View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/examples/postproc.txt View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/libs.mk View 9 chunks +28 lines, -57 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/alloccommon.c View 7 chunks +9 lines, -32 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/arm_systemdependent.c View 3 chunks +7 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm View 2 chunks +7 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm View 5 chunks +3 lines, -7 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm View 5 chunks +17 lines, -198 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm View 10 chunks +30 lines, -48 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.asm View 3 chunks +19 lines, -18 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.asm View 4 chunks +4 lines, -8 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/filter_arm.c View 3 chunks +4 lines, -26 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.h View 3 chunks +15 lines, -19 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c View 2 chunks +142 lines, -81 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict16x16_neon.asm View 2 chunks +3 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm View 2 chunks +3 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_neon.asm View 2 chunks +3 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict8x8_neon.asm View 2 chunks +3 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.asm View 3 chunks +39 lines, -23 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.asm View 13 chunks +160 lines, -147 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm View 1 chunk +56 lines, -58 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm View 2 chunks +94 lines, -92 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.asm View 10 chunks +247 lines, -196 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.asm View 2 chunks +3 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict16x16_neon.asm View 3 chunks +14 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict4x4_neon.asm View 3 chunks +13 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict8x4_neon.asm View 3 chunks +13 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict8x8_neon.asm View 3 chunks +13 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/asm_com_offsets.c View 2 chunks +24 lines, -15 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/blockd.h View 6 chunks +27 lines, -35 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/coefupdateprobs.h View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/debugmodes.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/defaultcoefcounts.h View 1 chunk +208 lines, -8 lines 0 comments Download
D libvpx/source/libvpx/vp8/common/defaultcoefcounts.c View 1 chunk +0 lines, -225 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/entropy.h View 2 chunks +5 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/entropy.c View 3 chunks +6 lines, -32 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/entropymode.h View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/entropymode.c View 1 chunk +4 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/entropymv.h View 1 chunk +0 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/extend.h View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/extend.c View 3 chunks +44 lines, -50 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/findnearmv.h View 3 chunks +19 lines, -117 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/findnearmv.c View 3 chunks +33 lines, -11 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/generic/systemdependent.c View 4 chunks +3 lines, -57 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/loopfilter.h View 4 chunks +24 lines, -68 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/loopfilter.c View 6 chunks +336 lines, -370 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/loopfilter_filters.c View 14 chunks +44 lines, -36 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/mv.h View 2 chunks +0 lines, -7 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/onyx.h View 4 chunks +5 lines, -10 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/onyxc_int.h View 8 chunks +15 lines, -20 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/onyxd.h View 3 chunks +4 lines, -7 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/postproc.c View 8 chunks +10 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/ppc/loopfilter_altivec.c View 8 chunks +16 lines, -8 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/recon.h View 3 chunks +0 lines, -25 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/reconinter.h View 1 chunk +2 lines, -8 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/reconinter.c View 12 chunks +336 lines, -108 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/reconintra.h View 1 chunk +5 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/reconintra4x4.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/common/threading.h View 3 chunks +6 lines, -4 lines 0 comments Download
A libvpx/source/libvpx/vp8/common/x86/boolcoder.cxx View 1 chunk +494 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm View 1 chunk +6 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm View 11 chunks +23 lines, -27 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm View 4 chunks +5 lines, -5 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/loopfilter_mmx.asm View 16 chunks +51 lines, -27 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm View 28 chunks +51 lines, -32 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/loopfilter_x86.h View 4 chunks +12 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/loopfilter_x86.c View 3 chunks +149 lines, -53 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/postproc_sse2.asm View 3 chunks +3 lines, -3 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm View 2 chunks +1 line, -458 lines 0 comments Download
D libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c View 1 chunk +0 lines, -96 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/recon_x86.h View 2 chunks +0 lines, -22 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm View 11 chunks +11 lines, -9 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm View 16 chunks +62 lines, -15 lines 0 comments Download
M libvpx/source/libvpx/vp8/common/x86/x86_systemdependent.c View 8 chunks +12 lines, -17 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/arm/arm_dsystemdependent.c View 3 chunks +6 lines, -8 lines 0 comments Download
A libvpx/source/libvpx/vp8/decoder/arm/armv5/dequantize_v5.asm View 1 chunk +52 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/arm/dequantize_arm.c View 2 chunks +2 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/arm/neon/dequant_idct_neon.asm View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/decoder/arm/neon/idct_dequant_dc_full_2x_neon.asm View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/decoder/arm/neon/idct_dequant_full_2x_neon.asm View 2 chunks +2 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/decoder/asm_dec_offsets.c View 2 chunks +22 lines, -5 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/dboolhuff.h View 6 chunks +27 lines, -37 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/dboolhuff.c View 1 chunk +13 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/decodemv.c View 11 chunks +107 lines, -89 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/decodframe.c View 24 chunks +133 lines, -349 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/detokenize.c View 12 chunks +65 lines, -77 lines 0 comments Download
D libvpx/source/libvpx/vp8/decoder/ec_types.h View 1 chunk +0 lines, -51 lines 0 comments Download
D libvpx/source/libvpx/vp8/decoder/error_concealment.h View 1 chunk +0 lines, -41 lines 0 comments Download
D libvpx/source/libvpx/vp8/decoder/error_concealment.c View 1 chunk +0 lines, -618 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/onyxd_if.c View 12 chunks +86 lines, -187 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/onyxd_int.h View 5 chunks +16 lines, -20 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/threading.c View 20 chunks +134 lines, -246 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/treereader.h View 1 chunk +23 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/decoder/x86/x86_dsystemdependent.c View 3 chunks +3 lines, -3 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/arm_csystemdependent.c View 5 chunks +18 lines, -13 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm View 2 chunks +1 line, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_sad16x16_armv6.asm View 3 chunks +0 lines, -12 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_variance16x16_armv6.asm View 2 chunks +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_variance8x8_armv6.asm View 2 chunks +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm View 2 chunks +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm View 2 chunks +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm View 2 chunks +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.asm View 2 chunks +58 lines, -201 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.asm View 2 chunks +57 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/quantize_arm.h View 1 chunk +5 lines, -21 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/quantize_arm.c View 1 chunk +50 lines, -33 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/arm/variance_arm.h View 2 chunks +13 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/asm_enc_offsets.c View 4 chunks +29 lines, -15 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/bitstream.c View 30 chunks +113 lines, -297 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/block.h View 5 chunks +6 lines, -14 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/boolhuff.h View 2 chunks +1 line, -70 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/boolhuff.c View 2 chunks +78 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodeframe.c View 30 chunks +536 lines, -440 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodeintra.h View 1 chunk +3 lines, -3 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodeintra.c View 3 chunks +54 lines, -42 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodemb.h View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodemb.c View 7 chunks +42 lines, -9 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodemv.h View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/encodemv.c View 3 chunks +29 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/ethreading.c View 12 chunks +24 lines, -31 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/firstpass.c View 88 chunks +577 lines, -804 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/generic/csystemdependent.c View 5 chunks +9 lines, -7 lines 0 comments Download
D libvpx/source/libvpx/vp8/encoder/lookahead.h View 1 chunk +0 lines, -101 lines 0 comments Download
D libvpx/source/libvpx/vp8/encoder/lookahead.c View 1 chunk +0 lines, -158 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/mcomp.h View 7 chunks +17 lines, -39 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/mcomp.c View 43 chunks +434 lines, -792 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/onyx_if.c View 84 chunks +637 lines, -377 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/onyx_int.h View 22 chunks +150 lines, -81 lines 0 comments Download
A libvpx/source/libvpx/vp8/encoder/parms.cpp View 1 chunk +107 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/pickinter.h View 1 chunk +4 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/pickinter.c View 22 chunks +254 lines, -226 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/picklpf.c View 15 chunks +60 lines, -20 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/ppc/csystemdependent.c View 3 chunks +9 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/quantize.h View 3 chunks +3 lines, -39 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/quantize.c View 7 chunks +7 lines, -440 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/ratectrl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/ratectrl.c View 15 chunks +252 lines, -170 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/rdopt.h View 1 chunk +6 lines, -7 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/rdopt.c View 61 chunks +534 lines, -465 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/sad_c.c View 2 chunks +0 lines, -63 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/ssim.c View 6 chunks +240 lines, -80 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/temporal_filter.c View 13 chunks +94 lines, -47 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/tokenize.h View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/tokenize.c View 13 chunks +179 lines, -155 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/variance.h View 7 chunks +25 lines, -28 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/variance_c.c View 1 chunk +34 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm View 2 chunks +0 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/dct_x86.h View 1 chunk +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm View 6 chunks +40 lines, -42 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/mcomp_x86.h View 1 chunk +0 lines, -3 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.asm View 6 chunks +100 lines, -121 lines 0 comments Download
D libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.asm View 1 chunk +0 lines, -254 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.asm View 3 chunks +41 lines, -65 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/quantize_x86.h View 1 chunk +4 lines, -33 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/sad_sse2.asm View 7 chunks +11 lines, -93 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/sad_sse3.asm View 10 chunks +3 lines, -73 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/sad_ssse3.asm View 4 chunks +0 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/ssim_opt.asm View 6 chunks +18 lines, -19 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/subtract_sse2.asm View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm View 2 chunks +5 lines, -5 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_impl_mmx.asm View 1 chunk +130 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_impl_sse2.asm View 14 chunks +118 lines, -14 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_impl_ssse3.asm View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_mmx.c View 5 chunks +42 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_sse2.c View 3 chunks +13 lines, -7 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_ssse3.c View 1 chunk +1 line, -1 line 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/variance_x86.h View 8 chunks +22 lines, -9 lines 0 comments Download
M libvpx/source/libvpx/vp8/encoder/x86/x86_csystemdependent.c View 18 chunks +84 lines, -31 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8_common.mk View 3 chunks +8 lines, -13 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8_cx_iface.c View 17 chunks +21 lines, -54 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8_dx_iface.c View 10 chunks +22 lines, -44 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8cx.mk View 3 chunks +3 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8cx_arm.mk View 1 chunk +8 lines, -10 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8dx.mk View 1 chunk +0 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/vp8/vp8dx_arm.mk View 1 chunk +3 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vpx/src/vpx_decoder.c View 1 chunk +0 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vpx/src/vpx_encoder.c View 2 chunks +0 lines, -4 lines 0 comments Download
M libvpx/source/libvpx/vpx/vp8.h View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vpx/vp8cx.h View 4 chunks +3 lines, -20 lines 0 comments Download
M libvpx/source/libvpx/vpx/vp8dx.h View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vpx/vp8e.h View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vpx/vpx_decoder.h View 3 chunks +0 lines, -14 lines 0 comments Download
M libvpx/source/libvpx/vpx/vpx_encoder.h View 6 chunks +13 lines, -56 lines 0 comments Download
M libvpx/source/libvpx/vpx/vpx_integer.h View 3 chunks +4 lines, -9 lines 0 comments Download
A + libvpx/source/libvpx/vpx_mem/include/nds/vpx_mem_nds.h View 1 chunk +15 lines, -6 lines 0 comments Download
M libvpx/source/libvpx/vpx_mem/vpx_mem_tracker.c View 8 chunks +25 lines, -0 lines 0 comments Download
D libvpx/source/libvpx/vpx_ports/asm_offsets.h View 1 chunk +0 lines, -31 lines 0 comments Download
M libvpx/source/libvpx/vpx_ports/x86.h View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx/source/libvpx/vpx_ports/x86_abi_support.asm View 3 chunks +10 lines, -39 lines 0 comments Download
A libvpx/source/libvpx/vpx_scale/arm/nds/yv12extend.c View 1 chunk +221 lines, -0 lines 0 comments Download
M libvpx/source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm View 10 chunks +343 lines, -60 lines 0 comments Download
M libvpx/source/libvpx/vpx_scale/generic/yv12config.c View 2 chunks +21 lines, -31 lines 0 comments Download
M libvpx/source/libvpx/vpx_scale/yv12config.h View 1 chunk +0 lines, -1 line 0 comments Download
M libvpx/source/libvpx/vpxdec.c View 11 chunks +4 lines, -27 lines 0 comments Download
M libvpx/source/libvpx/vpxenc.c View 24 chunks +23 lines, -406 lines 0 comments Download
M libvpx/source/libvpx/y4minput.c View 5 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scherkus (not reviewing)
TBR=tomfinegan
9 years, 4 months ago (2011-08-18 20:52:35 UTC) #1
scherkus (not reviewing)
9 years, 4 months ago (2011-08-18 20:52:47 UTC) #2
Tom Finegan
9 years, 4 months ago (2011-08-18 20:54:14 UTC) #3
On 2011/08/18 20:52:47, scherkus wrote:

LGTM

Powered by Google App Engine
This is Rietveld 408576698