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

Issue 54923004: libvpx: Pull from upstream (Closed)

Created:
7 years, 1 month ago by wwcv
Modified:
7 years, 1 month ago
Reviewers:
Tom Finegan
CC:
chromium-reviews
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22540 lines, -6424 lines) Patch
M README.chromium View 1 chunk +3 lines, -3 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 4 chunks +3 lines, -7 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 4 chunks +3 lines, -7 lines 0 comments Download
M libvpx_srcs_x86.gypi View 4 chunks +4 lines, -5 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 4 chunks +4 lines, -5 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/build/make/Makefile View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 2 chunks +17 lines, -3 lines 0 comments Download
M source/libvpx/build/make/rtcd.sh View 2 chunks +8 lines, -2 lines 0 comments Download
M source/libvpx/build/make/thumb.pm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c View 8 chunks +45 lines, -42 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct32x32_neon.c View 1 chunk +0 lines, -47 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_save_reg_neon.asm View 1 chunk +36 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct16x16_1_add_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm View 10 chunks +16 lines, -28 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm View 10 chunks +425 lines, -139 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct4x4_1_add_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct4x4_add_neon.asm View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct8x8_1_add_neon.asm View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct8x8_add_neon.asm View 4 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_iht4x4_add_neon.asm View 7 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm View 7 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/generic/vp9_systemdependent.c View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h View 1 chunk +117 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve2_avg_dspr2.c View 1 chunk +281 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve2_avg_horiz_dspr2.c View 1 chunk +833 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve2_dspr2.c View 1 chunk +784 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve2_horiz_dspr2.c View 1 chunk +713 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve2_vert_dspr2.c View 1 chunk +266 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_avg_dspr2.c View 1 chunk +695 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_avg_horiz_dspr2.c View 1 chunk +1038 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_dspr2.c View 1 chunk +1284 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_horiz_dspr2.c View 1 chunk +923 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_convolve8_vert_dspr2.c View 1 chunk +396 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_itrans16_dspr2.c View 1 chunk +1315 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c View 1 chunk +1073 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_dspr2.c View 1 chunk +1013 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_itrans4_dspr2.c View 1 chunk +438 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_itrans8_dspr2.c View 1 chunk +745 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 5 chunks +6 lines, -36 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 13 chunks +32 lines, -103 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 2 chunks +7 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.c View 2 chunks +11 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.h View 1 chunk +3 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_debugmodes.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_default_coef_probs.h View 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 5 chunks +41 lines, -210 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 5 chunks +5 lines, -302 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 3 chunks +9 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 11 chunks +205 lines, -210 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 5 chunks +9 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 8 chunks +21 lines, -22 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 2 chunks +12 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 chunk +25 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 5 chunks +27 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.h View 2 chunks +21 lines, -41 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.c View 3 chunks +9 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 2 chunks +22 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 25 chunks +206 lines, -67 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 2 chunks +8 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 15 chunks +24 lines, -28 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter_filters.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 5 chunks +10 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyx.h View 5 chunks +33 lines, -28 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 12 chunks +99 lines, -62 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 12 chunks +18 lines, -22 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 5 chunks +31 lines, -24 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 8 chunks +55 lines, -52 lines 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.c View 1 chunk +59 lines, -59 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 2 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 8 chunks +79 lines, -80 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 12 chunks +73 lines, -104 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.h View 1 chunk +18 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.c View 4 chunks +59 lines, -56 lines 0 comments Download
A source/libvpx/vp9/common/vp9_scan.h View 1 chunk +200 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/vp9_scan.c View 1 chunk +357 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_seg_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_seg_common.c View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vp9/common/vp9_subpelvar.h View 1 chunk +0 lines, -145 lines 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.h View 1 chunk +9 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.c View 3 chunks +10 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_treecoder.h View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_treecoder.c View 2 chunks +6 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 4 chunks +234 lines, -85 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 36 chunks +849 lines, -471 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_intrapred_ssse3.asm View 2 chunks +744 lines, -15 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c View 1 chunk +943 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_postproc_x86.h View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpixel_8t_sse2.asm View 1 chunk +987 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_ssse3.asm View 6 chunks +142 lines, -130 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 42 chunks +125 lines, -178 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 9 chunks +70 lines, -24 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_boolhuff.c View 1 chunk +22 lines, -17 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_dct.h View 1 chunk +24 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 30 chunks +112 lines, -102 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 81 chunks +348 lines, -625 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeintra.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +6 lines, -21 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 22 chunks +84 lines, -146 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 2 chunks +23 lines, -33 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 51 chunks +217 lines, -151 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 13 chunks +42 lines, -39 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 3 chunks +19 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 63 chunks +358 lines, -408 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_modecosts.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 73 chunks +739 lines, -598 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 21 chunks +68 lines, -62 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 9 chunks +15 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_psnr.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 1 chunk +7 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 7 chunks +39 lines, -32 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 9 chunks +33 lines, -60 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 2 chunks +29 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 111 chunks +1146 lines, -662 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 7 chunks +25 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ssim.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 12 chunks +28 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 6 chunks +8 lines, -18 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_vaq.h View 1 chunk +26 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_vaq.c View 1 chunk +147 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 2 chunks +9 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance_c.c View 1 chunk +142 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c View 10 chunks +158 lines, -120 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 11 chunks +31 lines, -38 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_mmx.c View 7 chunks +26 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c View 5 chunks +14 lines, -15 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 4 chunks +23 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 24 chunks +73 lines, -91 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 chunk +0 lines, -5 lines 0 comments Download
M source/libvpx/vpx_ports/x86.h View 2 chunks +14 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Tom Finegan
lgtm/rubber stamp
7 years, 1 month ago (2013-10-31 23:04:49 UTC) #1
wwcv
7 years, 1 month ago (2013-10-31 23:05:21 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r232233 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698