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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'sources': [ 7 'sources': [
8 'source/libvpx/vp8/common/alloccommon.c', 8 'source/libvpx/vp8/common/alloccommon.c',
9 'source/libvpx/vp8/common/alloccommon.h', 9 'source/libvpx/vp8/common/alloccommon.h',
10 'source/libvpx/vp8/common/blockd.c', 10 'source/libvpx/vp8/common/blockd.c',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'source/libvpx/vp8/encoder/rdopt.h', 123 'source/libvpx/vp8/encoder/rdopt.h',
124 'source/libvpx/vp8/encoder/segmentation.c', 124 'source/libvpx/vp8/encoder/segmentation.c',
125 'source/libvpx/vp8/encoder/segmentation.h', 125 'source/libvpx/vp8/encoder/segmentation.h',
126 'source/libvpx/vp8/encoder/temporal_filter.c', 126 'source/libvpx/vp8/encoder/temporal_filter.c',
127 'source/libvpx/vp8/encoder/tokenize.c', 127 'source/libvpx/vp8/encoder/tokenize.c',
128 'source/libvpx/vp8/encoder/tokenize.h', 128 'source/libvpx/vp8/encoder/tokenize.h',
129 'source/libvpx/vp8/encoder/treewriter.c', 129 'source/libvpx/vp8/encoder/treewriter.c',
130 'source/libvpx/vp8/encoder/treewriter.h', 130 'source/libvpx/vp8/encoder/treewriter.h',
131 'source/libvpx/vp8/vp8_cx_iface.c', 131 'source/libvpx/vp8/vp8_cx_iface.c',
132 'source/libvpx/vp8/vp8_dx_iface.c', 132 'source/libvpx/vp8/vp8_dx_iface.c',
133 'source/libvpx/vp9/common/generic/vp9_systemdependent.c',
134 'source/libvpx/vp9/common/vp9_alloccommon.c',
135 'source/libvpx/vp9/common/vp9_alloccommon.h',
136 'source/libvpx/vp9/common/vp9_blockd.c',
137 'source/libvpx/vp9/common/vp9_blockd.h',
138 'source/libvpx/vp9/common/vp9_coefupdateprobs.h',
139 'source/libvpx/vp9/common/vp9_common.h',
140 'source/libvpx/vp9/common/vp9_common_types.h',
141 'source/libvpx/vp9/common/vp9_debugmodes.c',
142 'source/libvpx/vp9/common/vp9_entropy.c',
143 'source/libvpx/vp9/common/vp9_entropy.h',
144 'source/libvpx/vp9/common/vp9_entropymode.c',
145 'source/libvpx/vp9/common/vp9_entropymode.h',
146 'source/libvpx/vp9/common/vp9_entropymv.c',
147 'source/libvpx/vp9/common/vp9_entropymv.h',
148 'source/libvpx/vp9/common/vp9_extend.c',
149 'source/libvpx/vp9/common/vp9_extend.h',
150 'source/libvpx/vp9/common/vp9_filter.c',
151 'source/libvpx/vp9/common/vp9_filter.h',
152 'source/libvpx/vp9/common/vp9_findnearmv.c',
153 'source/libvpx/vp9/common/vp9_findnearmv.h',
154 'source/libvpx/vp9/common/vp9_header.h',
155 'source/libvpx/vp9/common/vp9_idctllm.c',
156 'source/libvpx/vp9/common/vp9_invtrans.c',
157 'source/libvpx/vp9/common/vp9_invtrans.h',
158 'source/libvpx/vp9/common/vp9_loopfilter.c',
159 'source/libvpx/vp9/common/vp9_loopfilter_filters.c',
160 'source/libvpx/vp9/common/vp9_loopfilter.h',
161 'source/libvpx/vp9/common/vp9_mbpitch.c',
162 'source/libvpx/vp9/common/vp9_modecont.c',
163 'source/libvpx/vp9/common/vp9_modecontext.c',
164 'source/libvpx/vp9/common/vp9_modecont.h',
165 'source/libvpx/vp9/common/vp9_mv.h',
166 'source/libvpx/vp9/common/vp9_mvref_common.c',
167 'source/libvpx/vp9/common/vp9_mvref_common.h',
168 'source/libvpx/vp9/common/vp9_onyxc_int.h',
169 'source/libvpx/vp9/common/vp9_onyxd.h',
170 'source/libvpx/vp9/common/vp9_onyx.h',
171 'source/libvpx/vp9/common/vp9_postproc.c',
172 'source/libvpx/vp9/common/vp9_postproc.h',
173 'source/libvpx/vp9/common/vp9_ppflags.h',
174 'source/libvpx/vp9/common/vp9_pragmas.h',
175 'source/libvpx/vp9/common/vp9_pred_common.c',
176 'source/libvpx/vp9/common/vp9_pred_common.h',
177 'source/libvpx/vp9/common/vp9_quant_common.c',
178 'source/libvpx/vp9/common/vp9_quant_common.h',
179 'source/libvpx/vp9/common/vp9_recon.c',
180 'source/libvpx/vp9/common/vp9_reconinter.c',
181 'source/libvpx/vp9/common/vp9_reconinter.h',
182 'source/libvpx/vp9/common/vp9_reconintra4x4.c',
183 'source/libvpx/vp9/common/vp9_reconintra4x4.h',
184 'source/libvpx/vp9/common/vp9_reconintra.c',
185 'source/libvpx/vp9/common/vp9_reconintra.h',
186 'source/libvpx/vp9/common/vp9_rtcd.c',
187 'source/libvpx/vp9/common/vp9_sadmxn.h',
188 'source/libvpx/vp9/common/vp9_seg_common.c',
189 'source/libvpx/vp9/common/vp9_seg_common.h',
190 'source/libvpx/vp9/common/vp9_setupintrarecon.c',
191 'source/libvpx/vp9/common/vp9_setupintrarecon.h',
192 'source/libvpx/vp9/common/vp9_subpelvar.h',
193 'source/libvpx/vp9/common/vp9_subpixel.h',
194 'source/libvpx/vp9/common/vp9_swapyv12buffer.c',
195 'source/libvpx/vp9/common/vp9_swapyv12buffer.h',
196 'source/libvpx/vp9/common/vp9_systemdependent.h',
197 'source/libvpx/vp9/common/vp9_treecoder.c',
198 'source/libvpx/vp9/common/vp9_treecoder.h',
199 'source/libvpx/vp9/common/vp9_type_aliases.h',
200 'source/libvpx/vp9/decoder/vp9_dboolhuff.c',
201 'source/libvpx/vp9/decoder/vp9_dboolhuff.h',
202 'source/libvpx/vp9/decoder/vp9_decodemv.c',
203 'source/libvpx/vp9/decoder/vp9_decodemv.h',
204 'source/libvpx/vp9/decoder/vp9_decodframe.c',
205 'source/libvpx/vp9/decoder/vp9_dequantize.c',
206 'source/libvpx/vp9/decoder/vp9_dequantize.h',
207 'source/libvpx/vp9/decoder/vp9_detokenize.c',
208 'source/libvpx/vp9/decoder/vp9_detokenize.h',
209 'source/libvpx/vp9/decoder/vp9_idct_blk.c',
210 'source/libvpx/vp9/decoder/vp9_onyxd_if.c',
211 'source/libvpx/vp9/decoder/vp9_onyxd_int.h',
212 'source/libvpx/vp9/decoder/vp9_treereader.h',
213 'source/libvpx/vp9/vp9_dx_iface.c',
133 'source/libvpx/vpx/internal/vpx_codec_internal.h', 214 'source/libvpx/vpx/internal/vpx_codec_internal.h',
134 'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h', 215 'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
135 'source/libvpx/vpx_mem/vpx_mem.c', 216 'source/libvpx/vpx_mem/vpx_mem.c',
136 'source/libvpx/vpx_mem/vpx_mem.h', 217 'source/libvpx/vpx_mem/vpx_mem.h',
137 'source/libvpx/vpx_ports/asm_offsets.h', 218 'source/libvpx/vpx_ports/asm_offsets.h',
138 'source/libvpx/vpx_ports/mem.h', 219 'source/libvpx/vpx_ports/mem.h',
139 'source/libvpx/vpx_ports/vpx_timer.h', 220 'source/libvpx/vpx_ports/vpx_timer.h',
140 'source/libvpx/vpx_scale/generic/gen_scalers.c', 221 'source/libvpx/vpx_scale/generic/gen_scalers.c',
141 'source/libvpx/vpx_scale/generic/vpxscale.c', 222 'source/libvpx/vpx_scale/generic/vpxscale.c',
142 'source/libvpx/vpx_scale/generic/yv12config.c', 223 'source/libvpx/vpx_scale/generic/yv12config.c',
143 'source/libvpx/vpx_scale/generic/yv12extend.c', 224 'source/libvpx/vpx_scale/generic/yv12extend.c',
144 'source/libvpx/vpx_scale/generic/yv12extend_generic.h',
145 'source/libvpx/vpx_scale/scale_mode.h',
146 'source/libvpx/vpx_scale/vpxscale.h', 225 'source/libvpx/vpx_scale/vpxscale.h',
226 'source/libvpx/vpx_scale/vpx_scale_rtcd.c',
147 'source/libvpx/vpx_scale/yv12config.h', 227 'source/libvpx/vpx_scale/yv12config.h',
148 'source/libvpx/vpx/src/vpx_codec.c', 228 'source/libvpx/vpx/src/vpx_codec.c',
149 'source/libvpx/vpx/src/vpx_decoder.c', 229 'source/libvpx/vpx/src/vpx_decoder.c',
150 'source/libvpx/vpx/src/vpx_encoder.c', 230 'source/libvpx/vpx/src/vpx_encoder.c',
151 'source/libvpx/vpx/src/vpx_image.c', 231 'source/libvpx/vpx/src/vpx_image.c',
152 'source/libvpx/vpx/vp8cx.h', 232 'source/libvpx/vpx/vp8cx.h',
153 'source/libvpx/vpx/vp8dx.h', 233 'source/libvpx/vpx/vp8dx.h',
154 'source/libvpx/vpx/vp8.h', 234 'source/libvpx/vpx/vp8.h',
155 'source/libvpx/vpx/vpx_codec.h', 235 'source/libvpx/vpx/vpx_codec.h',
156 'source/libvpx/vpx/vpx_codec_impl_bottom.h', 236 'source/libvpx/vpx/vpx_codec_impl_bottom.h',
157 'source/libvpx/vpx/vpx_codec_impl_top.h', 237 'source/libvpx/vpx/vpx_codec_impl_top.h',
158 'source/libvpx/vpx/vpx_decoder.h', 238 'source/libvpx/vpx/vpx_decoder.h',
159 'source/libvpx/vpx/vpx_encoder.h', 239 'source/libvpx/vpx/vpx_encoder.h',
160 'source/libvpx/vpx/vpx_image.h', 240 'source/libvpx/vpx/vpx_image.h',
161 'source/libvpx/vpx/vpx_integer.h', 241 'source/libvpx/vpx/vpx_integer.h',
162 ], 242 ],
163 } 243 }
OLDNEW
« 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