• Home
  • Raw
  • Download

Lines Matching full:srcs

68 vpxdec.SRCS                 += md5_utils.c md5_utils.h
69 vpxdec.SRCS += vpx_ports/compiler_attributes.h
70 vpxdec.SRCS += vpx_ports/mem_ops.h
71 vpxdec.SRCS += vpx_ports/mem_ops_aligned.h
72 vpxdec.SRCS += vpx_ports/vpx_timer.h
73 vpxdec.SRCS += vpx/vpx_integer.h
74 vpxdec.SRCS += args.c args.h
75 vpxdec.SRCS += ivfdec.c ivfdec.h
76 vpxdec.SRCS += y4minput.c y4minput.h
77 vpxdec.SRCS += tools_common.c tools_common.h
78 vpxdec.SRCS += y4menc.c y4menc.h
80 vpxdec.SRCS += $(LIBYUV_SRCS)
84 vpxdec.SRCS += $(LIBWEBM_PARSER_SRCS)
85 vpxdec.SRCS += webmdec.cc webmdec.h
90 vpxenc.SRCS += args.c args.h y4minput.c y4minput.h vpxenc.h
91 vpxenc.SRCS += ivfdec.c ivfdec.h
92 vpxenc.SRCS += ivfenc.c ivfenc.h
93 vpxenc.SRCS += rate_hist.c rate_hist.h
94 vpxenc.SRCS += tools_common.c tools_common.h
95 vpxenc.SRCS += warnings.c warnings.h
96 vpxenc.SRCS += vpx_ports/mem_ops.h
97 vpxenc.SRCS += vpx_ports/mem_ops_aligned.h
98 vpxenc.SRCS += vpx_ports/vpx_timer.h
99 vpxenc.SRCS += vpxstats.c vpxstats.h
101 vpxenc.SRCS += $(LIBYUV_SRCS)
104 vpxenc.SRCS += $(LIBWEBM_COMMON_SRCS)
105 vpxenc.SRCS += $(LIBWEBM_MUXER_SRCS)
106 vpxenc.SRCS += $(LIBWEBM_PARSER_SRCS)
107 vpxenc.SRCS += webmenc.cc webmenc.h
113 vp9_spatial_svc_encoder.SRCS += args.c args.h
114 vp9_spatial_svc_encoder.SRCS += ivfenc.c ivfenc.h
115 vp9_spatial_svc_encoder.SRCS += y4minput.c y4minput.h
116 vp9_spatial_svc_encoder.SRCS += tools_common.c tools_common.h
117 vp9_spatial_svc_encoder.SRCS += video_common.h
118 vp9_spatial_svc_encoder.SRCS += video_writer.h video_writer.c
119 vp9_spatial_svc_encoder.SRCS += vpxstats.c vpxstats.h
120 vp9_spatial_svc_encoder.SRCS += examples/svc_encodeframe.c
121 vp9_spatial_svc_encoder.SRCS += examples/svc_context.h
126 vpx_temporal_svc_encoder.SRCS += ivfenc.c ivfenc.h
127 vpx_temporal_svc_encoder.SRCS += y4minput.c y4minput.h
128 vpx_temporal_svc_encoder.SRCS += tools_common.c tools_common.h
129 vpx_temporal_svc_encoder.SRCS += video_common.h
130 vpx_temporal_svc_encoder.SRCS += video_writer.h video_writer.c
135 simple_decoder.SRCS += ivfdec.h ivfdec.c
136 simple_decoder.SRCS += y4minput.c y4minput.h
137 simple_decoder.SRCS += tools_common.h tools_common.c
138 simple_decoder.SRCS += video_common.h
139 simple_decoder.SRCS += video_reader.h video_reader.c
140 simple_decoder.SRCS += vpx_ports/mem_ops.h
141 simple_decoder.SRCS += vpx_ports/mem_ops_aligned.h
144 postproc.SRCS += ivfdec.h ivfdec.c
145 postproc.SRCS += y4minput.c y4minput.h
146 postproc.SRCS += tools_common.h tools_common.c
147 postproc.SRCS += video_common.h
148 postproc.SRCS += video_reader.h video_reader.c
149 postproc.SRCS += vpx_ports/mem_ops.h
150 postproc.SRCS += vpx_ports/mem_ops_aligned.h
154 decode_to_md5.SRCS += md5_utils.h md5_utils.c
155 decode_to_md5.SRCS += ivfdec.h ivfdec.c
156 decode_to_md5.SRCS += y4minput.c y4minput.h
157 decode_to_md5.SRCS += tools_common.h tools_common.c
158 decode_to_md5.SRCS += video_common.h
159 decode_to_md5.SRCS += video_reader.h video_reader.c
160 decode_to_md5.SRCS += vpx_ports/compiler_attributes.h
161 decode_to_md5.SRCS += vpx_ports/mem_ops.h
162 decode_to_md5.SRCS += vpx_ports/mem_ops_aligned.h
166 simple_encoder.SRCS += ivfenc.h ivfenc.c
167 simple_encoder.SRCS += y4minput.c y4minput.h
168 simple_encoder.SRCS += tools_common.h tools_common.c
169 simple_encoder.SRCS += video_common.h
170 simple_encoder.SRCS += video_writer.h video_writer.c
174 vp9_lossless_encoder.SRCS += ivfenc.h ivfenc.c
175 vp9_lossless_encoder.SRCS += y4minput.c y4minput.h
176 vp9_lossless_encoder.SRCS += tools_common.h tools_common.c
177 vp9_lossless_encoder.SRCS += video_common.h
178 vp9_lossless_encoder.SRCS += video_writer.h video_writer.c
182 twopass_encoder.SRCS += ivfenc.h ivfenc.c
183 twopass_encoder.SRCS += y4minput.c y4minput.h
184 twopass_encoder.SRCS += tools_common.h tools_common.c
185 twopass_encoder.SRCS += video_common.h
186 twopass_encoder.SRCS += video_writer.h video_writer.c
190 decode_with_drops.SRCS += ivfdec.h ivfdec.c
191 decode_with_drops.SRCS += y4minput.c y4minput.h
192 decode_with_drops.SRCS += tools_common.h tools_common.c
193 decode_with_drops.SRCS += video_common.h
194 decode_with_drops.SRCS += video_reader.h video_reader.c
195 decode_with_drops.SRCS += vpx_ports/mem_ops.h
196 decode_with_drops.SRCS += vpx_ports/mem_ops_aligned.h
200 set_maps.SRCS += ivfenc.h ivfenc.c
201 set_maps.SRCS += y4minput.c y4minput.h
202 set_maps.SRCS += tools_common.h tools_common.c
203 set_maps.SRCS += video_common.h
204 set_maps.SRCS += video_writer.h video_writer.c
208 vp8cx_set_ref.SRCS += ivfenc.h ivfenc.c
209 vp8cx_set_ref.SRCS += y4minput.c y4minput.h
210 vp8cx_set_ref.SRCS += tools_common.h tools_common.c
211 vp8cx_set_ref.SRCS += video_common.h
212 vp8cx_set_ref.SRCS += video_writer.h video_writer.c
219 vp9cx_set_ref.SRCS += ivfenc.h ivfenc.c
220 vp9cx_set_ref.SRCS += y4minput.c y4minput.h
221 vp9cx_set_ref.SRCS += tools_common.h tools_common.c
222 vp9cx_set_ref.SRCS += video_common.h
223 vp9cx_set_ref.SRCS += video_writer.h video_writer.c
232 vp8_multi_resolution_encoder.SRCS += ivfenc.h ivfenc.c
233 vp8_multi_resolution_encoder.SRCS += y4minput.c y4minput.h
234 vp8_multi_resolution_encoder.SRCS += tools_common.h tools_common.c
235 vp8_multi_resolution_encoder.SRCS += video_writer.h video_writer.c
236 vp8_multi_resolution_encoder.SRCS += $(LIBYUV_SRCS)
285 UTIL_SRCS = $(foreach ex,$(UTILS),$($(ex:.c=).SRCS))
286 ALL_SRCS = $(foreach ex,$(ALL_EXAMPLES),$($(notdir $(ex:.c=)).SRCS))
293 $(foreach ex,$(ALL_EXAMPLES),$(eval $(notdir $(ex:.c=)).SRCS += $(ex) examples.mk))
301 DIST-SRCS-yes += $(ALL_SRCS)
302 INSTALL-SRCS-yes += $(UTIL_SRCS)
322 $(call objs,$($(notdir $(bin:$(EXE_SFX)=)).SRCS)) \
351 $(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX)
376 @echo $(vpxdec.SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@