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

Unified Diff: libvpx_srcs_mips.gypi

Issue 11555023: libvpx: Add VP9 decoder. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libvpx_srcs_mips.gypi
===================================================================
--- libvpx_srcs_mips.gypi (revision 172621)
+++ libvpx_srcs_mips.gypi (working copy)
@@ -130,6 +130,87 @@
'source/libvpx/vp8/encoder/treewriter.h',
'source/libvpx/vp8/vp8_cx_iface.c',
'source/libvpx/vp8/vp8_dx_iface.c',
+ 'source/libvpx/vp9/common/generic/vp9_systemdependent.c',
+ 'source/libvpx/vp9/common/vp9_alloccommon.c',
+ 'source/libvpx/vp9/common/vp9_alloccommon.h',
+ 'source/libvpx/vp9/common/vp9_blockd.c',
+ 'source/libvpx/vp9/common/vp9_blockd.h',
+ 'source/libvpx/vp9/common/vp9_coefupdateprobs.h',
+ 'source/libvpx/vp9/common/vp9_common.h',
+ 'source/libvpx/vp9/common/vp9_common_types.h',
+ 'source/libvpx/vp9/common/vp9_debugmodes.c',
+ 'source/libvpx/vp9/common/vp9_entropy.c',
+ 'source/libvpx/vp9/common/vp9_entropy.h',
+ 'source/libvpx/vp9/common/vp9_entropymode.c',
+ 'source/libvpx/vp9/common/vp9_entropymode.h',
+ 'source/libvpx/vp9/common/vp9_entropymv.c',
+ 'source/libvpx/vp9/common/vp9_entropymv.h',
+ 'source/libvpx/vp9/common/vp9_extend.c',
+ 'source/libvpx/vp9/common/vp9_extend.h',
+ 'source/libvpx/vp9/common/vp9_filter.c',
+ 'source/libvpx/vp9/common/vp9_filter.h',
+ 'source/libvpx/vp9/common/vp9_findnearmv.c',
+ 'source/libvpx/vp9/common/vp9_findnearmv.h',
+ 'source/libvpx/vp9/common/vp9_header.h',
+ 'source/libvpx/vp9/common/vp9_idctllm.c',
+ 'source/libvpx/vp9/common/vp9_invtrans.c',
+ 'source/libvpx/vp9/common/vp9_invtrans.h',
+ 'source/libvpx/vp9/common/vp9_loopfilter.c',
+ 'source/libvpx/vp9/common/vp9_loopfilter_filters.c',
+ 'source/libvpx/vp9/common/vp9_loopfilter.h',
+ 'source/libvpx/vp9/common/vp9_mbpitch.c',
+ 'source/libvpx/vp9/common/vp9_modecont.c',
+ 'source/libvpx/vp9/common/vp9_modecontext.c',
+ 'source/libvpx/vp9/common/vp9_modecont.h',
+ 'source/libvpx/vp9/common/vp9_mv.h',
+ 'source/libvpx/vp9/common/vp9_mvref_common.c',
+ 'source/libvpx/vp9/common/vp9_mvref_common.h',
+ 'source/libvpx/vp9/common/vp9_onyxc_int.h',
+ 'source/libvpx/vp9/common/vp9_onyxd.h',
+ 'source/libvpx/vp9/common/vp9_onyx.h',
+ 'source/libvpx/vp9/common/vp9_postproc.c',
+ 'source/libvpx/vp9/common/vp9_postproc.h',
+ 'source/libvpx/vp9/common/vp9_ppflags.h',
+ 'source/libvpx/vp9/common/vp9_pragmas.h',
+ 'source/libvpx/vp9/common/vp9_pred_common.c',
+ 'source/libvpx/vp9/common/vp9_pred_common.h',
+ 'source/libvpx/vp9/common/vp9_quant_common.c',
+ 'source/libvpx/vp9/common/vp9_quant_common.h',
+ 'source/libvpx/vp9/common/vp9_recon.c',
+ 'source/libvpx/vp9/common/vp9_reconinter.c',
+ 'source/libvpx/vp9/common/vp9_reconinter.h',
+ 'source/libvpx/vp9/common/vp9_reconintra4x4.c',
+ 'source/libvpx/vp9/common/vp9_reconintra4x4.h',
+ 'source/libvpx/vp9/common/vp9_reconintra.c',
+ 'source/libvpx/vp9/common/vp9_reconintra.h',
+ 'source/libvpx/vp9/common/vp9_rtcd.c',
+ 'source/libvpx/vp9/common/vp9_sadmxn.h',
+ 'source/libvpx/vp9/common/vp9_seg_common.c',
+ 'source/libvpx/vp9/common/vp9_seg_common.h',
+ 'source/libvpx/vp9/common/vp9_setupintrarecon.c',
+ 'source/libvpx/vp9/common/vp9_setupintrarecon.h',
+ 'source/libvpx/vp9/common/vp9_subpelvar.h',
+ 'source/libvpx/vp9/common/vp9_subpixel.h',
+ 'source/libvpx/vp9/common/vp9_swapyv12buffer.c',
+ 'source/libvpx/vp9/common/vp9_swapyv12buffer.h',
+ 'source/libvpx/vp9/common/vp9_systemdependent.h',
+ 'source/libvpx/vp9/common/vp9_treecoder.c',
+ 'source/libvpx/vp9/common/vp9_treecoder.h',
+ 'source/libvpx/vp9/common/vp9_type_aliases.h',
+ 'source/libvpx/vp9/decoder/vp9_dboolhuff.c',
+ 'source/libvpx/vp9/decoder/vp9_dboolhuff.h',
+ 'source/libvpx/vp9/decoder/vp9_decodemv.c',
+ 'source/libvpx/vp9/decoder/vp9_decodemv.h',
+ 'source/libvpx/vp9/decoder/vp9_decodframe.c',
+ 'source/libvpx/vp9/decoder/vp9_dequantize.c',
+ 'source/libvpx/vp9/decoder/vp9_dequantize.h',
+ 'source/libvpx/vp9/decoder/vp9_detokenize.c',
+ 'source/libvpx/vp9/decoder/vp9_detokenize.h',
+ 'source/libvpx/vp9/decoder/vp9_idct_blk.c',
+ 'source/libvpx/vp9/decoder/vp9_onyxd_if.c',
+ 'source/libvpx/vp9/decoder/vp9_onyxd_int.h',
+ 'source/libvpx/vp9/decoder/vp9_treereader.h',
+ 'source/libvpx/vp9/vp9_dx_iface.c',
'source/libvpx/vpx/internal/vpx_codec_internal.h',
'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
'source/libvpx/vpx_mem/vpx_mem.c',
@@ -141,9 +222,8 @@
'source/libvpx/vpx_scale/generic/vpxscale.c',
'source/libvpx/vpx_scale/generic/yv12config.c',
'source/libvpx/vpx_scale/generic/yv12extend.c',
- 'source/libvpx/vpx_scale/generic/yv12extend_generic.h',
- 'source/libvpx/vpx_scale/scale_mode.h',
'source/libvpx/vpx_scale/vpxscale.h',
+ 'source/libvpx/vpx_scale/vpx_scale_rtcd.c',
'source/libvpx/vpx_scale/yv12config.h',
'source/libvpx/vpx/src/vpx_codec.c',
'source/libvpx/vpx/src/vpx_decoder.c',
« libvpx.gyp ('K') | « libvpx_srcs_arm_neon.gypi ('k') | libvpx_srcs_x86.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698