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

Issue 756673003: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream Current HEAD: 681d5e9024c7dab82706507037c01a067e0ea89d git log from upstream: 53c3f2c Only allow for cyclic refresh (aq=3 mode) for base layer. 7efb302 Indent build/make/configure.sh ea494c0 Fix some minor nits. a7b2d09 Added highbitdepth sse2 acceleration for quantize f5209d7 Remove rate component adjustment for AQ1 1663eff Switch AQ1 segment basis from q ratio to rate ratio. fc47c5d Add adaptive midpoint for AQ1. d031237 Add variance restriction to AQ2. 3d1e8c9 Further AQ1 clean up. 6a760d4 Initial AQ1 restructuring. a0d1582 vp9_thread_test: fix 'had_error' assignment bc1b3d8 Allow DC/H/V/TM on screen content. 722e9d6 Drop special inter mode selection for screen content. eafa0d0 Remove armv5te target 08ad7e4 Correctly initialize "ones" value in neon quantize 379334c vp9_ethread: move filter_cache out of RD_OPT struct 5e5da2e Fix bug in calculating number of mbs with scaling. 16d2696 sad_test: fix vp8-only build ad7586a vp9_ethread: move max/min partition size to mb struct b0efddd vp9_ethread: change mask_filter to a local variable 70c9d29 Revert "vp9_ethread: include a pointer to mb in VP9_COMP" c42715b Enable ssse3 version of vp9_fdct8x8_quant 4c12046 Changes SvcContext_t to SvcContext 21db24e Add a reset to rc tracking for dropped frames c6908fd Combine fdct8x8 and quantization process 2d3cc8e Add sse2 version for vp9_quantize_fp ffa06b3 Prevent severe rate control errors in CBR mode b660f72 Modify active_worst_quality setting for one pass CBR. 1687c47 change to call vp9_refining_search_sad() directly a62c87f Add empty pointer check to pred buffering in rtc coding mode 87ae6d7 Code cleanup: remove unused members in RD_OPT d0b547c vp9_ethread: combine encoder counts in separate struct 48032bf Added sse2 acceleration for highbitdepth variance 00c385f Visual studio build fix using explicit cast <...> TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=293082

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11225 lines, -6830 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 10 chunks +5 lines, -12 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 chunk +1 line, -1 line 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 chunk +1 line, -4 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 chunk +0 lines, -4 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 7 chunks +4 lines, -35 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 2 chunks +3 lines, -3 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-cpu-detect/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vp8_rtcd.h View 4 chunks +0 lines, -23 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 2 chunks +3 lines, -3 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-neon/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vp8_rtcd.h View 4 chunks +4 lines, -23 lines 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 2 chunks +3 lines, -3 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/arm/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vp8_rtcd.h View 3 chunks +2 lines, -19 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 2 chunks +3 lines, -3 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/arm64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/linux/generic/vp9_rtcd.h View 2 chunks +3 lines, -3 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/generic/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 4 chunks +12 lines, -4 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/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/linux/mips64el/vp9_rtcd.h View 2 chunks +3 lines, -3 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/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 2 chunks +3 lines, -3 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/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 5 chunks +9 lines, -4 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/linux/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 4 chunks +12 lines, -4 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/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 5 chunks +9 lines, -4 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/mac/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/nacl/vp9_rtcd.h View 2 chunks +3 lines, -3 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 4 chunks +12 lines, -4 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 3 chunks +0 lines, -15 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 5 chunks +9 lines, -4 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/README View 1 chunk +0 lines, -4 lines 0 comments Download
D source/libvpx/build/arm-msvs/obj_int_extract.bat View 1 chunk +0 lines, -18 lines 0 comments Download
M source/libvpx/build/make/Android.mk View 4 chunks +3 lines, -59 lines 0 comments Download
M source/libvpx/build/make/Makefile View 2 chunks +0 lines, -12 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 17 chunks +917 lines, -933 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_proj.sh View 4 chunks +0 lines, -42 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 5 chunks +3 lines, -30 lines 0 comments Download
M source/libvpx/build/make/iosbuild.sh View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/build/make/rtcd.pl View 1 chunk +2 lines, -5 lines 0 comments Download
D source/libvpx/build/x86-msvs/obj_int_extract.bat View 1 chunk +0 lines, -15 lines 0 comments Download
M source/libvpx/configure View 6 chunks +4 lines, -7 lines 0 comments Download
M source/libvpx/examples/vp9_spatial_svc_encoder.c View 3 chunks +11 lines, -2 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_svc_encoder.c View 8 chunks +57 lines, -1 line 0 comments Download
M source/libvpx/libs.mk View 4 chunks +2 lines, -48 lines 0 comments Download
M source/libvpx/solution.mk View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 3 chunks +11 lines, -13 lines 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 2 chunks +88 lines, -8 lines 0 comments Download
M source/libvpx/test/invalid_file_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/lpf_8_test.cc View 5 chunks +17 lines, -21 lines 0 comments Download
A source/libvpx/test/quantize_test.cc View 1 chunk +197 lines, -0 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 29 chunks +726 lines, -131 lines 0 comments Download
M source/libvpx/test/test.mk View 2 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.mk View 2 chunks +24 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 2 chunks +22 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M source/libvpx/test/variance_test.cc View 41 chunks +1186 lines, -187 lines 0 comments Download
A source/libvpx/test/vp9_error_block_test.cc View 1 chunk +150 lines, -0 lines 0 comments Download
A source/libvpx/test/vp9_quantize_test.cc View 1 chunk +357 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_thread_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.pl View 2 chunks +4 lines, -25 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/armv5te/boolhuff_armv5te.asm View 1 chunk +0 lines, -310 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/armv5te/vp8_packtokens_armv5.asm View 1 chunk +0 lines, -317 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/armv5te/vp8_packtokens_mbrow_armv5.asm View 1 chunk +0 lines, -352 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/armv5te/vp8_packtokens_partitions_armv5.asm View 1 chunk +0 lines, -471 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm View 1 chunk +0 lines, -225 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/armv6/vp8_subtract_armv6.asm View 1 chunk +0 lines, -272 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/boolhuff_arm.c View 1 chunk +0 lines, -41 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.asm View 1 chunk +0 lines, -258 lines 0 comments Download
A source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c View 1 chunk +89 lines, -0 lines 0 comments Download
D source/libvpx/vp8/encoder/arm/quantize_arm.c View 1 chunk +0 lines, -64 lines 0 comments Download
M source/libvpx/vp8/encoder/bitstream.h View 1 chunk +1 line, -30 lines 0 comments Download
M source/libvpx/vp8/encoder/bitstream.c View 6 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp8/encoder/block.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 3 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 3 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp8/encoder/ethreading.c View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 10 chunks +30 lines, -25 lines 0 comments Download
M source/libvpx/vp8/encoder/quantize.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/quantize.c View 4 chunks +3 lines, -20 lines 0 comments Download
M source/libvpx/vp8/encoder/vp8_asm_enc_offsets.c View 1 chunk +0 lines, -77 lines 0 comments Download
M source/libvpx/vp8/encoder/x86/denoising_sse2.c View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/vp8cx.mk View 2 chunks +0 lines, -4 lines 0 comments Download
M source/libvpx/vp8/vp8cx_arm.mk View 1 chunk +1 line, -14 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon.asm View 7 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon.asm View 7 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 6 chunks +21 lines, -76 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 5 chunks +52 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 2 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 3 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 chunk +4 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 10 chunks +68 lines, -78 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 1 chunk +4 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 1 chunk +11 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 chunk +10 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 4 chunks +40 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 5 chunks +26 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 6 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 16 chunks +150 lines, -151 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 4 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c View 7 chunks +76 lines, -35 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 10 chunks +39 lines, -19 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 15 chunks +35 lines, -16 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 6 chunks +38 lines, -7 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.h View 2 chunks +9 lines, -6 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.c View 7 chunks +34 lines, -35 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_complexity.c View 5 chunks +11 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.h View 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c View 8 chunks +17 lines, -24 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_variance.h View 1 chunk +1 line, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_aq_variance.c View 4 chunks +31 lines, -59 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 18 chunks +27 lines, -30 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 2 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_context_tree.h View 2 chunks +6 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 20 chunks +210 lines, -96 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 72 chunks +528 lines, -437 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 2 chunks +7 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 6 chunks +17 lines, -23 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 13 chunks +46 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 42 chunks +368 lines, -266 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 39 chunks +135 lines, -109 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 4 chunks +131 lines, -33 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.h View 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 22 chunks +146 lines, -99 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 6 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 2 chunks +10 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 16 chunks +130 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.h View 4 chunks +7 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 5 chunks +32 lines, -21 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 3 chunks +5 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 31 chunks +72 lines, -83 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.h View 7 chunks +4 lines, -30 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 20 chunks +146 lines, -106 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 4 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.c View 3 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2.c View 2 chunks +7 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 10 chunks +483 lines, -41 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c View 1 chunk +498 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c View 15 chunks +117 lines, -215 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c View 1 chunk +71 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_quantize_intrin_sse2.c View 1 chunk +182 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_sad4d_sse2.asm View 1 chunk +284 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_sad_sse2.asm View 1 chunk +363 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_subpel_variance.asm View 1 chunk +1043 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_variance_impl_sse2.asm View 1 chunk +313 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_highbd_variance_sse2.c View 1 chunk +580 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c View 1 chunk +182 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 21 chunks +97 lines, -15 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 3 chunks +12 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 11 chunks +24 lines, -49 lines 0 comments Download
M source/libvpx/vpx/svc_context.h View 2 chunks +36 lines, -3 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 5 chunks +35 lines, -1 line 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 1 chunk +16 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/arm_cpudetect.c View 4 chunks +2 lines, -27 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale.mk View 2 chunks +0 lines, -4 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale_asm_offsets.c View 1 chunk +0 lines, -24 lines 0 comments Download
M source/libvpx/vpxdec.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vpxenc.c View 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as r293082 (presubmit successful).
6 years ago (2014-11-24 20:14:30 UTC) #1
Tom Finegan
6 years ago (2014-11-24 20:22:51 UTC) #2
Message was sent while issue was closed.
On 2014/11/24 20:14:30, Johann wrote:
> Committed patchset #1 (id:1) manually as r293082 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698