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

Issue 478033002: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream Current HEAD: 49fef904054b668881dfb21e37bcb60d571cb2c5 git log from upstream: 69dc876 Set uv_crop_height/width in all the places b77ef13 vpxdec.sh: Fix some style nits. 28b1437 Remove a unused speed feature 4d91e16 examples.sh: Run all example tests. 965af79 vp8cx_set_ref: Flush encoder. f1ec9e8 Cleaning up vp9_encoder.c. 31e54bb Removing active_arnr_{strength, frames} from VP9_COMP. 4851b99 Removes fileno check to prevent valgrind error a0d8ddb vpxenc.sh: use --test-decode=fatal for vp9 8db245b Add an adaptive denoising mode. 21a0dad vp8: Modify to use closest reference in zero_mv bias. a07d09f vp9_copy_reference_dec: check ref frame index before use d67b608 Remove redundant vp9_init_plane_quantizers call efdfdf5 32 Align Load bug In the sub_pixel_avg_variance the parameter sec was also aligned load and changed to unaligned. 89a213b get_ref_frame: fix test for valid buffer. 5966586 Mask out H_PRED and V_PRED for 32x32 blocks 4d6d061 Set max_intra_bsize to 32x32 4e30565 Fix bug 837: realloc mode info buffers on resize c89d151 vpx_codec_internal.h : clean out unused function warning 741a23c Replace current_video_frame with better alternatives ccef884 Allow full coeff probability model and cost update 1e30547 Skip mode search based on reference frame consistency 0daadeb Enable motion field based mode seach skip b6a4180 Simplify select_tx_mode() 1c62031 cq_test: allow test cases to be run out of order 17ea6ab Initialization to prevent asan failure on google3 a6a997d vpx_internal_error -> fix -Wunused-function issues caffcb8 decode_api_test: fix type conversion warning 3a7d467 libyuv: update to r1041 3caed4f get_ref_frame: check ref_frame_map value 7d9da93 VP8D_GET_FRAME_CORRUPTED: check frame pointer 07a6752 inline vpx functions in headers to avoid unused function warning f452961 fixes several -Wunused-function warnings 3011c53 Fix a run-time integer overflow 5c55202 intra blocks disallowed inadvertently a463513 Rework y4mwrite test to pass google3 tests TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290056

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22077 lines, -5738 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 2 chunks +4 lines, -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 +4 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 5 chunks +43 lines, -88 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 13 chunks +52 lines, -13 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 2 chunks +2 lines, -8 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 10 chunks +26 lines, -13 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 chunk +2 lines, -4 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm64/vp9_rtcd.h View 10 chunks +26 lines, -13 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/arm64/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/generic/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/nacl/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/PATENTS View 1 chunk +20 lines, -19 lines 0 comments Download
M source/libvpx/build/make/Makefile View 2 chunks +23 lines, -17 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 12 chunks +26 lines, -17 lines 0 comments Download
M source/libvpx/build/make/rtcd.pl View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/configure View 12 chunks +20 lines, -13 lines 0 comments Download
M source/libvpx/examples.mk View 3 chunks +12 lines, -6 lines 0 comments Download
M source/libvpx/examples/simple_encoder.c View 4 chunks +14 lines, -7 lines 0 comments Download
M source/libvpx/examples/vp8cx_set_ref.c View 5 chunks +13 lines, -5 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_svc_encoder.c View 2 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/libs.mk View 1 chunk +6 lines, -2 lines 0 comments Download
M source/libvpx/test/cq_test.cc View 5 chunks +29 lines, -3 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 chunk +0 lines, -25 lines 0 comments Download
A source/libvpx/test/decode_api_test.cc View 1 chunk +126 lines, -0 lines 0 comments Download
M source/libvpx/test/decode_perf_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/decode_test_driver.cc View 1 chunk +19 lines, -10 lines 0 comments Download
M source/libvpx/test/decode_to_md5.sh View 1 chunk +2 lines, -2 lines 0 comments Download
A source/libvpx/test/encode_perf_test.cc View 1 chunk +170 lines, -0 lines 0 comments Download
M source/libvpx/test/examples.sh View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 2 chunks +1 line, -15 lines 0 comments Download
M source/libvpx/test/frame_size_tests.cc View 4 chunks +3 lines, -21 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M source/libvpx/test/test.mk View 5 chunks +21 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 1 chunk +12 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/tools_common.sh View 2 chunks +18 lines, -91 lines 0 comments Download
M source/libvpx/test/variance_test.cc View 4 chunks +27 lines, -22 lines 0 comments Download
M source/libvpx/test/video_source.h View 2 chunks +15 lines, -37 lines 0 comments Download
M source/libvpx/test/vp9_spatial_svc_encoder.sh View 2 chunks +23 lines, -42 lines 0 comments Download
M source/libvpx/test/vp9_subtract_test.cc View 1 chunk +5 lines, -0 lines 0 comments Download
A source/libvpx/test/vpx_scale_test.cc View 1 chunk +256 lines, -0 lines 0 comments Download
M source/libvpx/test/vpxdec.sh View 1 chunk +31 lines, -8 lines 0 comments Download
M source/libvpx/test/vpxenc.sh View 2 chunks +139 lines, -25 lines 0 comments Download
M source/libvpx/test/y4m_test.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M source/libvpx/third_party/libwebm/PATENTS.TXT View 1 chunk +20 lines, -19 lines 0 comments Download
M source/libvpx/third_party/libyuv/README.libvpx View 2 chunks +2 lines, -3 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/compare.h View 1 chunk +73 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/convert.h View 1 chunk +254 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/convert_argb.h View 1 chunk +225 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/convert_from.h View 1 chunk +173 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/convert_from_argb.h View 1 chunk +166 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/cpu_id.h View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/format_conversion.h View 1 chunk +168 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/mjpeg_decoder.h View 1 chunk +193 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/planar_functions.h View 1 chunk +3 lines, -3 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/rotate.h View 1 chunk +117 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/rotate_argb.h View 1 chunk +33 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/row.h View 8 chunks +34 lines, -5 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/scale.h View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/scale_argb.h View 1 chunk +57 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/include/libyuv/scale_row.h View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/version.h View 1 chunk +16 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/include/libyuv/video_common.h View 1 chunk +182 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/compare.cc View 1 chunk +325 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/compare_common.cc View 1 chunk +42 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/compare_neon.cc View 1 chunk +64 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/compare_posix.cc View 1 chunk +158 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/compare_win.cc View 1 chunk +232 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert.cc View 1 chunk +1513 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert_argb.cc View 1 chunk +938 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert_from.cc View 1 chunk +1210 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert_from_argb.cc View 1 chunk +1113 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert_jpeg.cc View 1 chunk +392 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert_to_argb.cc View 1 chunk +327 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/convert_to_i420.cc View 1 chunk +383 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/cpu_id.cc View 5 chunks +10 lines, -5 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/format_conversion.cc View 1 chunk +552 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc View 1 chunk +566 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/mjpeg_validate.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/planar_functions.cc View 2 chunks +8 lines, -4 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate.cc View 1 chunk +1301 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_argb.cc View 1 chunk +209 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_mips.cc View 1 chunk +485 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/rotate_neon.cc View 1 chunk +533 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_any.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_common.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_mips.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_neon.cc View 143 chunks +305 lines, -1 line 0 comments Download
A source/libvpx/third_party/libyuv/source/row_neon64.cc View 1 chunk +3323 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/row_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libyuv/source/row_win.cc View 5 chunks +173 lines, -53 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/row_x86.asm View 1 chunk +146 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/scale_argb.cc View 1 chunk +809 lines, -0 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_common.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_mips.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_neon.cc View 27 chunks +104 lines, -24 lines 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/third_party/libyuv/source/scale_win.cc View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/third_party/libyuv/source/video_common.cc View 1 chunk +64 lines, -0 lines 0 comments Download
A source/libvpx/third_party/libyuv/source/x86inc.asm View 1 chunk +1136 lines, -0 lines 0 comments Download
M source/libvpx/third_party/x86inc/x86inc.asm View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/tools_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/usage.dox View 3 chunks +1 line, -76 lines 0 comments Download
M source/libvpx/vp8/common/onyx.h View 1 chunk +3 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/boolhuff.h View 1 chunk +0 lines, -4 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.h View 3 chunks +42 lines, -4 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 8 chunks +67 lines, -14 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.c View 1 chunk +13 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/ethreading.c View 1 chunk +15 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 22 chunks +194 lines, -19 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_int.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 5 chunks +12 lines, -13 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.c View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 5 chunks +13 lines, -11 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 7 chunks +25 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 3 chunks +7 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +10 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 4 chunks +15 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_prob.h View 1 chunk +1 line, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.pl View 11 chunks +21 lines, -21 lines 0 comments Download
D source/libvpx/vp9/common/x86/vp9_postproc_x86.h View 1 chunk +0 lines, -72 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 8 chunks +65 lines, -45 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.h View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decoder.c View 2 chunks +6 lines, -13 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_reader.h View 3 chunks +5 lines, -5 lines 0 comments Download
A source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c View 1 chunk +223 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c View 1 chunk +102 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/arm/neon/vp9_sad_neon.c View 3 chunks +19 lines, -5 lines 0 comments Download
A source/libvpx/vp9/encoder/arm/neon/vp9_subtract_neon.c View 1 chunk +81 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c View 1 chunk +227 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.h View 1 chunk +12 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 24 chunks +80 lines, -69 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 3 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_context_tree.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 57 chunks +327 lines, -139 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 8 chunks +18 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.h View 10 chunks +15 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encoder.c View 51 chunks +92 lines, -163 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 1 chunk +14 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 24 chunks +107 lines, -89 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 12 chunks +33 lines, -21 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 4 chunks +20 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 8 chunks +16 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rd.c View 4 chunks +4 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 17 chunks +212 lines, -135 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 6 chunks +12 lines, -16 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.h View 2 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_speed_features.c View 9 chunks +34 lines, -24 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.h View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 3 chunks +18 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_svc_layercontext.c View 8 chunks +20 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 5 chunks +24 lines, -20 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_write_bit_buffer.h View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_write_bit_buffer.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.h View 2 chunks +3 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c View 1 chunk +0 lines, -2566 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_sad4d_intrin_avx2.c View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c View 10 chunks +10 lines, -10 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 23 chunks +79 lines, -45 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 9 chunks +47 lines, -31 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 2 chunks +6 lines, -2 lines 0 comments Download
M source/libvpx/vpx/internal/vpx_codec_internal.h View 5 chunks +7 lines, -82 lines 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 2 chunks +4 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/vpx_codec.c View 1 chunk +17 lines, -42 lines 0 comments Download
M source/libvpx/vpx/src/vpx_decoder.c View 4 chunks +8 lines, -58 lines 0 comments Download
M source/libvpx/vpx/src/vpx_encoder.c View 4 chunks +3 lines, -5 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 3 chunks +9 lines, -1 line 0 comments Download
M source/libvpx/vpx/vpx_codec.h View 3 chunks +0 lines, -90 lines 0 comments Download
M source/libvpx/vpx/vpx_decoder.h View 1 chunk +0 lines, -4 lines 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 3 chunks +0 lines, -10 lines 0 comments Download
M source/libvpx/vpx/vpx_integer.h View 1 chunk +9 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/mem_ops.h View 7 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vpx_ports/mem_ops_aligned.h View 3 chunks +12 lines, -6 lines 0 comments Download
M source/libvpx/vpx_ports/vpx_once.h View 1 chunk +27 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/vpx_timer.h View 4 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vpx_ports/x86.h View 3 chunks +4 lines, -4 lines 0 comments Download
D source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm View 1 chunk +0 lines, -233 lines 0 comments Download
D source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copysrcframe_func_neon.asm View 1 chunk +0 lines, -259 lines 0 comments Download
D source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm View 1 chunk +0 lines, -308 lines 0 comments Download
D source/libvpx/vpx_scale/arm/neon/yv12extend_arm.c View 1 chunk +0 lines, -21 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 2 chunks +11 lines, -8 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale.mk View 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale_rtcd.pl View 1 chunk +0 lines, -4 lines 0 comments Download
M source/libvpx/vpxdec.c View 5 chunks +7 lines, -6 lines 0 comments Download
M source/libvpx/vpxenc.c View 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 manually as r290056 (presubmit successful).
6 years, 4 months ago (2014-08-15 23:57:17 UTC) #1
Tom Finegan
6 years, 4 months ago (2014-08-16 00:05:50 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698