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

Issue 181493009: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream This is the first part of a partial checkin. It is too large for gcl. Current HEAD: 8f850d6e259ec764ef0df3c170e8303189b7db57 git log from upstream: 8f850d6 Merge changes I67b2b0d7,I24c024d1,I3703d739,Ia6f669a9 0873dc3 Merge "Enforce intra_y_mode_mask for inter rd." 9e99e10 Merge "Refactor ZEROMV equivalence" 5c1ba86 Merge "Reset search_method for non-rd pick mode" 6440e29 Merge "Merging error-resilient example into simple_encoder." f466fc8 Refactor ZEROMV equivalence 5b2190b Reset search_method for non-rd pick mode 0fa1e7e Enforce intra_y_mode_mask for inter rd. 07c4d22 Merge "Cleanup conditions in vp9_rd_pick_inter_mode_sb()." 34ad6d0 Merge "Clear implied conversion to int64_t warning." cf123f4 Merge "Removing VP9D_PTR." d4648d9 Merge "AVX2 SubPixel AVG Variance Optimization" a9288e2 Merge "vp9_lookahead_push(): remove unused parameters" 32705df Merge "vp9_decodeframe.c: remove unused params" b9419f0 Merge "Silence int64 to int warning" e2f663c Merge "vp9_mbgraph.c: remove unused parameters" 386265f Merge "temporal_filter_find_matching_mb_c(): remove a param" c703400 Merge "vp9_prob_diff_update_savings_search_model(): remove params" 74558bc Clear implied conversion to int64_t warning. fdc7395 Silence int64 to int warning 5ee16cc Merge "vp9_firstpass.c: remove unused functions & params" 9f17ff4 Merge "Sorting includes in vp9_firstpass.c." b791c60 vp9_mbgraph.c: remove unused parameters c0205eb temporal_filter_find_matching_mb_c(): remove a param b9d28e7 vp9_prob_diff_update_savings_search_model(): remove params dac3d0c vp9_lookahead_push(): remove unused parameters 501fce7 vp9_decodeframe.c: remove unused params 673621c vp9_firstpass.c: remove unused functions & params b12f5fc vp9_encodeframe.c: remove unused function params 9650b9d Remove dec_build_inter_predictors() parameters 9bcd361 Remove unused parameters from update_state_rt() 2f4eb5f Remove vp9_create_common() 3678ed3 Remove a parameter from write_selected_tx_size() ea14909 AVX2 SubPixel AVG Variance Optimization . . . a60b76b vp9_vaq.c resolve vs warnings bb07de7 Remove some unused and non-persistant variables from VP9_COMP. 80ccb45 Merge "vp9_ratectrl - convert buffers to int64 to avoid casting" e63b78a Merge "vp9_write_bit_buffer.h add consts to suppress warnings in vs" 0000e3a Merge "In realtime mode enforce one pass with 0 lag" cd6b993 Merge "vp9_ratectrl.h resolve visual studio warnings" 5cc0de9 Merge "vp9_onyx_int.h resolve visual studio warning errors" 5750f78 Merge "fast approximate model_rd_from_var_lapndz" e727bcf Merge "vp9_mcomp.c visual studio warnings resolved" 0c7fbe0 Merge "vp9_firstpass.c visual studio warnings addressed" fb4f10a vp9_ratectrl - convert buffers to int64 to avoid casting 0abb065 vp9_write_bit_buffer.h add consts to suppress warnings in vs e5dda3b vp9_ratectrl.h resolve visual studio warnings 27f4b14 vp9_onyx_int.h resolve visual studio warning errors 6025ec7 vp9_mcomp.c visual studio warnings resolved bf5f2e7 vp9_firstpass.c visual studio warnings addressed edfb5ba Merge "Cleanup: removing "ptr" suffix from var names." 9bd76da cosmetics: yv12config.h: remove extra indent e9cefd1 Cleanup: removing "ptr" suffix from var names. 19a8eee Cleaning up pack_inter_mode_mvs() function. 5dbdff0 Merge "Fix build error caused by a merge conflict." bdd8966 Merge "Removing reference to non-existing context_counters array." 2eccbd0 Fix build error caused by a merge conflict. 8d646be Merge "Removed the reset of mode_info from previous frame" 27f809d Merge "Disable using golden frame modes if golden frames are not being used" 25f22d2 In realtime mode enforce one pass with 0 lag 49b4b72 Merge "Adapting vp8_set_maps.c example to use new APIs." 40af118 Removing reference to non-existing context_counters array. 8837b02 Adapting vp8_set_maps.c example to use new APIs. edec808 Disable using golden frame modes if golden frames are not being used 896d79a Removed the reset of mode_info from previous frame 955b35d Cleaning up vpx_codec_get_cx_data() function. cc10ee0 Initialize internal buffer pointers in rtc mode ea53d6c Combining if-else branches from different conditions. 549c31f minor spelling cleanup in comments 9e190df fast approximate model_rd_from_var_lapndz 619f29c Remove redundant arm neon instructions. BUG=339195 TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254598

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5230 lines, -3736 lines) Patch
M generate_gypi.sh View 1 chunk +1 line, -1 line 0 comments Download
M libvpx_srcs_arm_neon.gypi View 6 chunks +63 lines, -9 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_mips.gypi View 4 chunks +59 lines, -3 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 5 chunks +75 lines, -3 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 3 chunks +5 lines, -0 lines 0 comments Download
M source/libvpx/.gitignore View 3 chunks +27 lines, -29 lines 0 comments Download
M source/libvpx/build/arm-msvs/obj_int_extract.bat View 1 chunk +6 lines, -2 lines 0 comments Download
M source/libvpx/build/make/ads2armasm_ms.pl View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/configure.sh View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_proj.sh View 4 chunks +2 lines, -4 lines 0 comments Download
M source/libvpx/build/make/gen_msvs_vcxproj.sh View 7 chunks +19 lines, -10 lines 0 comments Download
M source/libvpx/build/make/rtcd.sh View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/build/make/thumb.pm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/x86-msvs/obj_int_extract.bat View 1 chunk +4 lines, -1 line 0 comments Download
M source/libvpx/docs.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/examples.mk View 8 chunks +55 lines, -12 lines 0 comments Download
M source/libvpx/examples/decode_to_md5.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/decode_with_drops.c View 1 chunk +1 line, -1 line 0 comments Download
D source/libvpx/examples/error_resilient.c View 1 chunk +0 lines, -223 lines 0 comments Download
M source/libvpx/examples/force_keyframe.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/postproc.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/simple_decoder.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/examples/simple_encoder.c View 5 chunks +25 lines, -8 lines 0 comments Download
M source/libvpx/examples/twopass_encoder.c View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/examples/vp8_multi_resolution_encoder.c View 3 chunks +4 lines, -18 lines 0 comments Download
M source/libvpx/examples/vp8_set_maps.c View 1 chunk +146 lines, -202 lines 0 comments Download
M source/libvpx/examples/vp8cx_set_ref.c View 1 chunk +1 line, -1 line 0 comments Download
A source/libvpx/examples/vp9_spatial_scalable_encoder.c View 1 chunk +282 lines, -0 lines 0 comments Download
M source/libvpx/examples/vpx_temporal_scalable_patterns.c View 9 chunks +27 lines, -17 lines 0 comments Download
M source/libvpx/ivfdec.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/libs.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/test/cq_test.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M source/libvpx/test/error_resilience_test.cc View 4 chunks +15 lines, -7 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M source/libvpx/test/ivf_video_source.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M source/libvpx/test/sad_test.cc View 5 chunks +17 lines, -7 lines 0 comments Download
M source/libvpx/test/sixtap_predict_test.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M source/libvpx/test/subtract_test.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M source/libvpx/test/svc_test.cc View 4 chunks +35 lines, -7 lines 0 comments Download
M source/libvpx/test/test.mk View 6 chunks +127 lines, -113 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.h View 1 chunk +1 line, -5 lines 0 comments Download
M source/libvpx/test/test_vectors.cc View 1 chunk +11 lines, -13 lines 0 comments Download
M source/libvpx/test/variance_test.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M source/libvpx/test/video_source.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/test/vp9_lossless_test.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/test/webm_video_source.h View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/test/y4m_video_source.h View 2 chunks +11 lines, -5 lines 0 comments Download
M source/libvpx/tools_common.h View 2 chunks +2 lines, -3 lines 0 comments Download
M source/libvpx/tools_common.c View 3 chunks +14 lines, -22 lines 0 comments Download
M source/libvpx/video_reader.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/arm/armv6/vp8_variance8x8_armv6.asm View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm View 4 chunks +4 lines, -4 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/copymem16x16_neon.asm View 1 chunk +0 lines, -59 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/copymem8x4_neon.asm View 1 chunk +0 lines, -34 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/copymem8x8_neon.asm View 1 chunk +0 lines, -43 lines 0 comments Download
A source/libvpx/vp8/common/arm/neon/copymem_neon.c View 1 chunk +59 lines, -0 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.asm View 1 chunk +0 lines, -54 lines 0 comments Download
A source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c View 1 chunk +42 lines, -0 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/dequant_idct_neon.asm View 1 chunk +0 lines, -131 lines 0 comments Download
A source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c View 1 chunk +142 lines, -0 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/dequantizeb_neon.asm View 1 chunk +0 lines, -34 lines 0 comments Download
A source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c View 1 chunk +27 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/x86/loopfilter_mmx.asm View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/x86/loopfilter_sse2.asm View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.c View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 8 chunks +26 lines, -24 lines 0 comments Download
D source/libvpx/vp8/encoder/psnr.h View 1 chunk +0 lines, -25 lines 0 comments Download
D source/libvpx/vp8/encoder/psnr.c View 1 chunk +0 lines, -31 lines 0 comments Download
M source/libvpx/vp8/encoder/temporal_filter.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 3 chunks +4 lines, -6 lines 0 comments Download
M source/libvpx/vp8/vp8_cx_iface.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/vp8cx.mk View 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon.asm View 5 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.asm View 2 chunks +2 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.asm View 12 chunks +60 lines, -62 lines 0 comments Download
D source/libvpx/vp9/common/generic/vp9_systemdependent.c View 1 chunk +0 lines, -19 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 1 chunk +0 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 3 chunks +7 lines, -11 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.c View 2 chunks +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 3 chunks +5 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.c View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 1 chunk +4 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 2 chunks +10 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 4 chunks +4 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 5 chunks +3 lines, -13 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.h View 2 chunks +15 lines, -28 lines 0 comments Download
M source/libvpx/vp9/common/vp9_mvref_common.c View 3 chunks +20 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyx.h View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 2 chunks +5 lines, -1 line 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_prob.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.c View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 3 chunks +2 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.c View 1 chunk +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 4 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_asm_stubs.c View 2 chunks +27 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c View 1 chunk +12 lines, -9 lines 0 comments Download
A source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c View 1 chunk +490 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 11 chunks +42 lines, -34 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 4 chunks +21 lines, -18 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd.h View 2 chunks +10 lines, -8 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_if.c View 8 chunks +12 lines, -16 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_read_bit_buffer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.h View 1 chunk +5 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 28 chunks +72 lines, -111 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 2 chunks +0 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 41 chunks +256 lines, -199 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 23 chunks +88 lines, -135 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 1 chunk +4 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 1 chunk +13 lines, -19 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 82 chunks +251 lines, -312 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.h View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.c View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 6 chunks +5 lines, -10 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 2 chunks +9 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 9 chunks +194 lines, -25 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 71 chunks +170 lines, -144 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 9 chunks +36 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_pickmode.c View 8 chunks +142 lines, -44 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_psnr.h View 1 chunk +0 lines, -25 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_psnr.c View 1 chunk +0 lines, -29 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 7 chunks +24 lines, -36 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 2 chunks +13 lines, -13 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 12 chunks +33 lines, -35 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 74 chunks +476 lines, -460 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_resize.c View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.h View 3 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 2 chunks +7 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.h View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.c View 1 chunk +1 line, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 3 chunks +2 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 5 chunks +13 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_vaq.c View 5 chunks +11 lines, -14 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_write_bit_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c View 10 chunks +10 lines, -10 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 10 chunks +10 lines, -10 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c View 1 chunk +539 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c View 2 chunks +111 lines, -0 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 2 chunks +1 line, -1 line 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 9 chunks +29 lines, -24 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 4 chunks +3 lines, -7 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 3 chunks +1 line, -2 lines 0 comments Download
D source/libvpx/vp9_spatial_scalable_encoder.c View 1 chunk +0 lines, -274 lines 0 comments Download
A source/libvpx/vpx/internal/vpx_psnr.h View 1 chunk +34 lines, -0 lines 0 comments Download
M source/libvpx/vpx/src/svc_encodeframe.c View 17 chunks +140 lines, -22 lines 0 comments Download
M source/libvpx/vpx/src/vpx_encoder.c View 2 chunks +18 lines, -20 lines 0 comments Download
A source/libvpx/vpx/src/vpx_psnr.c View 1 chunk +24 lines, -0 lines 0 comments Download
M source/libvpx/vpx/svc_context.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vpx/vp8cx.h View 2 chunks +14 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_encoder.h View 1 chunk +7 lines, -0 lines 0 comments Download
M source/libvpx/vpx/vpx_frame_buffer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/mem_ops_aligned.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/libvpx/vpx_scale/generic/yv12extend.c View 2 chunks +5 lines, -9 lines 0 comments Download
M source/libvpx/vpx_scale/vpx_scale_rtcd.sh View 2 chunks +3 lines, -3 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 1 chunk +45 lines, -47 lines 0 comments Download
M source/libvpx/vpxdec.c View 8 chunks +12 lines, -8 lines 0 comments Download
M source/libvpx/vpxenc.c View 10 chunks +72 lines, -50 lines 0 comments Download
M source/libvpx/vpxstats.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vpxstats.c View 1 chunk +0 lines, -13 lines 0 comments Download
M source/libvpx/webmdec.c View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fgalligan1
Committed patchset #1 manually as r254598 (presubmit successful).
6 years, 9 months ago (2014-03-03 23:09:31 UTC) #1
Tom Finegan
6 years, 9 months ago (2014-03-03 23:58:07 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698