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

Issue 111463005: libvpx: Pull from upstream (Closed)

Created:
7 years ago by Johann
Modified:
7 years ago
Reviewers:
Tom Finegan
CC:
chromium-reviews
Visibility:
Public.

Description

libvpx: Pull from upstream Add support for avx2 intrinsics Pass '-chromium' to ads2gas scripts. This allows us to generate the correct syntax for Chromium clang as well as Xcode clang. https://code.google.com/p/webm/issues/detail?id=603 Current HEAD: 4a535efcfd6c2d1ccded864faf042f4b78716206 git log from upstream: 4a535ef Change in data rate test to be less stringent fbada94 Add frame buffer lru cache. d0ee1fd Merge "Add support to pass in external frame buffers." 10f8916 Add support to pass in external frame buffers. c5aaf92 webmdec/tests: fix leak when file isn't read to eof 64cf398 Merge "Using MV struct instead of int_mv union in encoder." 33df4f0 Merge "vp9_convole.c cleanup." f54b515 Merge "Cleaning up vp9_append_sub8x8_mvs_for_idx()." 25da21b Using MV struct instead of int_mv union in encoder. d4b500d Merge "Increase disable_filter_search_var_thresh threshold" ec79db6 Merge "obj_int_extract: fix compile warning" 3aa75bc Merge "vp9 asserts: fix compile warning" a793cf9 Merge "Rename so -> scan_order in vp9_encodemb.c" df13e01 Merge "Renaming treed_write() to vp9_write_tree()." 15a23c8 Merge "zz_motion_search() cleanup." 33859ad Merge "Moving mi configuration loop from vp9_read_mode_info to set_offsets." 2f9d118 Merge "Remove some dead code" 930ae71 Rename so -> scan_order in vp9_encodemb.c da9f55c Increase disable_filter_search_var_thresh threshold 2ec473b Merge "Set rc_2pass_vbr_maxsection_pct to correct value" 8b73296 Merge "Enable adaptive pred filter type for sub8x8" 15cf596 Set rc_2pass_vbr_maxsection_pct to correct value e121bf4 Moving mi configuration loop from vp9_read_mode_info to set_offsets. 178db94 vp9 asserts: fix compile warning 934f0fb obj_int_extract: fix compile warning 3b5a90b Enable adaptive pred filter type for sub8x8 c263418 Merge "test-data.sha1: add missing sha1sums" 52bf934 zz_motion_search() cleanup. 629fb85 vp9_convole.c cleanup. TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240981

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28947 lines, -12811 lines) Patch
M README.chromium View 1 chunk +3 lines, -3 lines 0 comments Download
M generate_gypi.sh View 4 chunks +18 lines, -6 lines 0 comments Download
M libvpx.gyp View 3 chunks +7 lines, -1 line 0 comments Download
M libvpx_srcs_arm.gypi View 7 chunks +4 lines, -9 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 8 chunks +7 lines, -9 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 8 chunks +7 lines, -9 lines 0 comments Download
M libvpx_srcs_mips.gypi View 7 chunks +4 lines, -9 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 7 chunks +4 lines, -9 lines 0 comments Download
M libvpx_srcs_x86.gypi View 8 chunks +4 lines, -9 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 8 chunks +4 lines, -9 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +21 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +21 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 6 chunks +44 lines, -2 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/vp9_rtcd.h View 4 chunks +25 lines, -2 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/vp9_rtcd.h View 2 chunks +16 lines, -0 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/ia32/vp9_rtcd.h View 5 chunks +42 lines, -1 line 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/mipsel/vp9_rtcd.h View 2 chunks +16 lines, -0 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 5 chunks +34 lines, -2 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/vp9_rtcd.h View 3 chunks +38 lines, -0 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/vp9_rtcd.h View 5 chunks +34 lines, -2 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/vp9_rtcd.h View 2 chunks +16 lines, -0 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/vpx_version.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 5 chunks +42 lines, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.h View 2 chunks +3 lines, -3 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 2 chunks +3 lines, -3 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 5 chunks +34 lines, -2 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 2 chunks +3 lines, -3 lines 0 comments Download
M source/config/win/x64/vpx_config.asm View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/.mailmap View 1 chunk +10 lines, -0 lines 0 comments Download
M source/libvpx/AUTHORS View 1 chunk +35 lines, -0 lines 0 comments Download
M source/libvpx/CHANGELOG View 1 chunk +50 lines, -0 lines 0 comments Download
M source/libvpx/README View 3 chunks +3 lines, -0 lines 0 comments Download
M source/libvpx/build/make/ads2gas_apple.pl View 4 chunks +21 lines, -7 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 2 chunks +23 lines, -29 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_sln.sh View 2 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 4 chunks +17 lines, -3 lines 0 comments Download
M source/libvpx/build/make/obj_int_extract.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/thumb.pm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/configure View 8 chunks +8 lines, -3 lines 0 comments Download
M source/libvpx/examples.mk View 3 chunks +11 lines, -10 lines 0 comments Download
A source/libvpx/ivfdec.h View 1 chunk +30 lines, -0 lines 0 comments Download
A source/libvpx/ivfdec.c View 1 chunk +119 lines, -0 lines 0 comments Download
A source/libvpx/ivfenc.h View 1 chunk +33 lines, -0 lines 0 comments Download
A source/libvpx/ivfenc.c View 1 chunk +62 lines, -0 lines 0 comments Download
M source/libvpx/libs.mk View 2 chunks +2 lines, -0 lines 0 comments Download
A source/libvpx/test/android/Android.mk View 1 chunk +42 lines, -0 lines 0 comments Download
A source/libvpx/test/android/README View 1 chunk +32 lines, -0 lines 0 comments Download
A source/libvpx/test/android/get_files.py View 1 chunk +118 lines, -0 lines 0 comments Download
M source/libvpx/test/borders_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/codec_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 2 chunks +3 lines, -1 line 0 comments Download
M source/libvpx/test/datarate_test.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 3 chunks +9 lines, -4 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 2 chunks +13 lines, -1 line 0 comments Download
A source/libvpx/test/decode_perf_test.cc View 1 chunk +105 lines, -0 lines 0 comments Download
M source/libvpx/test/decode_test_driver.h View 2 chunks +14 lines, -0 lines 0 comments Download
M source/libvpx/test/decode_test_driver.cc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A source/libvpx/test/external_frame_buffer_test.cc View 1 chunk +309 lines, -0 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +241 lines, -128 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 3 chunks +9 lines, -4 lines 0 comments Download
A source/libvpx/test/lru_frame_buffer_test.cc View 1 chunk +207 lines, -0 lines 0 comments Download
M source/libvpx/test/sixtap_predict_test.cc View 2 chunks +12 lines, -9 lines 0 comments Download
A source/libvpx/test/svc_test.cc View 1 chunk +337 lines, -0 lines 0 comments Download
M source/libvpx/test/test.mk View 8 chunks +63 lines, -0 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 3 chunks +31 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 3 chunks +12 lines, -157 lines 0 comments Download
A source/libvpx/test/test_vectors.h View 1 chunk +35 lines, -0 lines 0 comments Download
A source/libvpx/test/test_vectors.cc View 1 chunk +167 lines, -0 lines 0 comments Download
M source/libvpx/test/tile_independence_test.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M source/libvpx/test/util.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/test/video_source.h View 1 chunk +26 lines, -7 lines 0 comments Download
M source/libvpx/test/vp8_fdct4x4_test.cc View 3 chunks +8 lines, -11 lines 0 comments Download
M source/libvpx/test/vp9_lossless_test.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M source/libvpx/test/vp9_subtract_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/test/vp9_thread_test.cc View 1 chunk +3 lines, -1 line 0 comments Download
M source/libvpx/test/webm_video_source.h View 2 chunks +8 lines, -2 lines 0 comments Download
M source/libvpx/tools_common.h View 1 chunk +115 lines, -2 lines 0 comments Download
M source/libvpx/tools_common.c View 3 chunks +104 lines, -1 line 0 comments Download
M source/libvpx/vp8/common/postproc.c View 1 chunk +0 lines, -5 lines 0 comments Download
M source/libvpx/vp8/common/setupintrarecon.h View 2 chunks +4 lines, -0 lines 0 comments Download
A source/libvpx/vp8/decoder/decodeframe.c View 1 chunk +1389 lines, -0 lines 0 comments Download
D source/libvpx/vp8/decoder/decodframe.c View 1 chunk +0 lines, -1398 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 4 chunks +17 lines, -19 lines 0 comments Download
M source/libvpx/vp8/encoder/ratectrl.c View 3 chunks +15 lines, -9 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/vp8dx.mk View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon.asm View 1 chunk +199 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon.c View 1 chunk +53 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_short_idct32x32_1_add_neon.asm View 1 chunk +144 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_intrapred16_dspr2.c View 1 chunk +332 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_intrapred4_dspr2.c View 1 chunk +232 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_intrapred8_dspr2.c View 1 chunk +610 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_dspr2.c View 3 chunks +66 lines, -3 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_filters_dspr2.h View 1 chunk +755 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_filters_dspr2.c View 1 chunk +364 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_macros_dspr2.h View 1 chunk +470 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_masks_dspr2.h View 1 chunk +365 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_mbloop_loopfilter_dspr2.c View 1 chunk +652 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_mblpf_horiz_loopfilter_dspr2.c View 1 chunk +795 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/mips/dspr2/vp9_mblpf_vert_loopfilter_dspr2.c View 1 chunk +840 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 4 chunks +76 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 14 chunks +99 lines, -125 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.c View 3 chunks +21 lines, -9 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 10 chunks +107 lines, -156 lines 0 comments Download
D source/libvpx/vp9/common/vp9_default_coef_probs.h View 1 chunk +0 lines, -699 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 5 chunks +56 lines, -78 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 5 chunks +563 lines, -124 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 1 chunk +2 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 8 chunks +75 lines, -111 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 4 chunks +9 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 3 chunks +24 lines, -49 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 2 chunks +13 lines, -10 lines 0 comments Download
D source/libvpx/vp9/common/vp9_extend.h View 1 chunk +0 lines, -25 lines 0 comments Download
D source/libvpx/vp9/common/vp9_extend.c View 1 chunk +0 lines, -143 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 1 chunk +9 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.h View 1 chunk +2 lines, -32 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.c View 1 chunk +38 lines, -39 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 5 chunks +26 lines, -35 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 14 chunks +423 lines, -158 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter_filters.c View 6 chunks +66 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mv.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyx.h View 4 chunks +9 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 9 chunks +85 lines, -62 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 2 chunks +50 lines, -58 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 7 chunks +87 lines, -118 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 chunk +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 7 chunks +227 lines, -80 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 11 chunks +48 lines, -28 lines 0 comments Download
D source/libvpx/vp9/common/vp9_sadmxn.h View 1 chunk +0 lines, -38 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scan.h View 1 chunk +9 lines, -170 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scan.c View 11 chunks +97 lines, -67 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.c View 1 chunk +23 lines, -32 lines 0 comments Download
M source/libvpx/vp9/common/vp9_treecoder.h View 2 chunks +32 lines, -23 lines 0 comments Download
D source/libvpx/vp9/common/vp9_treecoder.c View 1 chunk +0 lines, -74 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 34 chunks +1105 lines, -902 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2.c View 1 chunk +943 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2.c View 29 chunks +649 lines, -205 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_ssse3.asm View 10 chunks +63 lines, -26 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dboolhuff.h View 3 chunks +35 lines, -23 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dboolhuff.c View 2 chunks +14 lines, -18 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_decodeframe.h View 1 chunk +21 lines, -0 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_decodeframe.c View 1 chunk +1431 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 19 chunks +105 lines, -136 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_decodframe.h View 1 chunk +0 lines, -21 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_decodframe.c View 1 chunk +0 lines, -1368 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 5 chunks +79 lines, -101 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_if.c View 6 chunks +16 lines, -6 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_int.h View 1 chunk +2 lines, -0 lines 0 comments Download
D source/libvpx/vp9/decoder/vp9_treereader.h View 1 chunk +0 lines, -32 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 30 chunks +200 lines, -431 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 8 chunks +40 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_boolhuff.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 23 chunks +146 lines, -140 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 55 chunks +239 lines, -117 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_encodeintra.h View 1 chunk +0 lines, -20 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_encodeintra.c View 1 chunk +0 lines, -28 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +7 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 16 chunks +185 lines, -166 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 7 chunks +62 lines, -137 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_extend.h View 1 chunk +25 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_extend.c View 1 chunk +143 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 49 chunks +167 lines, -253 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 4 chunks +4 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 3 chunks +10 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 50 chunks +291 lines, -174 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_modecosts.h View 1 chunk +0 lines, -17 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_modecosts.c View 1 chunk +0 lines, -43 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 61 chunks +507 lines, -917 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 13 chunks +68 lines, -92 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 4 chunks +37 lines, -78 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 1 chunk +39 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 21 chunks +477 lines, -94 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 115 chunks +435 lines, -469 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_sad_c.c View 1 chunk +3 lines, -3 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_sadmxn.h View 1 chunk +38 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 2 chunks +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 3 chunks +9 lines, -9 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 2 chunks +9 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 12 chunks +111 lines, -175 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_treewriter.h View 1 chunk +30 lines, -44 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_treewriter.c View 1 chunk +47 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_vaq.c View 1 chunk +2 lines, -2 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2.c View 1 chunk +2710 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c View 1 chunk +2579 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 5 chunks +34 lines, -35 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm View 12 chunks +159 lines, -39 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 7 chunks +14 lines, -5 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 11 chunks +42 lines, -63 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 11 chunks +94 lines, -6 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 2 chunks +6 lines, -4 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 2 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/vp9_spatial_scalable_encoder.c View 2 chunks +195 lines, -406 lines 0 comments Download
M source/libvpx/vpx/exports_dec View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx/exports_enc View 1 chunk +14 lines, -0 lines 0 comments Download
M source/libvpx/vpx/internal/vpx_codec_internal.h View 3 chunks +32 lines, -1 line 0 comments Download
A source/libvpx/vpx/src/svc_encodeframe.c View 1 chunk +962 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/vpx_decoder.c View 2 chunks +20 lines, -1 line 0 comments Download
A source/libvpx/vpx/svc_context.h View 1 chunk +141 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 4 chunks +22 lines, -12 lines 0 comments Download
M source/libvpx/vpx/vp8dx.h View 2 chunks +12 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 3 chunks +4 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_decoder.h View 4 chunks +47 lines, -1 line 0 comments Download
A source/libvpx/vpx/vpx_external_frame_buffer.h View 1 chunk +53 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/vpx_once.h View 2 chunks +6 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/x86.h View 3 chunks +31 lines, -14 lines 0 comments Download
M source/libvpx/vpx_ports/x86_cpuid.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 5 chunks +46 lines, -8 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 1 chunk +7 lines, -8 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 2 chunks +13 lines, -1 line 0 comments Download
M source/libvpx/vpxdec.c View 22 chunks +200 lines, -417 lines 0 comments Download
A source/libvpx/vpxenc.h View 1 chunk +45 lines, -0 lines 0 comments Download
M source/libvpx/vpxenc.c View 38 chunks +119 lines, -887 lines 0 comments Download
A source/libvpx/vpxstats.h View 1 chunk +37 lines, -0 lines 0 comments Download
A source/libvpx/vpxstats.c View 1 chunk +135 lines, -0 lines 0 comments Download
A source/libvpx/warnings.h View 1 chunk +25 lines, -0 lines 0 comments Download
A source/libvpx/warnings.c View 1 chunk +117 lines, -0 lines 0 comments Download
A source/libvpx/webmdec.h View 1 chunk +40 lines, -0 lines 0 comments Download
A source/libvpx/webmdec.c View 1 chunk +198 lines, -0 lines 0 comments Download
A source/libvpx/webmenc.h View 1 chunk +87 lines, -0 lines 0 comments Download
A source/libvpx/webmenc.c View 1 chunk +331 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 manually as r240981 (presubmit successful).
7 years ago (2013-12-16 19:49:45 UTC) #1
Tom Finegan
7 years ago (2013-12-16 20:22:47 UTC) #2
Message was sent while issue was closed.
On 2013/12/16 19:49:45, Johann wrote:
> Committed patchset #1 manually as r240981 (presubmit successful).

lgtm/rubber stamp

Powered by Google App Engine
This is Rietveld 408576698