Enable multi-res encoding feature in libvpx.
BUG= Review URL: https://webrtc-codereview.appspot.com/761005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2697 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
d84d11160e
commit
03b2b85b19
40
third_party/libvpx/libvpx_srcs_arm.gypi
vendored
40
third_party/libvpx/libvpx_srcs_arm.gypi
vendored
@ -37,16 +37,16 @@
|
||||
'source/libvpx/vp8/common/idctllm.c',
|
||||
'source/libvpx/vp8/common/invtrans.h',
|
||||
'source/libvpx/vp8/common/loopfilter.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/loopfilter_filters.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/mbpitch.c',
|
||||
'source/libvpx/vp8/common/mfqe.c',
|
||||
'source/libvpx/vp8/common/modecont.c',
|
||||
'source/libvpx/vp8/common/modecont.h',
|
||||
'source/libvpx/vp8/common/mv.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/onyxc_int.h',
|
||||
'source/libvpx/vp8/common/onyxd.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/postproc.c',
|
||||
'source/libvpx/vp8/common/postproc.h',
|
||||
'source/libvpx/vp8/common/ppflags.h',
|
||||
@ -55,9 +55,9 @@
|
||||
'source/libvpx/vp8/common/quant_common.h',
|
||||
'source/libvpx/vp8/common/reconinter.c',
|
||||
'source/libvpx/vp8/common/reconinter.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/rtcd.c',
|
||||
'source/libvpx/vp8/common/sad_c.c',
|
||||
'source/libvpx/vp8/common/setupintrarecon.c',
|
||||
@ -68,8 +68,8 @@
|
||||
'source/libvpx/vp8/common/threading.h',
|
||||
'source/libvpx/vp8/common/treecoder.c',
|
||||
'source/libvpx/vp8/common/treecoder.h',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/variance_c.c',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/vp8_entropymodedata.h',
|
||||
'source/libvpx/vp8/decoder/dboolhuff.c',
|
||||
'source/libvpx/vp8/decoder/dboolhuff.h',
|
||||
@ -119,6 +119,8 @@
|
||||
'source/libvpx/vp8/encoder/mcomp.h',
|
||||
'source/libvpx/vp8/encoder/modecosts.c',
|
||||
'source/libvpx/vp8/encoder/modecosts.h',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.c',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.h',
|
||||
'source/libvpx/vp8/encoder/onyx_if.c',
|
||||
'source/libvpx/vp8/encoder/onyx_int.h',
|
||||
'source/libvpx/vp8/encoder/pickinter.c',
|
||||
@ -141,25 +143,11 @@
|
||||
'source/libvpx/vp8/vp8_cx_iface.c',
|
||||
'source/libvpx/vp8/vp8_dx_iface.c',
|
||||
'source/libvpx/vpx/internal/vpx_codec_internal.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
|
||||
'source/libvpx/vpx_mem/vpx_mem.c',
|
||||
'source/libvpx/vpx_mem/vpx_mem.h',
|
||||
'source/libvpx/vpx_ports/arm.h',
|
||||
'source/libvpx/vpx_ports/arm_cpudetect.c',
|
||||
'source/libvpx/vpx_ports/arm.h',
|
||||
'source/libvpx/vpx_ports/asm_offsets.h',
|
||||
'source/libvpx/vpx_ports/mem.h',
|
||||
'source/libvpx/vpx_ports/vpx_timer.h',
|
||||
@ -171,5 +159,19 @@
|
||||
'source/libvpx/vpx_scale/scale_mode.h',
|
||||
'source/libvpx/vpx_scale/vpxscale.h',
|
||||
'source/libvpx/vpx_scale/yv12config.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
],
|
||||
}
|
||||
|
42
third_party/libvpx/libvpx_srcs_arm_neon.gypi
vendored
42
third_party/libvpx/libvpx_srcs_arm_neon.gypi
vendored
@ -91,16 +91,16 @@
|
||||
'source/libvpx/vp8/common/idctllm.c',
|
||||
'source/libvpx/vp8/common/invtrans.h',
|
||||
'source/libvpx/vp8/common/loopfilter.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/loopfilter_filters.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/mbpitch.c',
|
||||
'source/libvpx/vp8/common/mfqe.c',
|
||||
'source/libvpx/vp8/common/modecont.c',
|
||||
'source/libvpx/vp8/common/modecont.h',
|
||||
'source/libvpx/vp8/common/mv.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/onyxc_int.h',
|
||||
'source/libvpx/vp8/common/onyxd.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/postproc.c',
|
||||
'source/libvpx/vp8/common/postproc.h',
|
||||
'source/libvpx/vp8/common/ppflags.h',
|
||||
@ -109,9 +109,9 @@
|
||||
'source/libvpx/vp8/common/quant_common.h',
|
||||
'source/libvpx/vp8/common/reconinter.c',
|
||||
'source/libvpx/vp8/common/reconinter.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/rtcd.c',
|
||||
'source/libvpx/vp8/common/sad_c.c',
|
||||
'source/libvpx/vp8/common/setupintrarecon.c',
|
||||
@ -122,8 +122,8 @@
|
||||
'source/libvpx/vp8/common/threading.h',
|
||||
'source/libvpx/vp8/common/treecoder.c',
|
||||
'source/libvpx/vp8/common/treecoder.h',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/variance_c.c',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/vp8_entropymodedata.h',
|
||||
'source/libvpx/vp8/decoder/dboolhuff.c',
|
||||
'source/libvpx/vp8/decoder/dboolhuff.h',
|
||||
@ -185,6 +185,8 @@
|
||||
'source/libvpx/vp8/encoder/mcomp.h',
|
||||
'source/libvpx/vp8/encoder/modecosts.c',
|
||||
'source/libvpx/vp8/encoder/modecosts.h',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.c',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.h',
|
||||
'source/libvpx/vp8/encoder/onyx_if.c',
|
||||
'source/libvpx/vp8/encoder/onyx_int.h',
|
||||
'source/libvpx/vp8/encoder/pickinter.c',
|
||||
@ -207,31 +209,17 @@
|
||||
'source/libvpx/vp8/vp8_cx_iface.c',
|
||||
'source/libvpx/vp8/vp8_dx_iface.c',
|
||||
'source/libvpx/vpx/internal/vpx_codec_internal.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
|
||||
'source/libvpx/vpx_mem/vpx_mem.c',
|
||||
'source/libvpx/vpx_mem/vpx_mem.h',
|
||||
'source/libvpx/vpx_ports/arm.h',
|
||||
'source/libvpx/vpx_ports/arm_cpudetect.c',
|
||||
'source/libvpx/vpx_ports/arm.h',
|
||||
'source/libvpx/vpx_ports/asm_offsets.h',
|
||||
'source/libvpx/vpx_ports/mem.h',
|
||||
'source/libvpx/vpx_ports/vpx_timer.h',
|
||||
'source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm',
|
||||
'source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copyframe_func_neon.asm',
|
||||
'source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copysrcframe_func_neon.asm',
|
||||
'source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm',
|
||||
'source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm',
|
||||
'source/libvpx/vpx_scale/arm/neon/yv12extend_arm.c',
|
||||
'source/libvpx/vpx_scale/generic/gen_scalers.c',
|
||||
@ -242,5 +230,19 @@
|
||||
'source/libvpx/vpx_scale/scale_mode.h',
|
||||
'source/libvpx/vpx_scale/vpxscale.h',
|
||||
'source/libvpx/vpx_scale/yv12config.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
],
|
||||
}
|
||||
|
40
third_party/libvpx/libvpx_srcs_x86.gypi
vendored
40
third_party/libvpx/libvpx_srcs_x86.gypi
vendored
@ -32,16 +32,16 @@
|
||||
'source/libvpx/vp8/common/idctllm.c',
|
||||
'source/libvpx/vp8/common/invtrans.h',
|
||||
'source/libvpx/vp8/common/loopfilter.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/loopfilter_filters.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/mbpitch.c',
|
||||
'source/libvpx/vp8/common/mfqe.c',
|
||||
'source/libvpx/vp8/common/modecont.c',
|
||||
'source/libvpx/vp8/common/modecont.h',
|
||||
'source/libvpx/vp8/common/mv.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/onyxc_int.h',
|
||||
'source/libvpx/vp8/common/onyxd.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/postproc.c',
|
||||
'source/libvpx/vp8/common/postproc.h',
|
||||
'source/libvpx/vp8/common/ppflags.h',
|
||||
@ -50,9 +50,9 @@
|
||||
'source/libvpx/vp8/common/quant_common.h',
|
||||
'source/libvpx/vp8/common/reconinter.c',
|
||||
'source/libvpx/vp8/common/reconinter.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/rtcd.c',
|
||||
'source/libvpx/vp8/common/sad_c.c',
|
||||
'source/libvpx/vp8/common/setupintrarecon.c',
|
||||
@ -63,8 +63,8 @@
|
||||
'source/libvpx/vp8/common/threading.h',
|
||||
'source/libvpx/vp8/common/treecoder.c',
|
||||
'source/libvpx/vp8/common/treecoder.h',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/variance_c.c',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/vp8_entropymodedata.h',
|
||||
'source/libvpx/vp8/common/x86/dequantize_mmx.asm',
|
||||
'source/libvpx/vp8/common/x86/filter_x86.c',
|
||||
@ -142,6 +142,8 @@
|
||||
'source/libvpx/vp8/encoder/mcomp.h',
|
||||
'source/libvpx/vp8/encoder/modecosts.c',
|
||||
'source/libvpx/vp8/encoder/modecosts.h',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.c',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.h',
|
||||
'source/libvpx/vp8/encoder/onyx_if.c',
|
||||
'source/libvpx/vp8/encoder/onyx_int.h',
|
||||
'source/libvpx/vp8/encoder/pickinter.c',
|
||||
@ -178,20 +180,6 @@
|
||||
'source/libvpx/vp8/vp8_cx_iface.c',
|
||||
'source/libvpx/vp8/vp8_dx_iface.c',
|
||||
'source/libvpx/vpx/internal/vpx_codec_internal.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
|
||||
'source/libvpx/vpx_mem/vpx_mem.c',
|
||||
'source/libvpx/vpx_mem/vpx_mem.h',
|
||||
@ -199,9 +187,9 @@
|
||||
'source/libvpx/vpx_ports/emms.asm',
|
||||
'source/libvpx/vpx_ports/mem.h',
|
||||
'source/libvpx/vpx_ports/vpx_timer.h',
|
||||
'source/libvpx/vpx_ports/x86.h',
|
||||
'source/libvpx/vpx_ports/x86_abi_support.asm',
|
||||
'source/libvpx/vpx_ports/x86_cpuid.c',
|
||||
'source/libvpx/vpx_ports/x86.h',
|
||||
'source/libvpx/vpx_scale/generic/gen_scalers.c',
|
||||
'source/libvpx/vpx_scale/generic/vpxscale.c',
|
||||
'source/libvpx/vpx_scale/generic/yv12config.c',
|
||||
@ -210,5 +198,19 @@
|
||||
'source/libvpx/vpx_scale/scale_mode.h',
|
||||
'source/libvpx/vpx_scale/vpxscale.h',
|
||||
'source/libvpx/vpx_scale/yv12config.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
],
|
||||
}
|
||||
|
40
third_party/libvpx/libvpx_srcs_x86_64.gypi
vendored
40
third_party/libvpx/libvpx_srcs_x86_64.gypi
vendored
@ -32,16 +32,16 @@
|
||||
'source/libvpx/vp8/common/idctllm.c',
|
||||
'source/libvpx/vp8/common/invtrans.h',
|
||||
'source/libvpx/vp8/common/loopfilter.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/loopfilter_filters.c',
|
||||
'source/libvpx/vp8/common/loopfilter.h',
|
||||
'source/libvpx/vp8/common/mbpitch.c',
|
||||
'source/libvpx/vp8/common/mfqe.c',
|
||||
'source/libvpx/vp8/common/modecont.c',
|
||||
'source/libvpx/vp8/common/modecont.h',
|
||||
'source/libvpx/vp8/common/mv.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/onyxc_int.h',
|
||||
'source/libvpx/vp8/common/onyxd.h',
|
||||
'source/libvpx/vp8/common/onyx.h',
|
||||
'source/libvpx/vp8/common/postproc.c',
|
||||
'source/libvpx/vp8/common/postproc.h',
|
||||
'source/libvpx/vp8/common/ppflags.h',
|
||||
@ -50,9 +50,9 @@
|
||||
'source/libvpx/vp8/common/quant_common.h',
|
||||
'source/libvpx/vp8/common/reconinter.c',
|
||||
'source/libvpx/vp8/common/reconinter.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.c',
|
||||
'source/libvpx/vp8/common/reconintra4x4.h',
|
||||
'source/libvpx/vp8/common/reconintra.c',
|
||||
'source/libvpx/vp8/common/rtcd.c',
|
||||
'source/libvpx/vp8/common/sad_c.c',
|
||||
'source/libvpx/vp8/common/setupintrarecon.c',
|
||||
@ -63,8 +63,8 @@
|
||||
'source/libvpx/vp8/common/threading.h',
|
||||
'source/libvpx/vp8/common/treecoder.c',
|
||||
'source/libvpx/vp8/common/treecoder.h',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/variance_c.c',
|
||||
'source/libvpx/vp8/common/variance.h',
|
||||
'source/libvpx/vp8/common/vp8_entropymodedata.h',
|
||||
'source/libvpx/vp8/common/x86/dequantize_mmx.asm',
|
||||
'source/libvpx/vp8/common/x86/filter_x86.c',
|
||||
@ -143,6 +143,8 @@
|
||||
'source/libvpx/vp8/encoder/mcomp.h',
|
||||
'source/libvpx/vp8/encoder/modecosts.c',
|
||||
'source/libvpx/vp8/encoder/modecosts.h',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.c',
|
||||
'source/libvpx/vp8/encoder/mr_dissim.h',
|
||||
'source/libvpx/vp8/encoder/onyx_if.c',
|
||||
'source/libvpx/vp8/encoder/onyx_int.h',
|
||||
'source/libvpx/vp8/encoder/pickinter.c',
|
||||
@ -180,20 +182,6 @@
|
||||
'source/libvpx/vp8/vp8_cx_iface.c',
|
||||
'source/libvpx/vp8/vp8_dx_iface.c',
|
||||
'source/libvpx/vpx/internal/vpx_codec_internal.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
'source/libvpx/vpx_mem/include/vpx_mem_intrnl.h',
|
||||
'source/libvpx/vpx_mem/vpx_mem.c',
|
||||
'source/libvpx/vpx_mem/vpx_mem.h',
|
||||
@ -201,9 +189,9 @@
|
||||
'source/libvpx/vpx_ports/emms.asm',
|
||||
'source/libvpx/vpx_ports/mem.h',
|
||||
'source/libvpx/vpx_ports/vpx_timer.h',
|
||||
'source/libvpx/vpx_ports/x86.h',
|
||||
'source/libvpx/vpx_ports/x86_abi_support.asm',
|
||||
'source/libvpx/vpx_ports/x86_cpuid.c',
|
||||
'source/libvpx/vpx_ports/x86.h',
|
||||
'source/libvpx/vpx_scale/generic/gen_scalers.c',
|
||||
'source/libvpx/vpx_scale/generic/vpxscale.c',
|
||||
'source/libvpx/vpx_scale/generic/yv12config.c',
|
||||
@ -212,5 +200,19 @@
|
||||
'source/libvpx/vpx_scale/scale_mode.h',
|
||||
'source/libvpx/vpx_scale/vpxscale.h',
|
||||
'source/libvpx/vpx_scale/yv12config.h',
|
||||
'source/libvpx/vpx/src/vpx_codec.c',
|
||||
'source/libvpx/vpx/src/vpx_decoder.c',
|
||||
'source/libvpx/vpx/src/vpx_encoder.c',
|
||||
'source/libvpx/vpx/src/vpx_image.c',
|
||||
'source/libvpx/vpx/vp8cx.h',
|
||||
'source/libvpx/vpx/vp8dx.h',
|
||||
'source/libvpx/vpx/vp8.h',
|
||||
'source/libvpx/vpx/vpx_codec.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_bottom.h',
|
||||
'source/libvpx/vpx/vpx_codec_impl_top.h',
|
||||
'source/libvpx/vpx/vpx_decoder.h',
|
||||
'source/libvpx/vpx/vpx_encoder.h',
|
||||
'source/libvpx/vpx/vpx_image.h',
|
||||
'source/libvpx/vpx/vpx_integer.h',
|
||||
],
|
||||
}
|
||||
|
@ -69,7 +69,7 @@
|
||||
.equ CONFIG_POSTPROC_VISUALIZER , 0
|
||||
.equ CONFIG_OS_SUPPORT , 1
|
||||
.equ CONFIG_UNIT_TESTS , 0
|
||||
.equ CONFIG_MULTI_RES_ENCODING , 0
|
||||
.equ CONFIG_MULTI_RES_ENCODING , 1
|
||||
.equ CONFIG_TEMPORAL_DENOISING , 1
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
@ This file was created from a .asm file
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--sdk-path=$ANDROID_NDK_ROOT --target=armv7-android-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-postproc --disable-runtime-cpu-detect";
|
||||
static const char* const cfg = "--sdk-path=$ANDROID_NDK_ROOT --target=armv7-android-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-postproc --disable-runtime-cpu-detect --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -77,6 +77,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -69,7 +69,7 @@
|
||||
.equ CONFIG_POSTPROC_VISUALIZER , 0
|
||||
.equ CONFIG_OS_SUPPORT , 1
|
||||
.equ CONFIG_UNIT_TESTS , 0
|
||||
.equ CONFIG_MULTI_RES_ENCODING , 0
|
||||
.equ CONFIG_MULTI_RES_ENCODING , 1
|
||||
.equ CONFIG_TEMPORAL_DENOISING , 1
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
@ This file was created from a .asm file
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--sdk-path=$ANDROID_NDK_ROOT --target=armv5te-android-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-postproc";
|
||||
static const char* const cfg = "--sdk-path=$ANDROID_NDK_ROOT --target=armv5te-android-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-postproc --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -77,6 +77,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -63,5 +63,5 @@ CONFIG_SMALL equ 0
|
||||
CONFIG_POSTPROC_VISUALIZER equ 0
|
||||
CONFIG_OS_SUPPORT equ 1
|
||||
CONFIG_UNIT_TESTS equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 1
|
||||
CONFIG_TEMPORAL_DENOISING equ 1
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--target=x86-linux-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only";
|
||||
static const char* const cfg = "--target=x86-linux-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -74,6 +74,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -63,5 +63,5 @@ CONFIG_SMALL equ 0
|
||||
CONFIG_POSTPROC_VISUALIZER equ 0
|
||||
CONFIG_OS_SUPPORT equ 1
|
||||
CONFIG_UNIT_TESTS equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 1
|
||||
CONFIG_TEMPORAL_DENOISING equ 1
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--target=x86_64-linux-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only";
|
||||
static const char* const cfg = "--target=x86_64-linux-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -74,6 +74,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -63,5 +63,5 @@ CONFIG_SMALL equ 0
|
||||
CONFIG_POSTPROC_VISUALIZER equ 0
|
||||
CONFIG_OS_SUPPORT equ 1
|
||||
CONFIG_UNIT_TESTS equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 1
|
||||
CONFIG_TEMPORAL_DENOISING equ 1
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--target=x86-darwin9-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only";
|
||||
static const char* const cfg = "--target=x86-darwin9-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -74,6 +74,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -63,5 +63,5 @@ CONFIG_SMALL equ 0
|
||||
CONFIG_POSTPROC_VISUALIZER equ 0
|
||||
CONFIG_OS_SUPPORT equ 1
|
||||
CONFIG_UNIT_TESTS equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 1
|
||||
CONFIG_TEMPORAL_DENOISING equ 1
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--target=x86_64-darwin10-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only";
|
||||
static const char* const cfg = "--target=x86_64-darwin10-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -74,6 +74,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -63,5 +63,5 @@ CONFIG_SMALL equ 0
|
||||
CONFIG_POSTPROC_VISUALIZER equ 0
|
||||
CONFIG_OS_SUPPORT equ 1
|
||||
CONFIG_UNIT_TESTS equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 1
|
||||
CONFIG_TEMPORAL_DENOISING equ 1
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--target=x86-win32-vs9 --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-static-msvcrt --as=yasm";
|
||||
static const char* const cfg = "--target=x86-win32-vs9 --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-static-msvcrt --as=yasm --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -74,6 +74,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
@ -63,5 +63,5 @@ CONFIG_SMALL equ 0
|
||||
CONFIG_POSTPROC_VISUALIZER equ 0
|
||||
CONFIG_OS_SUPPORT equ 1
|
||||
CONFIG_UNIT_TESTS equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 0
|
||||
CONFIG_MULTI_RES_ENCODING equ 1
|
||||
CONFIG_TEMPORAL_DENOISING equ 1
|
||||
|
@ -5,5 +5,5 @@
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
static const char* const cfg = "--target=x86_64-win64-vs9 --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-static-msvcrt --as=yasm";
|
||||
static const char* const cfg = "--target=x86_64-win64-vs9 --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats --disable-install-libs --disable-install-bins --enable-realtime-only --enable-static-msvcrt --as=yasm --enable-multi-res-encoding";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
|
@ -74,6 +74,6 @@
|
||||
#define CONFIG_POSTPROC_VISUALIZER 0
|
||||
#define CONFIG_OS_SUPPORT 1
|
||||
#define CONFIG_UNIT_TESTS 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 0
|
||||
#define CONFIG_MULTI_RES_ENCODING 1
|
||||
#define CONFIG_TEMPORAL_DENOISING 1
|
||||
#endif /* VPX_CONFIG_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user