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

Issue 23600008: libvpx: Pull from upstream (Closed)

Created:
7 years, 3 months ago by fgalligan1
Modified:
7 years, 3 months ago
CC:
chromium-reviews, wwcv
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: ce04b1aa628821b9f08794333b01e4a71c88e700 git log from upstream: ce04b1a Merge "Add neon optimize vp9_short_idct8x8_1_add." 7b95f9b Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder. ba10aed Merge "Using num_8x8_* lookup tables instead of mi_*_log2." 12e5931 Merge "Using existing functions instead of raw expressions." f77c697 Merge "Cleaning up decode_block_intra function." f389ca2 Merge "Cleaning up model_rd_for_sb_y_tx." bfebe7e Merge "Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder." 78e670f Merge "Renaming D27 to D207." 45125ee Merge "fixed the reading too many bytes" 9482c07 fixed the reading too many bytes 3e43e49 Merge "Add a test vector that tests color space 444" 36e9b82 Add neon optimize vp9_short_idct8x8_1_add. . . . f7ece83 Merge "Inlining inc_mv_component_count function." 9f8335d Merge "Removing duplicated PREDICTION_PROBS constant." 51a8458 Merge "fix a bug where flags are not reset" be700e1 Simplify handling of sub-partition motion vectors 08202e0 Merge "msvs: Generate proper configurations for mixed platforms" 2f58faf Make coeff_optimize initialized per-plane 778989a Removing duplicated PREDICTION_PROBS constant. 47d61f0 Removing vp9_adapt_mode_context function. 3e386ae fix a bug where flags are not reset 40358dc Removing duplicated code for merging two probabilities. 0064958 Inlining inc_mv_component_count function. feefd81 msvs: Generate proper configurations for mixed platforms 4cfd36d Use local variables rather than structure members 7817d32 Save pixels instead of coefficients in intra4x4 RD loop. b72ecbb Add best_rd breakout in intra4x4 RD loop. BUG=279335 TBR=tomfinegan Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219829

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13592 lines, -9508 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M libvpx_srcs_arm.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 3 chunks +12 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 3 chunks +12 lines, -0 lines 0 comments Download
M libvpx_srcs_mips.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 11 chunks +105 lines, -81 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 2 chunks +8 lines, -8 lines 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 7 chunks +80 lines, -81 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_scale_rtcd.h View 1 chunk +5 lines, -5 lines 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 5 chunks +61 lines, -72 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 13 chunks +113 lines, -110 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 5 chunks +61 lines, -72 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/mipsel/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 11 chunks +99 lines, -98 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/x64/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 15 chunks +85 lines, -142 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 11 chunks +99 lines, -98 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/mac/x64/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 13 chunks +113 lines, -110 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/win/ia32/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 11 chunks +99 lines, -98 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/win/x64/vpx_scale_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/README View 2 chunks +32 lines, -2 lines 0 comments Download
M source/libvpx/build/make/armlink_adapter.sh View 2 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/build/make/configure.sh View 27 chunks +51 lines, -44 lines 0 comments Download
M source/libvpx/build/make/gen_asm_deps.sh View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/gen_msvs_sln.sh View 3 chunks +25 lines, -7 lines 0 comments Download
M source/libvpx/build/make/version.sh View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/x86-msvs/obj_int_extract.bat View 1 chunk +0 lines, -11 lines 0 comments Download
M source/libvpx/configure View 15 chunks +40 lines, -38 lines 0 comments Download
M source/libvpx/libs.mk View 1 chunk +7 lines, -0 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 3 chunks +58 lines, -18 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/encode_test_driver.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/test/md5_helper.h View 1 chunk +9 lines, -3 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 8 chunks +10 lines, -0 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.sha1 View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/test/variance_test.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/test/vp9_subtract_test.cc View 2 chunks +3 lines, -4 lines 0 comments Download
A source/libvpx/test/vp9_thread_test.cc View 1 chunk +109 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/picklpf.c View 3 chunks +3 lines, -3 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_avg_neon.asm View 1 chunk +116 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon.asm View 4 chunks +145 lines, -120 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon.asm View 3 chunks +136 lines, -106 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c View 3 chunks +3 lines, -2 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_copy_neon.asm View 1 chunk +84 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c View 1 chunk +169 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm View 1 chunk +603 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm View 1 chunk +1192 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_short_idct4x4_1_add_neon.asm View 1 chunk +68 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_short_idct4x4_add_neon.asm View 1 chunk +190 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_short_idct8x8_1_add_neon.asm View 1 chunk +88 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_short_idct8x8_add_neon.asm View 9 chunks +265 lines, -100 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 9 chunks +20 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 15 chunks +168 lines, -317 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.h View 1 chunk +15 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.c View 3 chunks +66 lines, -52 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 11 chunks +86 lines, -152 lines 0 comments Download
M source/libvpx/vp9/common/vp9_debugmodes.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 5 chunks +10 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 6 chunks +24 lines, -35 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 1 chunk +16 lines, -27 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 24 chunks +71 lines, -107 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.c View 5 chunks +22 lines, -47 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 3 chunks +26 lines, -23 lines 0 comments Download
M source/libvpx/vp9/common/vp9_extend.c View 2 chunks +9 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 1 chunk +11 lines, -15 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 4 chunks +11 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.h View 3 chunks +13 lines, -25 lines 0 comments Download
M source/libvpx/vp9/common/vp9_findnearmv.c View 3 chunks +15 lines, -18 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_idct.c View 4 chunks +23 lines, -34 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 2 chunks +38 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 7 chunks +45 lines, -18 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mv.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 1 chunk +9 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 1 chunk +222 lines, -240 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 5 chunks +39 lines, -38 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 4 chunks +5 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 6 chunks +16 lines, -21 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.c View 12 chunks +152 lines, -161 lines 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.c View 1 chunk +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 chunk +7 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 3 chunks +153 lines, -306 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.h View 1 chunk +4 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 7 chunks +163 lines, -202 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 12 chunks +171 lines, -185 lines 0 comments Download
A source/libvpx/vp9/common/vp9_scale.h View 1 chunk +51 lines, -0 lines 0 comments Download
A source/libvpx/vp9/common/vp9_scale.c View 1 chunk +146 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_subpelvar.h View 3 chunks +10 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_treecoder.h View 1 chunk +18 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 6 chunks +206 lines, -69 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_intrapred_ssse3.asm View 2 chunks +204 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dboolhuff.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dboolhuff.c View 4 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 20 chunks +244 lines, -257 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodframe.c View 20 chunks +123 lines, -112 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 5 chunks +38 lines, -58 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_idct_blk.c View 2 chunks +8 lines, -15 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_if.c View 11 chunks +47 lines, -38 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_int.h View 2 chunks +2 lines, -3 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_thread.h View 1 chunk +93 lines, -0 lines 0 comments Download
A source/libvpx/vp9/decoder/vp9_thread.c View 1 chunk +248 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_treereader.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 39 chunks +143 lines, -139 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 6 chunks +17 lines, -11 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 70 chunks +737 lines, -685 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeintra.h View 1 chunk +3 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeintra.c View 1 chunk +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +10 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 17 chunks +144 lines, -168 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 6 chunks +10 lines, -164 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 13 chunks +18 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 10 chunks +12 lines, -21 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 3 chunks +55 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 26 chunks +701 lines, -1025 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_modecosts.c View 2 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 50 chunks +193 lines, -168 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 15 chunks +64 lines, -41 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.h View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 6 chunks +24 lines, -44 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.c View 5 chunks +67 lines, -59 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 8 chunks +8 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 2 chunks +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 127 chunks +899 lines, -1053 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 8 chunks +55 lines, -64 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 3 chunks +6 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 1 chunk +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 6 chunks +64 lines, -71 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance_c.c View 26 chunks +77 lines, -77 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c View 1 chunk +2480 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 1 chunk +11 lines, -1221 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm View 2 chunks +12 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_impl_mmx.asm View 4 chunks +8 lines, -8 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 2 chunks +16 lines, -3 lines 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 6 chunks +22 lines, -23 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 3 chunks +51 lines, -16 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 2 chunks +10 lines, -5 lines 0 comments Download
M source/libvpx/vp9/vp9dx.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm View 2 chunks +4 lines, -3 lines 0 comments Download
M source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copysrcframe_func_neon.asm View 1 chunk +5 lines, -4 lines 0 comments Download
M source/libvpx/vpx_scale/arm/neon/yv12extend_arm.c View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 3 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 5 chunks +65 lines, -100 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale_rtcd.sh View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vpxenc.c View 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fgalligan1
Committed patchset #1 manually as r219829 (presubmit successful).
7 years, 3 months ago (2013-08-27 20:51:46 UTC) #1
Tom Finegan
7 years, 3 months ago (2013-08-27 21:01:46 UTC) #2
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698