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

Side by Side Diff: libvpx_srcs_mips.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, 8 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_generic.gypi ('k') | libvpx_srcs_nacl.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/blockd.c', 10 '<(libvpx_source)/vp8/common/blockd.c',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '<(libvpx_source)/vp9/common/vp9_enums.h', 146 '<(libvpx_source)/vp9/common/vp9_enums.h',
147 '<(libvpx_source)/vp9/common/vp9_filter.c', 147 '<(libvpx_source)/vp9/common/vp9_filter.c',
148 '<(libvpx_source)/vp9/common/vp9_filter.h', 148 '<(libvpx_source)/vp9/common/vp9_filter.h',
149 '<(libvpx_source)/vp9/common/vp9_frame_buffers.c', 149 '<(libvpx_source)/vp9/common/vp9_frame_buffers.c',
150 '<(libvpx_source)/vp9/common/vp9_frame_buffers.h', 150 '<(libvpx_source)/vp9/common/vp9_frame_buffers.h',
151 '<(libvpx_source)/vp9/common/vp9_idct.c', 151 '<(libvpx_source)/vp9/common/vp9_idct.c',
152 '<(libvpx_source)/vp9/common/vp9_idct.h', 152 '<(libvpx_source)/vp9/common/vp9_idct.h',
153 '<(libvpx_source)/vp9/common/vp9_loopfilter.c', 153 '<(libvpx_source)/vp9/common/vp9_loopfilter.c',
154 '<(libvpx_source)/vp9/common/vp9_loopfilter.h', 154 '<(libvpx_source)/vp9/common/vp9_loopfilter.h',
155 '<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c', 155 '<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c',
156 '<(libvpx_source)/vp9/common/vp9_mfqe.c',
157 '<(libvpx_source)/vp9/common/vp9_mfqe.h',
156 '<(libvpx_source)/vp9/common/vp9_mv.h', 158 '<(libvpx_source)/vp9/common/vp9_mv.h',
157 '<(libvpx_source)/vp9/common/vp9_mvref_common.c', 159 '<(libvpx_source)/vp9/common/vp9_mvref_common.c',
158 '<(libvpx_source)/vp9/common/vp9_mvref_common.h', 160 '<(libvpx_source)/vp9/common/vp9_mvref_common.h',
159 '<(libvpx_source)/vp9/common/vp9_onyxc_int.h', 161 '<(libvpx_source)/vp9/common/vp9_onyxc_int.h',
162 '<(libvpx_source)/vp9/common/vp9_postproc.c',
163 '<(libvpx_source)/vp9/common/vp9_postproc.h',
160 '<(libvpx_source)/vp9/common/vp9_ppflags.h', 164 '<(libvpx_source)/vp9/common/vp9_ppflags.h',
161 '<(libvpx_source)/vp9/common/vp9_pred_common.c', 165 '<(libvpx_source)/vp9/common/vp9_pred_common.c',
162 '<(libvpx_source)/vp9/common/vp9_pred_common.h', 166 '<(libvpx_source)/vp9/common/vp9_pred_common.h',
163 '<(libvpx_source)/vp9/common/vp9_prob.c', 167 '<(libvpx_source)/vp9/common/vp9_prob.c',
164 '<(libvpx_source)/vp9/common/vp9_prob.h', 168 '<(libvpx_source)/vp9/common/vp9_prob.h',
165 '<(libvpx_source)/vp9/common/vp9_quant_common.c', 169 '<(libvpx_source)/vp9/common/vp9_quant_common.c',
166 '<(libvpx_source)/vp9/common/vp9_quant_common.h', 170 '<(libvpx_source)/vp9/common/vp9_quant_common.h',
167 '<(libvpx_source)/vp9/common/vp9_reconinter.c', 171 '<(libvpx_source)/vp9/common/vp9_reconinter.c',
168 '<(libvpx_source)/vp9/common/vp9_reconinter.h', 172 '<(libvpx_source)/vp9/common/vp9_reconinter.h',
169 '<(libvpx_source)/vp9/common/vp9_reconintra.c', 173 '<(libvpx_source)/vp9/common/vp9_reconintra.c',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 '<(libvpx_source)/vpx_ports/vpx_timer.h', 308 '<(libvpx_source)/vpx_ports/vpx_timer.h',
305 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c', 309 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c',
306 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c', 310 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c',
307 '<(libvpx_source)/vpx_scale/generic/yv12config.c', 311 '<(libvpx_source)/vpx_scale/generic/yv12config.c',
308 '<(libvpx_source)/vpx_scale/generic/yv12extend.c', 312 '<(libvpx_source)/vpx_scale/generic/yv12extend.c',
309 '<(libvpx_source)/vpx_scale/vpx_scale.h', 313 '<(libvpx_source)/vpx_scale/vpx_scale.h',
310 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c', 314 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c',
311 '<(libvpx_source)/vpx_scale/yv12config.h', 315 '<(libvpx_source)/vpx_scale/yv12config.h',
312 ], 316 ],
313 } 317 }
OLDNEW
« no previous file with comments | « libvpx_srcs_generic.gypi ('k') | libvpx_srcs_nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698