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

Issue 812033011: libvpx: Pull from upstream (Closed)

Created:
5 years, 11 months ago by Johann
Modified:
5 years, 11 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews, wwcv, jzern, fgalligan1
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: ccffe318ffc90ae584c33e254b3a35e9142ecc20 git log from upstream: a3c1a9b Use 64 bit to accumulate frame sse. a0be730 Refactor mc reference block fetch in denoiser 953dd18 vp9: add per-tile longjmp error handling 59d63e6 vp9: fix -Wclobbered (longjmp + local variables) e3f0b19 Use lookup table to find pixel numbers in block 377b668 Disable vp9 _8_ loopfilters ea061a8 Refactor denoiser frame buffer update e42b3ee Initalize zeromv_sse and newmv_sse in vp9_pick_inter_mode 29a5deb Use vp9_convolve_copy in denoiser output aa5563c Remove unnecessary init_macroblockd. 4cf636a Removed redundant local variables in the forward hybrid transforms. e82a3b2 Unit test for turning VP9 denoiser on/off periodically. e9cf9b7 Refactor calculation of tile_cols ce08006 Always check and free denoiser buffer memory space 60cf5cf Use qdiff to adjust the threshold of sad and variance in MFQE. 802b798 Fix best ref frame rd cost update in sub8x8 non-RD mode search c3fd9bb Format fix in vp9_pick_inter_mode_sub8x8 2fb9b63 Fix denoiser chroma component initialization 27582e5 Skip duplicate denoiser frame buffer allocation 5b860e1 Turn denoiser sensitivity on starting from kf in unit test b1ba4cc Rearrange loopfilter functions fca0037 Add missing tests for neon _16_ filters e757049 Moves inter mode count updates to update_stats 61c5e94 Use -1 consistently as invalid buffer idx 0ce2a27 Enable coefficient range checking for 10-/12-bit 238c4fa Fix encode perf test. 364b92d Fix compiler warnigns for msvc2013 4fcf726 Return error on wrong sync code 9c061ef Properly validate data size b763121 Deleted unused #define <...> TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=293590

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17139 lines, -8988 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 14 chunks +76 lines, -38 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 2 chunks +22 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 2 chunks +21 lines, -19 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 2 chunks +18 lines, -18 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 1 chunk +3 lines, -1 line 0 comments Download
M libvpx_srcs_generic.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 2 chunks +7 lines, -7 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 2 chunks +6 lines, -6 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 2 chunks +5 lines, -5 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 7 chunks +78 lines, -42 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 2 chunks +5 lines, -5 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 2 chunks +12 lines, -12 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vp9_rtcd.h View 2 chunks +5 lines, -5 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 2 chunks +5 lines, -5 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 2 chunks +18 lines, -18 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 2 chunks +12 lines, -12 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 2 chunks +18 lines, -18 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vp9_rtcd.h View 2 chunks +5 lines, -5 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 2 chunks +12 lines, -12 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 2 chunks +18 lines, -18 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 3 chunks +7 lines, -5 lines 0 comments Download
M source/libvpx/build/make/iosbuild.sh View 7 chunks +21 lines, -5 lines 0 comments Download
M source/libvpx/build/make/rtcd.pl View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/configure View 1 chunk +1 line, -0 lines 0 comments Download
A source/libvpx/test/byte_alignment_test.cc View 1 chunk +189 lines, -0 lines 0 comments Download
M source/libvpx/test/codec_factory.h View 5 chunks +27 lines, -2 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 23 chunks +172 lines, -4 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 4 chunks +48 lines, -2 lines 0 comments Download
M source/libvpx/test/decode_perf_test.cc View 3 chunks +165 lines, -0 lines 0 comments Download
M source/libvpx/test/decode_test_driver.h View 7 chunks +28 lines, -5 lines 0 comments Download
M source/libvpx/test/decode_test_driver.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/test/encode_perf_test.cc View 5 chunks +66 lines, -34 lines 0 comments Download
M source/libvpx/test/encode_test_driver.h View 3 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/test/encode_test_driver.cc View 6 chunks +35 lines, -15 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 9 chunks +22 lines, -41 lines 0 comments Download
M source/libvpx/test/lpf_8_test.cc View 12 chunks +100 lines, -21 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/test/test.mk View 5 chunks +12 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.mk View 3 chunks +5 lines, -1 line 0 comments Download
M source/libvpx/test/tools_common.sh View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/test/video_source.h View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/test/vp8_fragments_test.cc View 1 chunk +37 lines, -0 lines 0 comments Download
A source/libvpx/test/vp9_encoder_parms_get_to_decoder.cc View 1 chunk +189 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_end_to_end_test.cc View 9 chunks +44 lines, -10 lines 0 comments Download
A source/libvpx/test/vp9_ethread_test.cc View 1 chunk +130 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_quantize_test.cc View 9 chunks +9 lines, -17 lines 0 comments Download
M source/libvpx/third_party/x86inc/x86inc.asm View 1 chunk +10 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/loopfilter.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/common/postproc.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/decodeframe.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/decodemv.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/onyxd_if.c View 3 chunks +4 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/threading.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.c View 5 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/mcomp.c View 2 chunks +4 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 2 chunks +6 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/temporal_filter.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 2 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 8 chunks +13 lines, -10 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_avg_neon.asm View 1 chunk +0 lines, -116 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_avg_neon.c View 1 chunk +145 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_avg_neon_asm.asm View 1 chunk +116 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon.asm View 1 chunk +0 lines, -302 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon.c View 1 chunk +390 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon_asm.asm View 1 chunk +302 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon.asm View 1 chunk +0 lines, -280 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon.c View 1 chunk +357 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon_asm.asm View 1 chunk +280 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_copy_neon.asm View 1 chunk +0 lines, -84 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_copy_neon.c View 1 chunk +92 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_copy_neon_asm.asm View 1 chunk +84 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_dc_only_idct_add_neon.asm View 1 chunk +0 lines, -69 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.asm View 1 chunk +0 lines, -198 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c View 1 chunk +59 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon_asm.asm View 1 chunk +198 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon.asm View 1 chunk +0 lines, -1179 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon.c View 1 chunk +1332 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon_asm.asm View 1 chunk +1179 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c View 4 chunks +14 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.asm View 1 chunk +0 lines, -144 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c View 1 chunk +163 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon_asm.asm View 1 chunk +144 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon.asm View 1 chunk +0 lines, -1299 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon.c View 1 chunk +750 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon_asm.asm View 1 chunk +1299 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.asm View 1 chunk +0 lines, -68 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c View 1 chunk +48 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon_asm.asm View 1 chunk +68 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon.asm View 1 chunk +0 lines, -190 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon.c View 1 chunk +151 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon_asm.asm View 1 chunk +190 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.asm View 1 chunk +0 lines, -88 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c View 1 chunk +62 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon_asm.asm View 1 chunk +88 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_idct8x8_add_neon.asm View 1 chunk +0 lines, -519 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct8x8_add_neon.c View 1 chunk +547 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct8x8_add_neon_asm.asm View 1 chunk +519 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.asm View 1 chunk +0 lines, -237 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c View 1 chunk +248 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.asm View 1 chunk +0 lines, -698 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c View 1 chunk +624 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon.asm View 1 chunk +0 lines, -199 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon.c View 3 chunks +157 lines, -31 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon_asm.asm View 1 chunk +199 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_4_neon.c View 1 chunk +274 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_4_neon_asm.asm View 1 chunk +277 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_8_neon.c View 1 chunk +453 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_8_neon_asm.asm View 1 chunk +451 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.asm View 1 chunk +0 lines, -708 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.c View 1 chunk +58 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.asm View 1 chunk +0 lines, -634 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.c View 1 chunk +473 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon_asm.asm View 1 chunk +634 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 3 chunks +8 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 3 chunks +14 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 3 chunks +28 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 31 chunks +174 lines, -170 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vp9/common/vp9_mfqe.h View 1 chunk +31 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/vp9_mfqe.c View 1 chunk +381 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 6 chunks +20 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.h View 3 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 5 chunks +79 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_ppflags.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 2 chunks +4 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 8 chunks +29 lines, -33 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 15 chunks +55 lines, -87 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.c View 1 chunk +17 lines, -17 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm View 2 chunks +0 lines, -15 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c View 8 chunks +63 lines, -45 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_ssse3.asm View 3 chunks +31 lines, -21 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 13 chunks +33 lines, -13 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 2 chunks +2 lines, -5 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 7 chunks +9 lines, -18 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 3 chunks +10 lines, -2 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_read_bit_buffer.c View 1 chunk +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_reader.h View 1 chunk +5 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.h View 1 chunk +4 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.c View 5 chunks +58 lines, -54 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_variance.c View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 6 chunks +12 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 8 chunks +4 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_denoiser.c View 15 chunks +72 lines, -64 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.h View 2 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 56 chunks +217 lines, -212 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 33 chunks +40 lines, -54 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 8 chunks +14 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 34 chunks +91 lines, -89 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_ethread.h View 1 chunk +25 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_ethread.c View 1 chunk +272 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 5 chunks +10 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.h View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 14 chunks +304 lines, -36 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 16 chunks +22 lines, -53 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.h View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 3 chunks +17 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 26 chunks +117 lines, -60 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 6 chunks +8 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 2 chunks +53 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 5 chunks +385 lines, -191 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c View 4 chunks +12 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c View 4 chunks +2 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm View 7 chunks +8 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 2 chunks +52 lines, -21 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 4 chunks +4 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 6 chunks +30 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx/exports_enc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx/vp8dx.h View 1 chunk +7 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/x86_abi_support.asm View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 7 chunks +26 lines, -24 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale.mk View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 2 chunks +4 lines, -2 lines 0 comments Download
M source/libvpx/vpxdec.c View 3 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vpxenc.c View 4 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as r293590 (presubmit successful).
5 years, 11 months ago (2015-01-09 20:01:51 UTC) #1
Tom Finegan
5 years, 11 months ago (2015-01-10 00:34:31 UTC) #2
Message was sent while issue was closed.
On 2015/01/09 20:01:51, Johann wrote:
> Committed patchset #1 (id:1) manually as r293590 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698