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

Side by Side Diff: libvpx_srcs_x86_64.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/third_party/x86inc/x86inc.asm',
8 'source/libvpx/vp8/common/alloccommon.c', 9 'source/libvpx/vp8/common/alloccommon.c',
9 'source/libvpx/vp8/common/alloccommon.h', 10 'source/libvpx/vp8/common/alloccommon.h',
10 'source/libvpx/vp8/common/blockd.c', 11 'source/libvpx/vp8/common/blockd.c',
11 'source/libvpx/vp8/common/blockd.h', 12 'source/libvpx/vp8/common/blockd.h',
12 'source/libvpx/vp8/common/coefupdateprobs.h', 13 'source/libvpx/vp8/common/coefupdateprobs.h',
13 'source/libvpx/vp8/common/common.h', 14 'source/libvpx/vp8/common/common.h',
14 'source/libvpx/vp8/common/debugmodes.c', 15 'source/libvpx/vp8/common/debugmodes.c',
15 'source/libvpx/vp8/common/default_coef_probs.h', 16 'source/libvpx/vp8/common/default_coef_probs.h',
16 'source/libvpx/vp8/common/dequantize.c', 17 'source/libvpx/vp8/common/dequantize.c',
17 'source/libvpx/vp8/common/entropy.c', 18 'source/libvpx/vp8/common/entropy.c',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'source/libvpx/vp8/encoder/rdopt.c', 157 'source/libvpx/vp8/encoder/rdopt.c',
157 'source/libvpx/vp8/encoder/rdopt.h', 158 'source/libvpx/vp8/encoder/rdopt.h',
158 'source/libvpx/vp8/encoder/segmentation.c', 159 'source/libvpx/vp8/encoder/segmentation.c',
159 'source/libvpx/vp8/encoder/segmentation.h', 160 'source/libvpx/vp8/encoder/segmentation.h',
160 'source/libvpx/vp8/encoder/tokenize.c', 161 'source/libvpx/vp8/encoder/tokenize.c',
161 'source/libvpx/vp8/encoder/tokenize.h', 162 'source/libvpx/vp8/encoder/tokenize.h',
162 'source/libvpx/vp8/encoder/treewriter.c', 163 'source/libvpx/vp8/encoder/treewriter.c',
163 'source/libvpx/vp8/encoder/treewriter.h', 164 'source/libvpx/vp8/encoder/treewriter.h',
164 'source/libvpx/vp8/encoder/x86/dct_mmx.asm', 165 'source/libvpx/vp8/encoder/x86/dct_mmx.asm',
165 'source/libvpx/vp8/encoder/x86/dct_sse2.asm', 166 'source/libvpx/vp8/encoder/x86/dct_sse2.asm',
166 # Hack; refer to libvpx.gyp
167 #'source/libvpx/vp8/encoder/x86/denoising_sse2.c',
168 'source/libvpx/vp8/encoder/x86/encodeopt.asm', 167 'source/libvpx/vp8/encoder/x86/encodeopt.asm',
169 'source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm', 168 'source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm',
170 'source/libvpx/vp8/encoder/x86/quantize_mmx.asm', 169 'source/libvpx/vp8/encoder/x86/quantize_mmx.asm',
171 'source/libvpx/vp8/encoder/x86/quantize_sse2.asm', 170 'source/libvpx/vp8/encoder/x86/quantize_sse2.asm',
172 'source/libvpx/vp8/encoder/x86/quantize_sse4.asm', 171 'source/libvpx/vp8/encoder/x86/quantize_sse4.asm',
173 'source/libvpx/vp8/encoder/x86/quantize_ssse3.asm', 172 'source/libvpx/vp8/encoder/x86/quantize_ssse3.asm',
174 'source/libvpx/vp8/encoder/x86/ssim_opt.asm', 173 'source/libvpx/vp8/encoder/x86/ssim_opt.asm',
175 'source/libvpx/vp8/encoder/x86/subtract_mmx.asm', 174 'source/libvpx/vp8/encoder/x86/subtract_mmx.asm',
176 'source/libvpx/vp8/encoder/x86/subtract_sse2.asm', 175 'source/libvpx/vp8/encoder/x86/subtract_sse2.asm',
177 'source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c', 176 'source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c',
178 'source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 177 'source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
179 'source/libvpx/vp8/vp8_cx_iface.c', 178 'source/libvpx/vp8/vp8_cx_iface.c',
180 'source/libvpx/vp8/vp8_dx_iface.c', 179 'source/libvpx/vp8/vp8_dx_iface.c',
180 'source/libvpx/vp9/common/generic/vp9_systemdependent.c',
181 'source/libvpx/vp9/common/vp9_alloccommon.c',
182 'source/libvpx/vp9/common/vp9_alloccommon.h',
183 'source/libvpx/vp9/common/vp9_blockd.c',
184 'source/libvpx/vp9/common/vp9_blockd.h',
185 'source/libvpx/vp9/common/vp9_coefupdateprobs.h',
186 'source/libvpx/vp9/common/vp9_common.h',
187 'source/libvpx/vp9/common/vp9_common_types.h',
188 'source/libvpx/vp9/common/vp9_debugmodes.c',
189 'source/libvpx/vp9/common/vp9_entropy.c',
190 'source/libvpx/vp9/common/vp9_entropy.h',
191 'source/libvpx/vp9/common/vp9_entropymode.c',
192 'source/libvpx/vp9/common/vp9_entropymode.h',
193 'source/libvpx/vp9/common/vp9_entropymv.c',
194 'source/libvpx/vp9/common/vp9_entropymv.h',
195 'source/libvpx/vp9/common/vp9_extend.c',
196 'source/libvpx/vp9/common/vp9_extend.h',
197 'source/libvpx/vp9/common/vp9_filter.c',
198 'source/libvpx/vp9/common/vp9_filter.h',
199 'source/libvpx/vp9/common/vp9_findnearmv.c',
200 'source/libvpx/vp9/common/vp9_findnearmv.h',
201 'source/libvpx/vp9/common/vp9_header.h',
202 'source/libvpx/vp9/common/vp9_idctllm.c',
203 'source/libvpx/vp9/common/vp9_invtrans.c',
204 'source/libvpx/vp9/common/vp9_invtrans.h',
205 'source/libvpx/vp9/common/vp9_loopfilter.c',
206 'source/libvpx/vp9/common/vp9_loopfilter_filters.c',
207 'source/libvpx/vp9/common/vp9_loopfilter.h',
208 'source/libvpx/vp9/common/vp9_mbpitch.c',
209 'source/libvpx/vp9/common/vp9_modecont.c',
210 'source/libvpx/vp9/common/vp9_modecontext.c',
211 'source/libvpx/vp9/common/vp9_modecont.h',
212 'source/libvpx/vp9/common/vp9_mv.h',
213 'source/libvpx/vp9/common/vp9_mvref_common.c',
214 'source/libvpx/vp9/common/vp9_mvref_common.h',
215 'source/libvpx/vp9/common/vp9_onyxc_int.h',
216 'source/libvpx/vp9/common/vp9_onyxd.h',
217 'source/libvpx/vp9/common/vp9_onyx.h',
218 'source/libvpx/vp9/common/vp9_postproc.c',
219 'source/libvpx/vp9/common/vp9_postproc.h',
220 'source/libvpx/vp9/common/vp9_ppflags.h',
221 'source/libvpx/vp9/common/vp9_pragmas.h',
222 'source/libvpx/vp9/common/vp9_pred_common.c',
223 'source/libvpx/vp9/common/vp9_pred_common.h',
224 'source/libvpx/vp9/common/vp9_quant_common.c',
225 'source/libvpx/vp9/common/vp9_quant_common.h',
226 'source/libvpx/vp9/common/vp9_recon.c',
227 'source/libvpx/vp9/common/vp9_reconinter.c',
228 'source/libvpx/vp9/common/vp9_reconinter.h',
229 'source/libvpx/vp9/common/vp9_reconintra4x4.c',
230 'source/libvpx/vp9/common/vp9_reconintra4x4.h',
231 'source/libvpx/vp9/common/vp9_reconintra.c',
232 'source/libvpx/vp9/common/vp9_reconintra.h',
233 'source/libvpx/vp9/common/vp9_rtcd.c',
234 'source/libvpx/vp9/common/vp9_sadmxn.h',
235 'source/libvpx/vp9/common/vp9_seg_common.c',
236 'source/libvpx/vp9/common/vp9_seg_common.h',
237 'source/libvpx/vp9/common/vp9_setupintrarecon.c',
238 'source/libvpx/vp9/common/vp9_setupintrarecon.h',
239 'source/libvpx/vp9/common/vp9_subpelvar.h',
240 'source/libvpx/vp9/common/vp9_subpixel.h',
241 'source/libvpx/vp9/common/vp9_swapyv12buffer.c',
242 'source/libvpx/vp9/common/vp9_swapyv12buffer.h',
243 'source/libvpx/vp9/common/vp9_systemdependent.h',
244 'source/libvpx/vp9/common/vp9_treecoder.c',
245 'source/libvpx/vp9/common/vp9_treecoder.h',
246 'source/libvpx/vp9/common/vp9_type_aliases.h',
247 'source/libvpx/vp9/common/x86/vp9_asm_stubs.c',
248 'source/libvpx/vp9/common/x86/vp9_idctllm_mmx.asm',
249 'source/libvpx/vp9/common/x86/vp9_idctllm_sse2.asm',
250 'source/libvpx/vp9/common/x86/vp9_idct_x86.h',
251 'source/libvpx/vp9/common/x86/vp9_iwalsh_mmx.asm',
252 'source/libvpx/vp9/common/x86/vp9_iwalsh_sse2.asm',
253 'source/libvpx/vp9/common/x86/vp9_loopfilter_mmx.asm',
254 'source/libvpx/vp9/common/x86/vp9_loopfilter_sse2.asm',
255 'source/libvpx/vp9/common/x86/vp9_loopfilter_x86.h',
256 'source/libvpx/vp9/common/x86/vp9_postproc_mmx.asm',
257 'source/libvpx/vp9/common/x86/vp9_postproc_sse2.asm',
258 'source/libvpx/vp9/common/x86/vp9_postproc_x86.h',
259 'source/libvpx/vp9/common/x86/vp9_recon_mmx.asm',
260 'source/libvpx/vp9/common/x86/vp9_recon_sse2.asm',
261 'source/libvpx/vp9/common/x86/vp9_recon_wrapper_sse2.c',
262 'source/libvpx/vp9/common/x86/vp9_subpixel_8t_ssse3.asm',
263 'source/libvpx/vp9/common/x86/vp9_subpixel_mmx.asm',
264 'source/libvpx/vp9/common/x86/vp9_subpixel_sse2.asm',
265 'source/libvpx/vp9/common/x86/vp9_subpixel_ssse3.asm',
266 'source/libvpx/vp9/common/x86/vp9_subpixel_x86.h',
267 'source/libvpx/vp9/decoder/vp9_dboolhuff.c',
268 'source/libvpx/vp9/decoder/vp9_dboolhuff.h',
269 'source/libvpx/vp9/decoder/vp9_decodemv.c',
270 'source/libvpx/vp9/decoder/vp9_decodemv.h',
271 'source/libvpx/vp9/decoder/vp9_decodframe.c',
272 'source/libvpx/vp9/decoder/vp9_dequantize.c',
273 'source/libvpx/vp9/decoder/vp9_dequantize.h',
274 'source/libvpx/vp9/decoder/vp9_detokenize.c',
275 'source/libvpx/vp9/decoder/vp9_detokenize.h',
276 'source/libvpx/vp9/decoder/vp9_idct_blk.c',
277 'source/libvpx/vp9/decoder/vp9_onyxd_if.c',
278 'source/libvpx/vp9/decoder/vp9_onyxd_int.h',
279 'source/libvpx/vp9/decoder/vp9_treereader.h',
280 'source/libvpx/vp9/decoder/x86/vp9_dequantize_mmx.asm',
281 'source/libvpx/vp9/decoder/x86/vp9_idct_blk_mmx.c',
282 'source/libvpx/vp9/decoder/x86/vp9_idct_blk_sse2.c',
283 'source/libvpx/vp9/decoder/x86/vp9_x86_dsystemdependent.c',
284 'source/libvpx/vp9/vp9_dx_iface.c',
181 'source/libvpx/vpx/internal/vpx_codec_internal.h', 285 'source/libvpx/vpx/internal/vpx_codec_internal.h',
182 'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h', 286 'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
183 'source/libvpx/vpx_mem/vpx_mem.c', 287 'source/libvpx/vpx_mem/vpx_mem.c',
184 'source/libvpx/vpx_mem/vpx_mem.h', 288 'source/libvpx/vpx_mem/vpx_mem.h',
185 'source/libvpx/vpx_ports/asm_offsets.h', 289 'source/libvpx/vpx_ports/asm_offsets.h',
186 'source/libvpx/vpx_ports/emms.asm', 290 'source/libvpx/vpx_ports/emms.asm',
187 'source/libvpx/vpx_ports/mem.h', 291 'source/libvpx/vpx_ports/mem.h',
188 'source/libvpx/vpx_ports/vpx_timer.h', 292 'source/libvpx/vpx_ports/vpx_timer.h',
189 'source/libvpx/vpx_ports/x86_abi_support.asm', 293 'source/libvpx/vpx_ports/x86_abi_support.asm',
190 'source/libvpx/vpx_ports/x86_cpuid.c', 294 'source/libvpx/vpx_ports/x86_cpuid.c',
191 'source/libvpx/vpx_ports/x86.h', 295 'source/libvpx/vpx_ports/x86.h',
192 'source/libvpx/vpx_scale/generic/gen_scalers.c', 296 'source/libvpx/vpx_scale/generic/gen_scalers.c',
193 'source/libvpx/vpx_scale/generic/vpxscale.c', 297 'source/libvpx/vpx_scale/generic/vpxscale.c',
194 'source/libvpx/vpx_scale/generic/yv12config.c', 298 'source/libvpx/vpx_scale/generic/yv12config.c',
195 'source/libvpx/vpx_scale/generic/yv12extend.c', 299 'source/libvpx/vpx_scale/generic/yv12extend.c',
196 'source/libvpx/vpx_scale/generic/yv12extend_generic.h',
197 'source/libvpx/vpx_scale/scale_mode.h',
198 'source/libvpx/vpx_scale/vpxscale.h', 300 'source/libvpx/vpx_scale/vpxscale.h',
301 'source/libvpx/vpx_scale/vpx_scale_rtcd.c',
199 'source/libvpx/vpx_scale/yv12config.h', 302 'source/libvpx/vpx_scale/yv12config.h',
200 'source/libvpx/vpx/src/vpx_codec.c', 303 'source/libvpx/vpx/src/vpx_codec.c',
201 'source/libvpx/vpx/src/vpx_decoder.c', 304 'source/libvpx/vpx/src/vpx_decoder.c',
202 'source/libvpx/vpx/src/vpx_encoder.c', 305 'source/libvpx/vpx/src/vpx_encoder.c',
203 'source/libvpx/vpx/src/vpx_image.c', 306 'source/libvpx/vpx/src/vpx_image.c',
204 'source/libvpx/vpx/vp8cx.h', 307 'source/libvpx/vpx/vp8cx.h',
205 'source/libvpx/vpx/vp8dx.h', 308 'source/libvpx/vpx/vp8dx.h',
206 'source/libvpx/vpx/vp8.h', 309 'source/libvpx/vpx/vp8.h',
207 'source/libvpx/vpx/vpx_codec.h', 310 'source/libvpx/vpx/vpx_codec.h',
208 'source/libvpx/vpx/vpx_codec_impl_bottom.h', 311 'source/libvpx/vpx/vpx_codec_impl_bottom.h',
209 'source/libvpx/vpx/vpx_codec_impl_top.h', 312 'source/libvpx/vpx/vpx_codec_impl_top.h',
210 'source/libvpx/vpx/vpx_decoder.h', 313 'source/libvpx/vpx/vpx_decoder.h',
211 'source/libvpx/vpx/vpx_encoder.h', 314 'source/libvpx/vpx/vpx_encoder.h',
212 'source/libvpx/vpx/vpx_image.h', 315 'source/libvpx/vpx/vpx_image.h',
213 'source/libvpx/vpx/vpx_integer.h', 316 'source/libvpx/vpx/vpx_integer.h',
214 ], 317 ],
215 } 318 }
OLDNEW
« libvpx.gyp ('K') | « libvpx_srcs_x86.gypi ('k') | source/config/linux/arm-neon/vp8_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698