| Index: libvpx_srcs.gni
|
| diff --git a/libvpx_srcs.gni b/libvpx_srcs.gni
|
| index 66da8e5058980eed1e4dde7cf89050190f72c56a..f5bd73e40ddb2fcd4b21589babb86f481ef4848c 100644
|
| --- a/libvpx_srcs.gni
|
| +++ b/libvpx_srcs.gni
|
| @@ -196,6 +196,8 @@ libvpx_srcs_x86 = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| @@ -605,6 +607,8 @@ libvpx_srcs_x86_64 = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| @@ -1022,6 +1026,8 @@ libvpx_srcs_arm = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| @@ -1388,12 +1394,16 @@ libvpx_srcs_arm_neon = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_sad4d_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_sad_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_subtract_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c",
|
| @@ -1747,6 +1757,8 @@ libvpx_srcs_arm_neon_cpu_detect = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| @@ -1937,8 +1949,10 @@ libvpx_srcs_arm_neon_cpu_detect_neon = [
|
| "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_sad4d_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_sad_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_subtract_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c",
|
| @@ -2180,12 +2194,16 @@ libvpx_srcs_arm64 = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_sad4d_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_sad_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_subtract_neon.c",
|
| "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c",
|
| @@ -2492,6 +2510,8 @@ libvpx_srcs_mips = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| @@ -2795,6 +2815,8 @@ libvpx_srcs_nacl = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
| @@ -3098,6 +3120,8 @@ libvpx_srcs_generic = [
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.h",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.c",
|
| + "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_dthread.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.c",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_read_bit_buffer.h",
|
| "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_reader.c",
|
|
|