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

Issue 148913004: libvpx: Pull from upstream (Closed)

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

Description

libvpx: Pull from upstream configuration changes: Disable avx2 automatically. Build vp9 encoder. Current HEAD: 4aaf4841f2ddfee3860087dabebf7173dc4f0708 git log from upstream: 5260b39 vpxdec: restoring old md5 behavior for y4m files. ff41764 Removing _1d suffix from transform names. 770454f Add vp9_tm_predictor_32x32 neon implementation which is 7.8 times faster than C. e5b31a1 Decoupling set_ref_ptrs() and vp9_setup_interp_filters(). 7ec2769 Adapting simple_decoder to use new file reading API. 6f00a46 Ouput symbols as c header file. 05d2081 Fix the vp9_tm_predictor_8x8_neon. cacea00 Adds a stand-alone resize utility for testing 1a8394f Multiple resize filters b93fcec Adding get_bsize() function to vp9_firstpass.c. c0214e7 Cache loop filter errors. 8c2ae2d Refactor loop filter level search. 8691565 Removing subpix_fn_table struct. a0b9b05 Added a speed feature 4264c93 Renaming INTERPOLATION_TYPE to INTERP_FILTER. ea283a6 Add some consts to vp9_calc_ss_err(). f7ddbeb Removing unused inter_mode_counts field from CODING_CONTEXT. 8971338 change to avoid IOC 4ce8929 Add a method to estimate loop filter level from quantizer and frame type. e5034f6 Fixed integer overflow for large input video c2b3368 Implementing simple API to read video files. 4bc1877 Cleaning up vp9_ratectl.c file. abf37f1 Inlining IFMVCV macro. 56a8a0b Optimize vp9_tm_predictor_8x8_neon function 3633ffc Add vp9_tm_predictor_16x16 neon implementation which is 3.5 times faster than C. b1c72b6 Revert external frame buffer code. 002ad40 test/: remove unnecessary extern "C"s <...> TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247516

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20526 lines, -78310 lines) Patch
M README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M generate_gypi.sh View 4 chunks +4 lines, -1 line 0 comments Download
M libvpx_srcs_arm.gypi View 2 chunks +58 lines, -1 line 0 comments Download
M libvpx_srcs_arm_neon.gypi View 5 chunks +61 lines, -5 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 5 chunks +61 lines, -5 lines 0 comments Download
M libvpx_srcs_mips.gypi View 2 chunks +58 lines, -1 line 0 comments Download
M libvpx_srcs_nacl.gypi View 2 chunks +58 lines, -1 line 0 comments Download
M libvpx_srcs_x86.gypi View 2 chunks +72 lines, -1 line 0 comments Download
M libvpx_srcs_x86_64.gypi View 2 chunks +74 lines, -1 line 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 3 chunks +14 lines, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 15 chunks +444 lines, -12 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vp8_rtcd.h View 3 chunks +11 lines, -1 line 0 comments Download
M source/config/linux/arm-neon/vp9_rtcd.h View 11 chunks +420 lines, -12 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/arm/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/arm/vp9_rtcd.h View 3 chunks +396 lines, -0 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/arm/vpx_config.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/arm/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 3 chunks +918 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/linux/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vp9_rtcd.h View 3 chunks +396 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/x64/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 3 chunks +760 lines, -0 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/linux/x64/vpx_config.asm View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/linux/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 3 chunks +664 lines, -0 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/mac/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 3 chunks +760 lines, -0 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/mac/x64/vpx_config.asm View 3 chunks +2 lines, -3 lines 0 comments Download
M source/config/mac/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/nacl/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/nacl/vp9_rtcd.h View 3 chunks +396 lines, -0 lines 0 comments Download
M source/config/nacl/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/nacl/vpx_config.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/nacl/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 3 chunks +918 lines, -0 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/win/ia32/vpx_config.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/win/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 3 chunks +760 lines, -0 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/win/x64/vpx_config.asm View 2 chunks +1 line, -2 lines 0 comments Download
M source/config/win/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_scale_rtcd.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/libvpx/args.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/build/make/Android.mk View 1 chunk +5 lines, -1 line 0 comments Download
M source/libvpx/build/make/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/build/make/obj_int_extract.c View 5 chunks +14 lines, -0 lines 0 comments Download
M source/libvpx/build/make/rtcd.sh View 2 chunks +9 lines, -0 lines 0 comments Download
M source/libvpx/configure View 4 chunks +0 lines, -4 lines 0 comments Download
M source/libvpx/docs.mk View 1 chunk +0 lines, -1 line 0 comments Download
D source/libvpx/example_xma.c View 1 chunk +0 lines, -191 lines 0 comments Download
M source/libvpx/examples.mk View 5 chunks +23 lines, -54 lines 0 comments Download
A source/libvpx/examples/decode_to_md5.c View 1 chunk +139 lines, -0 lines 0 comments Download
D source/libvpx/examples/decode_to_md5.txt View 1 chunk +0 lines, -48 lines 0 comments Download
A source/libvpx/examples/decode_with_drops.c View 1 chunk +177 lines, -0 lines 0 comments Download
D source/libvpx/examples/decode_with_drops.txt View 1 chunk +0 lines, -73 lines 0 comments Download
A source/libvpx/examples/decode_with_partial_drops.c View 1 chunk +328 lines, -0 lines 0 comments Download
D source/libvpx/examples/decode_with_partial_drops.txt View 1 chunk +0 lines, -238 lines 0 comments Download
D source/libvpx/examples/decoder_tmpl.c View 1 chunk +0 lines, -104 lines 0 comments Download
D source/libvpx/examples/decoder_tmpl.txt View 1 chunk +0 lines, -62 lines 0 comments Download
D source/libvpx/examples/encoder_tmpl.c View 1 chunk +0 lines, -186 lines 0 comments Download
D source/libvpx/examples/encoder_tmpl.txt View 1 chunk +0 lines, -74 lines 0 comments Download
A source/libvpx/examples/error_resilient.c View 1 chunk +223 lines, -0 lines 0 comments Download
D source/libvpx/examples/error_resilient.txt View 1 chunk +0 lines, -25 lines 0 comments Download
A source/libvpx/examples/example_xma.c View 1 chunk +193 lines, -0 lines 0 comments Download
A source/libvpx/examples/force_keyframe.c View 1 chunk +225 lines, -0 lines 0 comments Download
D source/libvpx/examples/force_keyframe.txt View 1 chunk +0 lines, -28 lines 0 comments Download
D source/libvpx/examples/gen_example_code.sh View 1 chunk +0 lines, -85 lines 0 comments Download
D source/libvpx/examples/gen_example_doxy.php View 1 chunk +0 lines, -224 lines 0 comments Download
D source/libvpx/examples/gen_example_text.sh View 1 chunk +0 lines, -84 lines 0 comments Download
D source/libvpx/examples/includes/ASCIIMathPHP-2.0/ASCIIMathPHP-2.0.cfg.php View 1 chunk +0 lines, -218 lines 0 comments Download
D source/libvpx/examples/includes/ASCIIMathPHP-2.0/ASCIIMathPHP-2.0.class.php View 1 chunk +0 lines, -1119 lines 0 comments Download
D source/libvpx/examples/includes/ASCIIMathPHP-2.0/htmlMathML.js View 1 chunk +0 lines, -86 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/.gitattributes View 1 chunk +0 lines, -1 line 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/Changes View 1 chunk +0 lines, -26 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/MANIFEST View 1 chunk +0 lines, -26 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/Makefile.PL View 1 chunk +0 lines, -8 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/Toc.pm View 1 chunk +0 lines, -549 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/Toc.pod View 1 chunk +0 lines, -1710 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/TocGenerator.pm View 1 chunk +0 lines, -1793 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/TocInsertor.pm View 1 chunk +0 lines, -1066 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/TocUpdator.pm View 1 chunk +0 lines, -693 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/manualTest1.htm View 1 chunk +0 lines, -92 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/SubSubDir1/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir1/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir1/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/SubSubDir2/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir3/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/index.htm View 1 chunk +0 lines, -5 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/extend.t View 1 chunk +0 lines, -87 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/format.t View 1 chunk +0 lines, -157 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/generate.t View 1 chunk +0 lines, -200 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/insert.t View 1 chunk +0 lines, -336 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/manualTest.t View 1 chunk +0 lines, -768 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/options.t View 1 chunk +0 lines, -194 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/podExamples.t View 1 chunk +0 lines, -709 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/propagate.t View 1 chunk +0 lines, -176 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/siteMap.t View 1 chunk +0 lines, -97 lines 0 comments Download
D source/libvpx/examples/includes/HTML-Toc-0.91/t/update.t View 1 chunk +0 lines, -114 lines 0 comments Download
D source/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/License.text View 1 chunk +0 lines, -36 lines 0 comments Download
D source/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/markdown.php View 1 chunk +0 lines, -2909 lines 0 comments Download
D source/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/smartypants.php View 1 chunk +0 lines, -860 lines 0 comments Download
D source/libvpx/examples/includes/geshi/contrib/aliased.php View 1 chunk +0 lines, -124 lines 0 comments Download
D source/libvpx/examples/includes/geshi/contrib/cssgen.php View 1 chunk +0 lines, -456 lines 0 comments Download
D source/libvpx/examples/includes/geshi/contrib/cssgen2.php View 1 chunk +0 lines, -59 lines 0 comments Download
D source/libvpx/examples/includes/geshi/contrib/example.php View 1 chunk +0 lines, -217 lines 0 comments Download
D source/libvpx/examples/includes/geshi/contrib/langcheck.php View 1 chunk +0 lines, -666 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/BUGS View 1 chunk +0 lines, -29 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/CHANGES View 1 chunk +0 lines, -682 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/COPYING View 1 chunk +0 lines, -340 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/README View 1 chunk +0 lines, -33 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/THANKS View 1 chunk +0 lines, -163 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/TODO View 1 chunk +0 lines, -71 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/blank.html View 1 chunk +0 lines, -13 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/classtrees_geshi.html View 1 chunk +0 lines, -24 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/elementindex.html View 1 chunk +0 lines, -867 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/elementindex_geshi.html View 1 chunk +0 lines, -864 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/errors.html View 1 chunk +0 lines, -20 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/geshi/core/GeSHi.html View 1 chunk +0 lines, -2676 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/geshi/core/_geshi.php.html View 1 chunk +0 lines, -478 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/index.html View 1 chunk +0 lines, -24 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/li_geshi.html View 1 chunk +0 lines, -46 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/banner.css View 1 chunk +0 lines, -33 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/AbstractClass.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/AbstractClass_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/AbstractMethod.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/AbstractPrivateClass.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/AbstractPrivateClass_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/AbstractPrivateMethod.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Class.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Class_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Constant.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Constructor.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Destructor.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Function.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Global.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/I.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Index.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Interface.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Interface_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/L.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Lminus.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Lplus.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Method.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Page.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Page_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/PrivateClass.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/PrivateClass_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/PrivateMethod.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/PrivateVariable.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/StaticMethod.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/StaticVariable.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/T.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Tminus.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Tplus.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/Variable.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/blank.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/class_folder.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/empty.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/file.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/folder.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/function_folder.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/next_button.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/next_button_disabled.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/package.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/package_folder.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/previous_button.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/previous_button_disabled.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/private_class_logo.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/tutorial.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/tutorial_folder.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/images/up_button.png View Binary file 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/media/stylesheet.css View 1 chunk +0 lines, -145 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/packages.html View 1 chunk +0 lines, -29 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/api/todolist.html View 1 chunk +0 lines, -42 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/geshi-doc.html View 1 chunk +0 lines, -4051 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/geshi-doc.txt View 1 chunk +0 lines, -1740 lines 0 comments Download
D source/libvpx/examples/includes/geshi/docs/phpdoc.ini View 1 chunk +0 lines, -90 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi.php View 1 chunk +0 lines, -4619 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/abap.php View 1 chunk +0 lines, -1419 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/actionscript.php View 1 chunk +0 lines, -197 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/actionscript3.php View 1 chunk +0 lines, -467 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/ada.php View 1 chunk +0 lines, -133 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/apache.php View 1 chunk +0 lines, -206 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/applescript.php View 1 chunk +0 lines, -157 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/apt_sources.php View 1 chunk +0 lines, -144 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/asm.php View 1 chunk +0 lines, -225 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/asp.php View 1 chunk +0 lines, -164 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/autoit.php View 1 chunk +0 lines, -1171 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/avisynth.php View 1 chunk +0 lines, -194 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/bash.php View 1 chunk +0 lines, -282 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/basic4gl.php View 1 chunk +0 lines, -341 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/bf.php View 1 chunk +0 lines, -114 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/blitzbasic.php View 1 chunk +0 lines, -185 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/bnf.php View 1 chunk +0 lines, -110 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/boo.php View 1 chunk +0 lines, -217 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/c.php View 1 chunk +0 lines, -188 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/c_mac.php View 1 chunk +0 lines, -212 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/caddcl.php View 1 chunk +0 lines, -126 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cadlisp.php View 1 chunk +0 lines, -186 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cfdg.php View 1 chunk +0 lines, -124 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cfm.php View 1 chunk +0 lines, -299 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cil.php View 1 chunk +0 lines, -196 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cobol.php View 1 chunk +0 lines, -244 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cpp.php View 1 chunk +0 lines, -226 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/cpp-qt.php View 1 chunk +0 lines, -315 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/csharp.php View 1 chunk +0 lines, -249 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/css.php View 1 chunk +0 lines, -212 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/d.php View 1 chunk +0 lines, -272 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/dcs.php View 1 chunk +0 lines, -185 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/delphi.php View 1 chunk +0 lines, -289 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/diff.php View 1 chunk +0 lines, -196 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/div.php View 1 chunk +0 lines, -126 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/dos.php View 1 chunk +0 lines, -198 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/dot.php View 1 chunk +0 lines, -164 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/eiffel.php View 1 chunk +0 lines, -395 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/email.php View 1 chunk +0 lines, -209 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/fortran.php View 1 chunk +0 lines, -160 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/freebasic.php View 1 chunk +0 lines, -141 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/genero.php View 1 chunk +0 lines, -463 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/gettext.php View 1 chunk +0 lines, -97 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/glsl.php View 1 chunk +0 lines, -205 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/gml.php View 1 chunk +0 lines, -506 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/gnuplot.php View 1 chunk +0 lines, -296 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/groovy.php View 1 chunk +0 lines, -1011 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/haskell.php View 1 chunk +0 lines, -198 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/hq9plus.php View 1 chunk +0 lines, -104 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/html4strict.php View 1 chunk +0 lines, -203 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/idl.php View 1 chunk +0 lines, -123 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/ini.php View 1 chunk +0 lines, -128 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/inno.php View 1 chunk +0 lines, -212 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/intercal.php View 1 chunk +0 lines, -122 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/io.php View 1 chunk +0 lines, -138 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/java.php View 1 chunk +0 lines, -983 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/java5.php View 1 chunk +0 lines, -1031 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/javascript.php View 1 chunk +0 lines, -150 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/kixtart.php View 1 chunk +0 lines, -329 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/klonec.php View 1 chunk +0 lines, -282 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/klonecpp.php View 1 chunk +0 lines, -310 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/latex.php View 1 chunk +0 lines, -209 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lisp.php View 1 chunk +0 lines, -144 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/locobasic.php View 1 chunk +0 lines, -130 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lolcode.php View 1 chunk +0 lines, -152 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lotusformulas.php View 1 chunk +0 lines, -318 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lotusscript.php View 1 chunk +0 lines, -191 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lscript.php View 1 chunk +0 lines, -387 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lsl2.php View 1 chunk +0 lines, -898 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/lua.php View 1 chunk +0 lines, -137 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/m68k.php View 1 chunk +0 lines, -143 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/make.php View 1 chunk +0 lines, -151 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/matlab.php View 1 chunk +0 lines, -227 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/mirc.php View 1 chunk +0 lines, -173 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/modula3.php View 1 chunk +0 lines, -135 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/mpasm.php View 1 chunk +0 lines, -164 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/mxml.php View 1 chunk +0 lines, -145 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/mysql.php View 1 chunk +0 lines, -475 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/nsis.php View 1 chunk +0 lines, -351 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/objc.php View 1 chunk +0 lines, -358 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/ocaml.php View 1 chunk +0 lines, -174 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/ocaml-brief.php View 1 chunk +0 lines, -112 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/oobas.php View 1 chunk +0 lines, -135 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/oracle11.php View 1 chunk +0 lines, -614 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/oracle8.php View 1 chunk +0 lines, -496 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/pascal.php View 1 chunk +0 lines, -152 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/per.php View 1 chunk +0 lines, -302 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/perl.php View 1 chunk +0 lines, -213 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/php.php View 1 chunk +0 lines, -1094 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/php-brief.php View 1 chunk +0 lines, -202 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/pic16.php View 1 chunk +0 lines, -141 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/pixelbender.php View 1 chunk +0 lines, -176 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/plsql.php View 1 chunk +0 lines, -256 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/povray.php View 1 chunk +0 lines, -199 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/powershell.php View 1 chunk +0 lines, -279 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/progress.php View 1 chunk +0 lines, -479 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/prolog.php View 1 chunk +0 lines, -143 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/providex.php View 1 chunk +0 lines, -299 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/python.php View 1 chunk +0 lines, -237 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/qbasic.php View 1 chunk +0 lines, -151 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/rails.php View 1 chunk +0 lines, -406 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/rebol.php View 1 chunk +0 lines, -196 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/reg.php View 1 chunk +0 lines, -233 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/robots.php View 1 chunk +0 lines, -98 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/ruby.php View 1 chunk +0 lines, -226 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/sas.php View 1 chunk +0 lines, -290 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/scala.php View 1 chunk +0 lines, -122 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/scheme.php View 1 chunk +0 lines, -170 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/scilab.php View 1 chunk +0 lines, -295 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/sdlbasic.php View 1 chunk +0 lines, -165 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/smalltalk.php View 1 chunk +0 lines, -160 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/smarty.php View 1 chunk +0 lines, -192 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/sql.php View 1 chunk +0 lines, -140 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/tcl.php View 1 chunk +0 lines, -194 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/teraterm.php View 1 chunk +0 lines, -317 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/text.php View 1 chunk +0 lines, -84 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/thinbasic.php View 1 chunk +0 lines, -868 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/tsql.php View 1 chunk +0 lines, -378 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/typoscript.php View 1 chunk +0 lines, -300 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/vb.php View 1 chunk +0 lines, -133 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/vbnet.php View 1 chunk +0 lines, -201 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/verilog.php View 1 chunk +0 lines, -173 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/vhdl.php View 1 chunk +0 lines, -144 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/vim.php View 1 chunk +0 lines, -185 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/visualfoxpro.php View 1 chunk +0 lines, -456 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/visualprolog.php View 1 chunk +0 lines, -129 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/whitespace.php View 1 chunk +0 lines, -121 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/winbatch.php View 1 chunk +0 lines, -369 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/xml.php View 1 chunk +0 lines, -157 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/xorg_conf.php View 1 chunk +0 lines, -124 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/xpp.php View 1 chunk +0 lines, -436 lines 0 comments Download
D source/libvpx/examples/includes/geshi/geshi/z80.php View 1 chunk +0 lines, -144 lines 0 comments Download
D source/libvpx/examples/includes/vp8_doc_tools.php View 1 chunk +0 lines, -207 lines 0 comments Download
A source/libvpx/examples/postproc.c View 1 chunk +168 lines, -0 lines 0 comments Download
D source/libvpx/examples/postproc.txt View 1 chunk +0 lines, -67 lines 0 comments Download
A source/libvpx/examples/simple_decoder.c View 1 chunk +158 lines, -0 lines 0 comments Download
D source/libvpx/examples/simple_decoder.txt View 1 chunk +0 lines, -96 lines 0 comments Download
A source/libvpx/examples/simple_encoder.c View 1 chunk +276 lines, -0 lines 0 comments Download
D source/libvpx/examples/simple_encoder.txt View 1 chunk +0 lines, -105 lines 0 comments Download
A source/libvpx/examples/twopass_encoder.c View 1 chunk +267 lines, -0 lines 0 comments Download
D source/libvpx/examples/twopass_encoder.txt View 1 chunk +0 lines, -87 lines 0 comments Download
A source/libvpx/examples/vp8_multi_resolution_encoder.c View 1 chunk +485 lines, -0 lines 0 comments Download
A source/libvpx/examples/vp8_set_maps.c View 1 chunk +296 lines, -0 lines 0 comments Download
D source/libvpx/examples/vp8_set_maps.txt View 1 chunk +0 lines, -96 lines 0 comments Download
A source/libvpx/examples/vp8cx_set_ref.c View 1 chunk +259 lines, -0 lines 0 comments Download
D source/libvpx/examples/vp8cx_set_ref.txt View 1 chunk +0 lines, -73 lines 0 comments Download
M source/libvpx/ivfdec.h View 1 chunk +30 lines, -4 lines 0 comments Download
M source/libvpx/ivfdec.c View 4 chunks +94 lines, -38 lines 0 comments Download
M source/libvpx/ivfenc.c View 2 chunks +0 lines, -6 lines 0 comments Download
M source/libvpx/libs.mk View 3 chunks +5 lines, -6 lines 0 comments Download
M source/libvpx/md5_utils.h View 2 chunks +8 lines, -0 lines 0 comments Download
A source/libvpx/resize_util.c View 1 chunk +120 lines, -0 lines 0 comments Download
M source/libvpx/test/clear_system_state.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/codec_factory.h View 2 chunks +0 lines, -4 lines 0 comments Download
M source/libvpx/test/convolve_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/datarate_test.cc View 10 chunks +48 lines, -14 lines 0 comments Download
M source/libvpx/test/dct16x16_test.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M source/libvpx/test/dct32x32_test.cc View 1 chunk +1 line, -4 lines 0 comments Download
M source/libvpx/test/decode_test_driver.h View 1 chunk +0 lines, -10 lines 0 comments Download
D source/libvpx/test/external_frame_buffer_test.cc View 1 chunk +0 lines, -322 lines 0 comments Download
M source/libvpx/test/fdct4x4_test.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M source/libvpx/test/fdct8x8_test.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M source/libvpx/test/idct8x8_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/idct_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/intrapred_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
D source/libvpx/test/lru_frame_buffer_test.cc View 1 chunk +0 lines, -207 lines 0 comments Download
M source/libvpx/test/md5_helper.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/partial_idct_test.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M source/libvpx/test/pp_filter_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/resize_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/test/sad_test.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/test/set_roi.cc View 1 chunk +1 line, -3 lines 0 comments Download
M source/libvpx/test/sixtap_predict_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/subtract_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/test.mk View 3 chunks +3 lines, -2 lines 0 comments Download
M source/libvpx/test/test-data.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/test/test_libvpx.cc View 3 chunks +12 lines, -10 lines 0 comments Download
M source/libvpx/test/test_vector_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/tile_independence_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/variance_test.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M source/libvpx/test/vp8_boolcoder_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/vp8_fdct4x4_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/vp9_boolcoder_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/test/vp9_lossless_test.cc View 2 chunks +22 lines, -1 line 0 comments Download
M source/libvpx/test/vp9_subtract_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A source/libvpx/test/y4m_video_source.h View 1 chunk +105 lines, -0 lines 0 comments Download
M source/libvpx/tools/cpplint.py View 72 chunks +1054 lines, -318 lines 0 comments Download
M source/libvpx/tools_common.h View 4 chunks +11 lines, -4 lines 0 comments Download
M source/libvpx/tools_common.c View 3 chunks +44 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/alloccommon.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/arm/bilinearfilter_arm.h View 2 chunks +8 lines, -0 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/bilinearpredict16x16_neon.asm View 1 chunk +0 lines, -357 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/bilinearpredict4x4_neon.asm View 1 chunk +0 lines, -130 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/bilinearpredict8x4_neon.asm View 1 chunk +0 lines, -135 lines 0 comments Download
D source/libvpx/vp8/common/arm/neon/bilinearpredict8x8_neon.asm View 1 chunk +0 lines, -183 lines 0 comments Download
A source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c View 1 chunk +696 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/blockd.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/coefupdateprobs.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/default_coef_probs.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/entropy.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/entropymode.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/entropymv.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/extend.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/filter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/findnearmv.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/header.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/invtrans.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/loopfilter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/modecont.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/mv.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/onyx.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/onyxc_int.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/postproc.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/ppflags.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/pragmas.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/quant_common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/reconinter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/reconintra4x4.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.sh View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/setupintrarecon.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/swapyv12buffer.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/systemdependent.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/threading.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/treecoder.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/variance.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/vp8_entropymodedata.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/common/x86/filter_x86.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/dboolhuff.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/decodemv.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/decoderthreading.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/detokenize.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/ec_types.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/error_concealment.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/onyxd_int.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/decoder/treereader.h View 2 chunks +8 lines, -0 lines 0 comments Download
A source/libvpx/vp8/encoder/arm/neon/denoising_neon.c View 1 chunk +167 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/bitstream.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/block.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/boolhuff.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/dct_value_cost.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/dct_value_tokens.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/defaultcoefcounts.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeframe.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/encodeintra.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/encodemb.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/encodemv.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/firstpass.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/lookahead.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/mcomp.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/modecosts.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/mr_dissim.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_if.c View 1 chunk +6 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/onyx_int.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/psnr.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/quantize.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/ratectrl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/rdopt.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/segmentation.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/tokenize.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/treewriter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 2 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp8/vp8_dx_iface.c View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vp8/vp8cx_arm.mk View 1 chunk +1 line, -0 lines 0 comments Download
D source/libvpx/vp8_multi_resolution_encoder.c View 1 chunk +0 lines, -485 lines 0 comments Download
A source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.asm View 1 chunk +636 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_common_dspr2.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_filters_dspr2.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_macros_dspr2.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/mips/dspr2/vp9_loopfilter_masks_dspr2.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_alloccommon.c View 4 chunks +6 lines, -29 lines 0 comments Download
M source/libvpx/vp9/common/vp9_blockd.h View 7 chunks +22 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.h View 2 chunks +8 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_common_data.c View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_convolve.c View 11 chunks +16 lines, -16 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropy.h View 3 chunks +10 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.h View 2 chunks +8 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_entropymode.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_entropymv.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_enums.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.h View 2 chunks +15 lines, -12 lines 0 comments Download
M source/libvpx/vp9/common/vp9_filter.c View 5 chunks +7 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_idct.c View 23 chunks +34 lines, -34 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter_filters.c View 12 chunks +14 lines, -19 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 3 chunks +14 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyx.h View 5 chunks +9 lines, -10 lines 0 comments Download
M source/libvpx/vp9/common/vp9_onyxc_int.h View 7 chunks +21 lines, -42 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.h View 3 chunks +10 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 12 chunks +48 lines, -85 lines 0 comments Download
M source/libvpx/vp9/common/vp9_ppflags.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pragmas.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_pred_common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_prob.h View 4 chunks +10 lines, -7 lines 0 comments Download
M source/libvpx/vp9/common/vp9_quant_common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 3 chunks +24 lines, -25 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 14 chunks +35 lines, -40 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconintra.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_rtcd_defs.sh View 13 chunks +20 lines, -24 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scale.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_scan.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_seg_common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_systemdependent.h View 2 chunks +43 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_textblit.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/vp9_tile_common.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c View 35 chunks +271 lines, -245 lines 0 comments Download
M source/libvpx/vp9/common/x86/vp9_postproc_x86.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 10 chunks +39 lines, -48 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodemv.c View 8 chunks +24 lines, -20 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_detokenize.c View 3 chunks +7 lines, -8 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dsubexp.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd.h View 2 chunks +5 lines, -5 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_if.c View 7 chunks +31 lines, -26 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_onyxd_int.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_read_bit_buffer.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_reader.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.h View 1 chunk +9 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_bitstream.c View 19 chunks +40 lines, -63 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_block.h View 5 chunks +13 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_dct.c View 5 chunks +6 lines, -6 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 61 chunks +334 lines, -223 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.h View 3 chunks +9 lines, -12 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemb.c View 7 chunks +17 lines, -22 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.h View 2 chunks +9 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodemv.c View 1 chunk +3 lines, -3 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_extend.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.h View 2 chunks +9 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 63 chunks +526 lines, -664 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_lookahead.h View 2 chunks +8 lines, -0 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.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mbgraph.c View 7 chunks +16 lines, -18 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.h View 7 chunks +15 lines, -7 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_mcomp.c View 33 chunks +141 lines, -387 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_if.c View 75 chunks +655 lines, -669 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_onyx_int.h View 15 chunks +181 lines, -30 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.h View 1 chunk +10 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_picklpf.c View 3 chunks +81 lines, -122 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_pickmode.h View 1 chunk +32 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_pickmode.c View 1 chunk +230 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_psnr.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_quantize.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.h View 3 chunks +10 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_ratectrl.c View 18 chunks +296 lines, -263 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.h View 3 chunks +32 lines, -2 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_rdopt.c View 86 chunks +429 lines, -471 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_resize.h View 1 chunk +68 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/vp9_resize.c View 1 chunk +578 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_sad_c.c View 2 chunks +202 lines, -493 lines 0 comments Download
D source/libvpx/vp9/encoder/vp9_sadmxn.h View 1 chunk +0 lines, -38 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.h View 2 chunks +10 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_segmentation.c View 1 chunk +9 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_subexp.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.h View 1 chunk +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_temporal_filter.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_tokenize.c View 4 chunks +45 lines, -33 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_treewriter.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_vaq.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_variance.h View 2 chunks +8 lines, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_write_bit_buffer.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_writer.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c View 11 chunks +37 lines, -37 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c View 11 chunks +37 lines, -37 lines 0 comments Download
M source/libvpx/vp9/encoder/x86/vp9_mcomp_x86.h View 2 chunks +8 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c View 1 chunk +157 lines, -0 lines 0 comments Download
A source/libvpx/vp9/encoder/x86/vp9_variance_impl_intrin_avx2.c View 1 chunk +213 lines, -0 lines 0 comments Download
M source/libvpx/vp9/exports_enc View 1 chunk +0 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9_common.mk View 2 chunks +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/vp9_cx_iface.c View 15 chunks +17 lines, -65 lines 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 26 chunks +51 lines, -152 lines 0 comments Download
M source/libvpx/vp9/vp9_iface_common.h View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/vp9cx.mk View 4 chunks +6 lines, -1 line 0 comments Download
M source/libvpx/vp9_spatial_scalable_encoder.c View 5 chunks +14 lines, -17 lines 0 comments Download
M source/libvpx/vpx/exports_dec View 1 chunk +0 lines, -1 line 0 comments Download
M source/libvpx/vpx/exports_enc View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vpx/internal/vpx_codec_internal.h View 6 chunks +9 lines, -33 lines 0 comments Download
M source/libvpx/vpx/src/vpx_decoder.c View 1 chunk +0 lines, -19 lines 0 comments Download
M source/libvpx/vpx/vp8cx.h View 2 chunks +1 line, -3 lines 0 comments Download
M source/libvpx/vpx/vp8dx.h View 2 chunks +0 lines, -8 lines 0 comments Download
M source/libvpx/vpx/vpx_codec.mk View 2 chunks +0 lines, -2 lines 0 comments Download
M source/libvpx/vpx/vpx_decoder.h View 4 chunks +1 line, -48 lines 0 comments Download
D source/libvpx/vpx/vpx_external_frame_buffer.h View 1 chunk +0 lines, -61 lines 0 comments Download
M source/libvpx/vpx/vpx_image.h View 2 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/vpx_ports/arm.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vpx_ports/x86.h View 2 chunks +9 lines, -1 line 0 comments Download
M source/libvpx/vpx_scale/generic/yv12config.c View 5 chunks +17 lines, -44 lines 0 comments Download
M source/libvpx/vpx_scale/mips/dspr2/yv12extend_dspr2.c View 1 chunk +7 lines, -8 lines 0 comments Download
M source/libvpx/vpx_scale/yv12config.h View 2 chunks +6 lines, -17 lines 0 comments Download
M source/libvpx/vpxdec.c View 16 chunks +233 lines, -278 lines 0 comments Download
M source/libvpx/vpxenc.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/vpxenc.c View 10 chunks +38 lines, -25 lines 0 comments Download
M source/libvpx/vpxstats.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/warnings.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/warnings.c View 3 chunks +7 lines, -8 lines 0 comments Download
M source/libvpx/webmdec.h View 2 chunks +8 lines, -0 lines 0 comments Download
M source/libvpx/webmdec.c View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/webmenc.h View 2 chunks +8 lines, -0 lines 0 comments Download
A source/libvpx/y4menc.h View 1 chunk +33 lines, -0 lines 0 comments Download
A source/libvpx/y4menc.c View 1 chunk +27 lines, -0 lines 0 comments Download
M source/libvpx/y4minput.h View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Johann
Committed patchset #1 manually as r247516 (presubmit successful).
6 years, 10 months ago (2014-01-28 23:01:13 UTC) #1
Tom Finegan
lgtm
6 years, 10 months ago (2014-01-28 23:10:41 UTC) #2
Tom Finegan
6 years, 10 months ago (2014-01-28 23:10:47 UTC) #3
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698