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

Issue 341293003: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream Current HEAD: 1fc2b0fd00d4ba17bec8c89aa6eab503d77a3eed git log from upstream: d658216 Don't return value for void functions baef0b8 Include type defines 31c03b3 VP9 denoiser bugfixes c99a8fd Allow key frame more flexibility in mode search fec6886 Remove labels from quantize 1eb6e68 Add superframe support for frame parallel decoding. c9c4e13 Added CFLAG for outputting vp9 denoised signal b56f3af Fixes in VP9 alloc, free, and COPY_FRAME case 0fec8f9 Improved vp9 denoiser running avg update. ff38807 Implemented COPY_BLOCK case for vp9 denoiser 0d3ed08 sse4 regular quantize 2614e56 Changed buf_2ds in vp9 denoiser to YV12 buffers a4b7a71 Update running avg for VP9 denoiser 2a72067 Implemented vp9_denoiser_{alloc,free}() 1368112 iosbuild.sh: Add vpx_config.h and vpx_version.h to VPX.framework. 55834d4 Modify non-rd intra mode checking . . . 0271c75 Hiding struct diff in *.c file. f80bd43 Removing unused members from PICK_MODE_CONTEXT struct. f07a96f Cosmetic clean up. 20ae20c Add test for vp9_spatial_svc_encoder example. 3d38cf9 tools_common.sh: Allow over ride of test name. 2a3092f Exit with error when vpxenc cannot correctly scale the input. c03ae7d Add a TODO 6c2e88e Rewrite encoder input format handling. e331203 Add test for vpx_temporal_svc_encoder example. 51545f5 Moving PC_TREE from MACROBLOCK to VP9_COMP. 0912ee1 Cleaning up vp9_cx_iface.c. bc27d7e Add make target for running example tests. 3316e26 Remove unused varables 073fbdf Reusing swap_block_ptr() function. 3181290 Removing unused fields from twopass_rc struct. be49292 Cleaning up vp9_pick_inter_mode(). f12ebfc make spatial svc an experiment 39015ea Making vp9_initialize_dec() static. 021eaab Hiding vp9_sub_pel_filters_{8, 8s, 8lp} filters in *.c file. d31b836 Deadline is not supported in VP9 decoder, removing it completely. f4b736a Removing decode_one_iter() function. BUG=386801 TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278785

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41750 lines, -14711 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M generate_gypi.sh View 1 chunk +1 line, -3 lines 0 comments Download
M libvpx_srcs_arm.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_generic.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_mips.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 3 chunks +0 lines, -4 lines 0 comments Download
M libvpx_srcs_x86.gypi View 6 chunks +1 line, -6 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 7 chunks +7 lines, -12 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 2 chunks +23 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 2 chunks +23 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 18 chunks +128 lines, -86 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/x64/vp8_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 16 chunks +92 lines, -61 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 17 chunks +76 lines, -39 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 16 chunks +92 lines, -61 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/nacl/vp9_rtcd.h View 12 chunks +45 lines, -27 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 18 chunks +128 lines, -86 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 16 chunks +92 lines, -61 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/README View 5 chunks +12 lines, -2 lines 0 comments Download
M source/libvpx/build/arm-msvs/obj_int_extract.bat View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/build/make/Makefile View 3 chunks +7 lines, -1 line 0 comments Download
M source/libvpx/build/make/configure.sh View 5 chunks +16 lines, -3 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_proj.sh View 7 chunks +16 lines, -7 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 6 chunks +15 lines, -6 lines 0 comments Download
A source/libvpx/build/make/iosbuild.sh View 1 chunk +244 lines, -0 lines 0 comments Download
M source/libvpx/build/make/msvs_common.sh View 2 chunks +17 lines, -2 lines 0 comments Download
M source/libvpx/build/x86-msvs/obj_int_extract.bat View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/configure View 10 chunks +21 lines, -1 line 0 comments Download
M source/libvpx/examples.mk View 5 chunks +37 lines, -14 lines 0 comments Download
M source/libvpx/examples/vp9_spatial_svc_encoder.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_svc_encoder.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/libs.mk View 5 chunks +27 lines, -1 line 0 comments Download
M source/libvpx/test/convolve_test.cc View 8 chunks +60 lines, -6 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 9 chunks +99 lines, -2 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/test/decode_to_md5.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/decode_with_drops.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/examples.sh View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 2 chunks +18 lines, -2 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 4 chunks +36 lines, -2 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 4 chunks +140 lines, -27 lines 0 comments Download
M source/libvpx/test/postproc.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/resize_util.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/sad_test.cc View 20 chunks +233 lines, -139 lines 0 comments Download
M source/libvpx/test/simple_decoder.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/simple_encoder.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/svc_test.cc View 5 chunks +26 lines, -34 lines 0 comments Download
M source/libvpx/test/test.mk View 3 chunks +6 lines, -2 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/test/tools_common.sh View 5 chunks +26 lines, -8 lines 0 comments Download
M source/libvpx/test/twopass_encoder.sh View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/variance_test.cc View 1 chunk +51 lines, -0 lines 0 comments Download
M source/libvpx/test/vp8cx_set_ref.sh View 1 chunk +4 lines, -1 line 0 comments Download
A source/libvpx/test/vp9_spatial_svc_encoder.sh View 1 chunk +92 lines, -0 lines 0 comments Download
A source/libvpx/test/vpx_temporal_svc_encoder.sh View 1 chunk +286 lines, -0 lines 0 comments Download
M source/libvpx/third_party/googletest/README.libvpx View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/googletest/src/src/gtest-all.cc View 2 chunks +0 lines, -2 lines 0 comments Download
D source/libvpx/third_party/libmkv/EbmlBufferWriter.h View 1 chunk +0 lines, -19 lines 0 comments Download
D source/libvpx/third_party/libmkv/EbmlBufferWriter.c View 1 chunk +0 lines, -52 lines 0 comments Download
D source/libvpx/third_party/libmkv/EbmlIDs.h View 1 chunk +0 lines, -231 lines 0 comments Download
D source/libvpx/third_party/libmkv/EbmlWriter.h View 1 chunk +0 lines, -42 lines 0 comments Download
D source/libvpx/third_party/libmkv/EbmlWriter.c View 1 chunk +0 lines, -157 lines 0 comments Download
D source/libvpx/third_party/libmkv/Makefile View 1 chunk +0 lines, -25 lines 0 comments Download
D source/libvpx/third_party/libmkv/WebMElement.h View 1 chunk +0 lines, -32 lines 0 comments Download
D source/libvpx/third_party/libmkv/WebMElement.c View 1 chunk +0 lines, -217 lines 0 comments Download
D source/libvpx/third_party/libmkv/testlibmkv.c View 1 chunk +0 lines, -62 lines 0 comments Download
M source/libvpx/third_party/libyuv/README.libvpx View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/basic_types.h View 4 chunks +61 lines, -16 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/cpu_id.h View 1 chunk +49 lines, -17 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/planar_functions.h View 1 chunk +439 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/row.h View 1 chunk +1704 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/scale.h View 3 chunks +51 lines, -19 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/scale_row.h View 1 chunk +341 lines, -0 lines 0 comments Download
D source/libvpx/third_party/libyuv/source/cpu_id.c View 1 chunk +0 lines, -81 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/cpu_id.cc View 1 chunk +283 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/planar_functions.cc View 1 chunk +2287 lines, -0 lines 0 comments Download
D source/libvpx/third_party/libyuv/source/row.h View 1 chunk +0 lines, -264 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_any.cc View 1 chunk +542 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_common.cc View 1 chunk +2286 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_mips.cc View 1 chunk +991 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_neon.cc View 1 chunk +2844 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_posix.cc View 1 chunk +6443 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_win.cc View 1 chunk +7284 lines, -0 lines 0 comments Download
D source/libvpx/third_party/libyuv/source/scale.c View 1 chunk +0 lines, -3884 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale.cc View 1 chunk +1716 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_common.cc View 1 chunk +1165 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_mips.cc View 1 chunk +653 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_neon.cc View 1 chunk +684 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_posix.cc View 1 chunk +1315 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_win.cc View 1 chunk +1320 lines, -0 lines 0 comments Download
D source/libvpx/third_party/nestegg/0001-include-paths.diff View 1 chunk +0 lines, -41 lines 0 comments Download
D source/libvpx/third_party/nestegg/0002-ne_read_simple-uninitialized_variable.diff View 1 chunk +0 lines, -21 lines 0 comments Download
D source/libvpx/third_party/nestegg/AUTHORS View 1 chunk +0 lines, -3 lines 0 comments Download
D source/libvpx/third_party/nestegg/INSTALL View 1 chunk +0 lines, -8 lines 0 comments Download
D source/libvpx/third_party/nestegg/LICENSE View 1 chunk +0 lines, -13 lines 0 comments Download
D source/libvpx/third_party/nestegg/README View 1 chunk +0 lines, -6 lines 0 comments Download
D source/libvpx/third_party/nestegg/README.libvpx View 1 chunk +0 lines, -24 lines 0 comments Download
D source/libvpx/third_party/nestegg/TODO View 1 chunk +0 lines, -21 lines 0 comments Download
D source/libvpx/third_party/nestegg/halloc/README View 1 chunk +0 lines, -45 lines 0 comments Download
D source/libvpx/third_party/nestegg/halloc/halloc.h View 1 chunk +0 lines, -43 lines 0 comments Download
D source/libvpx/third_party/nestegg/halloc/src/align.h View 1 chunk +0 lines, -36 lines 0 comments Download
D source/libvpx/third_party/nestegg/halloc/src/halloc.c View 1 chunk +0 lines, -254 lines 0 comments Download
D source/libvpx/third_party/nestegg/halloc/src/hlist.h View 1 chunk +0 lines, -136 lines 0 comments Download
D source/libvpx/third_party/nestegg/halloc/src/macros.h View 1 chunk +0 lines, -36 lines 0 comments Download
D source/libvpx/third_party/nestegg/include/nestegg/nestegg.h View 1 chunk +0 lines, -353 lines 0 comments Download
D source/libvpx/third_party/nestegg/src/nestegg.c View 1 chunk +0 lines, -2323 lines 0 comments Download
D source/libvpx/third_party/nestegg/test/test.c View 1 chunk +0 lines, -250 lines 0 comments Download
M source/libvpx/third_party/x86inc/x86inc.asm View 1 chunk +17 lines, -0 lines 0 comments Download
M source/libvpx/tools/ftfy.sh View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/tools_common.h View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/vp8/common/pragmas.h View 1 chunk +0 lines, -29 lines 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.pl View 1 chunk +1 line, -3 lines 0 comments Download
D source/libvpx/vp8/common/x86/loopfilter_block_sse2.asm View 1 chunk +0 lines, -815 lines 0 comments Download
A source/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm View 1 chunk +815 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/x86/postproc_mmx.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp8/common/x86/postproc_sse2.asm View 2 chunks +1 line, -2 lines 0 comments Download
D source/libvpx/vp8/common/x86/postproc_x86.c View 1 chunk +0 lines, -24 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_impl_mmx.asm View 4 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vp8/common/x86/variance_mmx.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/common/x86/variance_sse2.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/common/x86/variance_ssse3.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/arm/neon/denoising_neon.c View 2 chunks +89 lines, -8 lines 0 comments Download
M source/libvpx/vp8/encoder/bitstream.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/block.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/denoising.h View 3 chunks +16 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 7 chunks +134 lines, -7 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 8 chunks +19 lines, -8 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 3 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.h View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 5 chunks +8 lines, -5 lines 0 comments Download
M source/libvpx/vp8/encoder/x86/denoising_sse2.c View 1 chunk +63 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/x86/quantize_sse2.c View 1 chunk +1 line, -2 lines 0 comments Download
D source/libvpx/vp8/encoder/x86/quantize_sse4.asm View 1 chunk +0 lines, -256 lines 0 comments Download
A source/libvpx/vp8/encoder/x86/quantize_sse4.c View 1 chunk +128 lines, -0 lines 0 comments Download
D source/libvpx/vp8/encoder/x86/ssim_opt.asm View 1 chunk +0 lines, -216 lines 0 comments Download
A source/libvpx/vp8/encoder/x86/ssim_opt_x86_64.asm View 1 chunk +216 lines, -0 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 12 chunks +125 lines, -78 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 9 chunks +51 lines, -30 lines 0 comments Download
M source/libvpx/vp8/vp8cx.mk View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c View 2 chunks +16 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 2 chunks +36 lines, -24 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 3 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 1 chunk +5 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/vp9_pragmas.h View 1 chunk +0 lines, -30 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 12 chunks +64 lines, -46 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.c View 1 chunk +9 lines, -1 line 0 comments Download
A source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.h View 1 chunk +175 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 6 chunks +1 line, -165 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c View 1 chunk +762 lines, -0 lines 0 comments Download
D source/libvpx/vp9/common/x86/vp9_idct_ssse3.asm View 1 chunk +0 lines, -300 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_idct_ssse3_x86_64.asm View 1 chunk +300 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_postproc_mmx.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_postproc_sse2.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c View 4 chunks +16 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c View 5 chunks +19 lines, -17 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_ssse3.asm View 1 chunk +5 lines, -4 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 9 chunks +128 lines, -134 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.h View 2 chunks +13 lines, -10 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 9 chunks +12 lines, -20 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_read_bit_buffer.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.c View 1 chunk +13 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 5 chunks +7 lines, -57 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_context_tree.h View 1 chunk +50 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_context_tree.c View 5 chunks +22 lines, -20 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 7 chunks +56 lines, -12 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_denoiser.h View 1 chunk +52 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_denoiser.c View 1 chunk +198 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.h View 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 45 chunks +155 lines, -144 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 5 chunks +62 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 14 chunks +34 lines, -95 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 35 chunks +82 lines, -93 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 4 chunks +7 lines, -17 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 52 chunks +336 lines, -376 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 10 chunks +12 lines, -16 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 31 chunks +79 lines, -37 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 9 chunks +149 lines, -67 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 2 chunks +13 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 6 chunks +50 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 4 chunks +9 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 35 chunks +98 lines, -91 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 5 chunks +104 lines, -53 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 52 chunks +114 lines, -179 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_sad.c View 3 chunks +4 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.h View 7 chunks +31 lines, -26 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 17 chunks +68 lines, -73 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.h View 1 chunk +1 line, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 7 chunks +18 lines, -39 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 14 chunks +30 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.c View 1 chunk +12 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 11 chunks +226 lines, -18 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.asm View 1 chunk +0 lines, -174 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_dct_ssse3_x86_64.asm View 1 chunk +182 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.asm View 1 chunk +0 lines, -219 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm View 1 chunk +219 lines, -0 lines 0 comments Download
D source/libvpx/vp9/encoder/x86/vp9_ssim_opt.asm View 1 chunk +0 lines, -216 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm View 1 chunk +216 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_sse2.asm View 4 chunks +28 lines, -23 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_mmx.c View 1 chunk +65 lines, -115 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c View 2 chunks +111 lines, -213 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 22 chunks +201 lines, -106 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 19 chunks +148 lines, -96 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 2 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/vpx/exports_enc View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vpx/internal/vpx_codec_internal.h View 3 chunks +4 lines, -28 lines 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 4 chunks +2 lines, -13 lines 0 comments Download
M source/libvpx/vpx/src/vpx_codec.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/vpx_ports/x86_abi_support.asm View 1 chunk +11 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 1 chunk +6 lines, -5 lines 0 comments Download
M source/libvpx/vpx_scale/mips/dspr2/yv12extend_dspr2.c View 2 chunks +11 lines, -15 lines 0 comments Download
M source/libvpx/vpxdec.c View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vpxenc.c View 8 chunks +37 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fgalligan
Committed patchset #1 manually as r278785 (presubmit successful).
6 years, 6 months ago (2014-06-20 19:01:53 UTC) #1
Tom Finegan
6 years, 6 months ago (2014-06-20 22:52:16 UTC) #2
Message was sent while issue was closed.
On 2014/06/20 19:01:53, fgalligan wrote:
> Committed patchset #1 manually as r278785 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698