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

Side by Side Diff: libvpx_srcs_arm.gypi

Issue 1033873004: Enable vp9 postproc (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: rebase on current master Created 5 years, 9 months 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
« no previous file with comments | « libvpx_srcs.gni ('k') | libvpx_srcs_arm64.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 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 '<(libvpx_source)/vp8/common/alloccommon.c', 8 '<(libvpx_source)/vp8/common/alloccommon.c',
9 '<(libvpx_source)/vp8/common/alloccommon.h', 9 '<(libvpx_source)/vp8/common/alloccommon.h',
10 '<(libvpx_source)/vp8/common/arm/armv6/bilinearfilter_v6.asm', 10 '<(libvpx_source)/vp8/common/arm/armv6/bilinearfilter_v6.asm',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '<(libvpx_source)/vp9/common/vp9_enums.h', 175 '<(libvpx_source)/vp9/common/vp9_enums.h',
176 '<(libvpx_source)/vp9/common/vp9_filter.c', 176 '<(libvpx_source)/vp9/common/vp9_filter.c',
177 '<(libvpx_source)/vp9/common/vp9_filter.h', 177 '<(libvpx_source)/vp9/common/vp9_filter.h',
178 '<(libvpx_source)/vp9/common/vp9_frame_buffers.c', 178 '<(libvpx_source)/vp9/common/vp9_frame_buffers.c',
179 '<(libvpx_source)/vp9/common/vp9_frame_buffers.h', 179 '<(libvpx_source)/vp9/common/vp9_frame_buffers.h',
180 '<(libvpx_source)/vp9/common/vp9_idct.c', 180 '<(libvpx_source)/vp9/common/vp9_idct.c',
181 '<(libvpx_source)/vp9/common/vp9_idct.h', 181 '<(libvpx_source)/vp9/common/vp9_idct.h',
182 '<(libvpx_source)/vp9/common/vp9_loopfilter.c', 182 '<(libvpx_source)/vp9/common/vp9_loopfilter.c',
183 '<(libvpx_source)/vp9/common/vp9_loopfilter.h', 183 '<(libvpx_source)/vp9/common/vp9_loopfilter.h',
184 '<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c', 184 '<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c',
185 '<(libvpx_source)/vp9/common/vp9_mfqe.c',
186 '<(libvpx_source)/vp9/common/vp9_mfqe.h',
185 '<(libvpx_source)/vp9/common/vp9_mv.h', 187 '<(libvpx_source)/vp9/common/vp9_mv.h',
186 '<(libvpx_source)/vp9/common/vp9_mvref_common.c', 188 '<(libvpx_source)/vp9/common/vp9_mvref_common.c',
187 '<(libvpx_source)/vp9/common/vp9_mvref_common.h', 189 '<(libvpx_source)/vp9/common/vp9_mvref_common.h',
188 '<(libvpx_source)/vp9/common/vp9_onyxc_int.h', 190 '<(libvpx_source)/vp9/common/vp9_onyxc_int.h',
191 '<(libvpx_source)/vp9/common/vp9_postproc.c',
192 '<(libvpx_source)/vp9/common/vp9_postproc.h',
189 '<(libvpx_source)/vp9/common/vp9_ppflags.h', 193 '<(libvpx_source)/vp9/common/vp9_ppflags.h',
190 '<(libvpx_source)/vp9/common/vp9_pred_common.c', 194 '<(libvpx_source)/vp9/common/vp9_pred_common.c',
191 '<(libvpx_source)/vp9/common/vp9_pred_common.h', 195 '<(libvpx_source)/vp9/common/vp9_pred_common.h',
192 '<(libvpx_source)/vp9/common/vp9_prob.c', 196 '<(libvpx_source)/vp9/common/vp9_prob.c',
193 '<(libvpx_source)/vp9/common/vp9_prob.h', 197 '<(libvpx_source)/vp9/common/vp9_prob.h',
194 '<(libvpx_source)/vp9/common/vp9_quant_common.c', 198 '<(libvpx_source)/vp9/common/vp9_quant_common.c',
195 '<(libvpx_source)/vp9/common/vp9_quant_common.h', 199 '<(libvpx_source)/vp9/common/vp9_quant_common.h',
196 '<(libvpx_source)/vp9/common/vp9_reconinter.c', 200 '<(libvpx_source)/vp9/common/vp9_reconinter.c',
197 '<(libvpx_source)/vp9/common/vp9_reconinter.h', 201 '<(libvpx_source)/vp9/common/vp9_reconinter.h',
198 '<(libvpx_source)/vp9/common/vp9_reconintra.c', 202 '<(libvpx_source)/vp9/common/vp9_reconintra.c',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 '<(libvpx_source)/vpx_ports/vpx_timer.h', 339 '<(libvpx_source)/vpx_ports/vpx_timer.h',
336 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c', 340 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c',
337 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c', 341 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c',
338 '<(libvpx_source)/vpx_scale/generic/yv12config.c', 342 '<(libvpx_source)/vpx_scale/generic/yv12config.c',
339 '<(libvpx_source)/vpx_scale/generic/yv12extend.c', 343 '<(libvpx_source)/vpx_scale/generic/yv12extend.c',
340 '<(libvpx_source)/vpx_scale/vpx_scale.h', 344 '<(libvpx_source)/vpx_scale/vpx_scale.h',
341 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c', 345 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c',
342 '<(libvpx_source)/vpx_scale/yv12config.h', 346 '<(libvpx_source)/vpx_scale/yv12config.h',
343 ], 347 ],
344 } 348 }
OLDNEW
« no previous file with comments | « libvpx_srcs.gni ('k') | libvpx_srcs_arm64.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698