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

Side by Side Diff: libvpx_srcs_arm.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/arm/armv6/bilinearfilter_v6.asm', 10 'source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'source/libvpx/vp8/encoder/rdopt.c', 160 'source/libvpx/vp8/encoder/rdopt.c',
161 'source/libvpx/vp8/encoder/rdopt.h', 161 'source/libvpx/vp8/encoder/rdopt.h',
162 'source/libvpx/vp8/encoder/segmentation.c', 162 'source/libvpx/vp8/encoder/segmentation.c',
163 'source/libvpx/vp8/encoder/segmentation.h', 163 'source/libvpx/vp8/encoder/segmentation.h',
164 'source/libvpx/vp8/encoder/tokenize.c', 164 'source/libvpx/vp8/encoder/tokenize.c',
165 'source/libvpx/vp8/encoder/tokenize.h', 165 'source/libvpx/vp8/encoder/tokenize.h',
166 'source/libvpx/vp8/encoder/treewriter.c', 166 'source/libvpx/vp8/encoder/treewriter.c',
167 'source/libvpx/vp8/encoder/treewriter.h', 167 'source/libvpx/vp8/encoder/treewriter.h',
168 'source/libvpx/vp8/vp8_cx_iface.c', 168 'source/libvpx/vp8/vp8_cx_iface.c',
169 'source/libvpx/vp8/vp8_dx_iface.c', 169 'source/libvpx/vp8/vp8_dx_iface.c',
170 'source/libvpx/vp9/common/generic/vp9_systemdependent.c',
171 'source/libvpx/vp9/common/vp9_alloccommon.c',
172 'source/libvpx/vp9/common/vp9_alloccommon.h',
173 'source/libvpx/vp9/common/vp9_blockd.c',
174 'source/libvpx/vp9/common/vp9_blockd.h',
175 'source/libvpx/vp9/common/vp9_coefupdateprobs.h',
176 'source/libvpx/vp9/common/vp9_common.h',
177 'source/libvpx/vp9/common/vp9_common_types.h',
178 'source/libvpx/vp9/common/vp9_debugmodes.c',
179 'source/libvpx/vp9/common/vp9_entropy.c',
180 'source/libvpx/vp9/common/vp9_entropy.h',
181 'source/libvpx/vp9/common/vp9_entropymode.c',
182 'source/libvpx/vp9/common/vp9_entropymode.h',
183 'source/libvpx/vp9/common/vp9_entropymv.c',
184 'source/libvpx/vp9/common/vp9_entropymv.h',
185 'source/libvpx/vp9/common/vp9_extend.c',
186 'source/libvpx/vp9/common/vp9_extend.h',
187 'source/libvpx/vp9/common/vp9_filter.c',
188 'source/libvpx/vp9/common/vp9_filter.h',
189 'source/libvpx/vp9/common/vp9_findnearmv.c',
190 'source/libvpx/vp9/common/vp9_findnearmv.h',
191 'source/libvpx/vp9/common/vp9_header.h',
192 'source/libvpx/vp9/common/vp9_idctllm.c',
193 'source/libvpx/vp9/common/vp9_invtrans.c',
194 'source/libvpx/vp9/common/vp9_invtrans.h',
195 'source/libvpx/vp9/common/vp9_loopfilter.c',
196 'source/libvpx/vp9/common/vp9_loopfilter_filters.c',
197 'source/libvpx/vp9/common/vp9_loopfilter.h',
198 'source/libvpx/vp9/common/vp9_mbpitch.c',
199 'source/libvpx/vp9/common/vp9_modecont.c',
200 'source/libvpx/vp9/common/vp9_modecontext.c',
201 'source/libvpx/vp9/common/vp9_modecont.h',
202 'source/libvpx/vp9/common/vp9_mv.h',
203 'source/libvpx/vp9/common/vp9_mvref_common.c',
204 'source/libvpx/vp9/common/vp9_mvref_common.h',
205 'source/libvpx/vp9/common/vp9_onyxc_int.h',
206 'source/libvpx/vp9/common/vp9_onyxd.h',
207 'source/libvpx/vp9/common/vp9_onyx.h',
208 'source/libvpx/vp9/common/vp9_postproc.c',
209 'source/libvpx/vp9/common/vp9_postproc.h',
210 'source/libvpx/vp9/common/vp9_ppflags.h',
211 'source/libvpx/vp9/common/vp9_pragmas.h',
212 'source/libvpx/vp9/common/vp9_pred_common.c',
213 'source/libvpx/vp9/common/vp9_pred_common.h',
214 'source/libvpx/vp9/common/vp9_quant_common.c',
215 'source/libvpx/vp9/common/vp9_quant_common.h',
216 'source/libvpx/vp9/common/vp9_recon.c',
217 'source/libvpx/vp9/common/vp9_reconinter.c',
218 'source/libvpx/vp9/common/vp9_reconinter.h',
219 'source/libvpx/vp9/common/vp9_reconintra4x4.c',
220 'source/libvpx/vp9/common/vp9_reconintra4x4.h',
221 'source/libvpx/vp9/common/vp9_reconintra.c',
222 'source/libvpx/vp9/common/vp9_reconintra.h',
223 'source/libvpx/vp9/common/vp9_rtcd.c',
224 'source/libvpx/vp9/common/vp9_sadmxn.h',
225 'source/libvpx/vp9/common/vp9_seg_common.c',
226 'source/libvpx/vp9/common/vp9_seg_common.h',
227 'source/libvpx/vp9/common/vp9_setupintrarecon.c',
228 'source/libvpx/vp9/common/vp9_setupintrarecon.h',
229 'source/libvpx/vp9/common/vp9_subpelvar.h',
230 'source/libvpx/vp9/common/vp9_subpixel.h',
231 'source/libvpx/vp9/common/vp9_swapyv12buffer.c',
232 'source/libvpx/vp9/common/vp9_swapyv12buffer.h',
233 'source/libvpx/vp9/common/vp9_systemdependent.h',
234 'source/libvpx/vp9/common/vp9_treecoder.c',
235 'source/libvpx/vp9/common/vp9_treecoder.h',
236 'source/libvpx/vp9/common/vp9_type_aliases.h',
237 'source/libvpx/vp9/decoder/vp9_dboolhuff.c',
238 'source/libvpx/vp9/decoder/vp9_dboolhuff.h',
239 'source/libvpx/vp9/decoder/vp9_decodemv.c',
240 'source/libvpx/vp9/decoder/vp9_decodemv.h',
241 'source/libvpx/vp9/decoder/vp9_decodframe.c',
242 'source/libvpx/vp9/decoder/vp9_dequantize.c',
243 'source/libvpx/vp9/decoder/vp9_dequantize.h',
244 'source/libvpx/vp9/decoder/vp9_detokenize.c',
245 'source/libvpx/vp9/decoder/vp9_detokenize.h',
246 'source/libvpx/vp9/decoder/vp9_idct_blk.c',
247 'source/libvpx/vp9/decoder/vp9_onyxd_if.c',
248 'source/libvpx/vp9/decoder/vp9_onyxd_int.h',
249 'source/libvpx/vp9/decoder/vp9_treereader.h',
250 'source/libvpx/vp9/vp9_dx_iface.c',
170 'source/libvpx/vpx/internal/vpx_codec_internal.h', 251 'source/libvpx/vpx/internal/vpx_codec_internal.h',
171 'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h', 252 'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
172 'source/libvpx/vpx_mem/vpx_mem.c', 253 'source/libvpx/vpx_mem/vpx_mem.c',
173 'source/libvpx/vpx_mem/vpx_mem.h', 254 'source/libvpx/vpx_mem/vpx_mem.h',
174 'source/libvpx/vpx_ports/arm_cpudetect.c', 255 'source/libvpx/vpx_ports/arm_cpudetect.c',
175 'source/libvpx/vpx_ports/arm.h', 256 'source/libvpx/vpx_ports/arm.h',
176 'source/libvpx/vpx_ports/asm_offsets.h', 257 'source/libvpx/vpx_ports/asm_offsets.h',
177 'source/libvpx/vpx_ports/mem.h', 258 'source/libvpx/vpx_ports/mem.h',
178 'source/libvpx/vpx_ports/vpx_timer.h', 259 'source/libvpx/vpx_ports/vpx_timer.h',
179 'source/libvpx/vpx_scale/generic/gen_scalers.c', 260 'source/libvpx/vpx_scale/generic/gen_scalers.c',
180 'source/libvpx/vpx_scale/generic/vpxscale.c', 261 'source/libvpx/vpx_scale/generic/vpxscale.c',
181 'source/libvpx/vpx_scale/generic/yv12config.c', 262 'source/libvpx/vpx_scale/generic/yv12config.c',
182 'source/libvpx/vpx_scale/generic/yv12extend.c', 263 'source/libvpx/vpx_scale/generic/yv12extend.c',
183 'source/libvpx/vpx_scale/generic/yv12extend_generic.h',
184 'source/libvpx/vpx_scale/scale_mode.h',
185 'source/libvpx/vpx_scale/vpxscale.h', 264 'source/libvpx/vpx_scale/vpxscale.h',
265 'source/libvpx/vpx_scale/vpx_scale_rtcd.c',
186 'source/libvpx/vpx_scale/yv12config.h', 266 'source/libvpx/vpx_scale/yv12config.h',
187 'source/libvpx/vpx/src/vpx_codec.c', 267 'source/libvpx/vpx/src/vpx_codec.c',
188 'source/libvpx/vpx/src/vpx_decoder.c', 268 'source/libvpx/vpx/src/vpx_decoder.c',
189 'source/libvpx/vpx/src/vpx_encoder.c', 269 'source/libvpx/vpx/src/vpx_encoder.c',
190 'source/libvpx/vpx/src/vpx_image.c', 270 'source/libvpx/vpx/src/vpx_image.c',
191 'source/libvpx/vpx/vp8cx.h', 271 'source/libvpx/vpx/vp8cx.h',
192 'source/libvpx/vpx/vp8dx.h', 272 'source/libvpx/vpx/vp8dx.h',
193 'source/libvpx/vpx/vp8.h', 273 'source/libvpx/vpx/vp8.h',
194 'source/libvpx/vpx/vpx_codec.h', 274 'source/libvpx/vpx/vpx_codec.h',
195 'source/libvpx/vpx/vpx_codec_impl_bottom.h', 275 'source/libvpx/vpx/vpx_codec_impl_bottom.h',
196 'source/libvpx/vpx/vpx_codec_impl_top.h', 276 'source/libvpx/vpx/vpx_codec_impl_top.h',
197 'source/libvpx/vpx/vpx_decoder.h', 277 'source/libvpx/vpx/vpx_decoder.h',
198 'source/libvpx/vpx/vpx_encoder.h', 278 'source/libvpx/vpx/vpx_encoder.h',
199 'source/libvpx/vpx/vpx_image.h', 279 'source/libvpx/vpx/vpx_image.h',
200 'source/libvpx/vpx/vpx_integer.h', 280 'source/libvpx/vpx/vpx_integer.h',
201 ], 281 ],
202 } 282 }
OLDNEW
« libvpx.gyp ('K') | « libvpx.gyp ('k') | libvpx_srcs_arm_neon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698