| OLD | NEW |
| 1 # Common | 1 # Common |
| 2 openh264_common_include_dirs = [ | 2 openh264_common_include_dirs = [ |
| 3 "//third_party/openh264/src/codec/api/svc", | 3 "//third_party/openh264/src/codec/api/svc", |
| 4 "//third_party/openh264/src/codec/common/inc", | 4 "//third_party/openh264/src/codec/common/inc", |
| 5 "//third_party/openh264/src/codec/common/src", | 5 "//third_party/openh264/src/codec/common/src", |
| 6 ] | 6 ] |
| 7 | 7 |
| 8 openh264_common_sources = [ | 8 openh264_common_sources = [ |
| 9 "//third_party/openh264/src/codec/common/inc/WelsCircleQueue.h", | 9 "//third_party/openh264/src/codec/common/inc/WelsCircleQueue.h", |
| 10 "//third_party/openh264/src/codec/common/inc/WelsList.h", | 10 "//third_party/openh264/src/codec/common/inc/WelsList.h", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "//third_party/openh264/src/codec/common/src/copy_mb.cpp", | 42 "//third_party/openh264/src/codec/common/src/copy_mb.cpp", |
| 43 "//third_party/openh264/src/codec/common/src/cpu.cpp", | 43 "//third_party/openh264/src/codec/common/src/cpu.cpp", |
| 44 "//third_party/openh264/src/codec/common/src/crt_util_safe_x.cpp", | 44 "//third_party/openh264/src/codec/common/src/crt_util_safe_x.cpp", |
| 45 "//third_party/openh264/src/codec/common/src/deblocking_common.cpp", | 45 "//third_party/openh264/src/codec/common/src/deblocking_common.cpp", |
| 46 "//third_party/openh264/src/codec/common/src/expand_pic.cpp", | 46 "//third_party/openh264/src/codec/common/src/expand_pic.cpp", |
| 47 "//third_party/openh264/src/codec/common/src/intra_pred_common.cpp", | 47 "//third_party/openh264/src/codec/common/src/intra_pred_common.cpp", |
| 48 "//third_party/openh264/src/codec/common/src/mc.cpp", | 48 "//third_party/openh264/src/codec/common/src/mc.cpp", |
| 49 "//third_party/openh264/src/codec/common/src/memory_align.cpp", | 49 "//third_party/openh264/src/codec/common/src/memory_align.cpp", |
| 50 "//third_party/openh264/src/codec/common/src/sad_common.cpp", | 50 "//third_party/openh264/src/codec/common/src/sad_common.cpp", |
| 51 "//third_party/openh264/src/codec/common/src/utils.cpp", | 51 "//third_party/openh264/src/codec/common/src/utils.cpp", |
| 52 "//third_party/openh264/src/codec/common/src/utils.h", |
| 52 "//third_party/openh264/src/codec/common/src/welsCodecTrace.cpp", | 53 "//third_party/openh264/src/codec/common/src/welsCodecTrace.cpp", |
| 53 ] | 54 ] |
| 54 | 55 |
| 55 openh264_common_sources_asm_x86 = [ | 56 openh264_common_sources_asm_x86 = [ |
| 56 "//third_party/openh264/src/codec/common/x86/asm_inc.asm", | 57 "//third_party/openh264/src/codec/common/x86/asm_inc.asm", |
| 57 "//third_party/openh264/src/codec/common/x86/cpuid.asm", | 58 "//third_party/openh264/src/codec/common/x86/cpuid.asm", |
| 58 "//third_party/openh264/src/codec/common/x86/dct.asm", | 59 "//third_party/openh264/src/codec/common/x86/dct.asm", |
| 59 "//third_party/openh264/src/codec/common/x86/deblock.asm", | 60 "//third_party/openh264/src/codec/common/x86/deblock.asm", |
| 60 "//third_party/openh264/src/codec/common/x86/expand_picture.asm", | 61 "//third_party/openh264/src/codec/common/x86/expand_picture.asm", |
| 61 "//third_party/openh264/src/codec/common/x86/intra_pred_com.asm", | 62 "//third_party/openh264/src/codec/common/x86/intra_pred_com.asm", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 ] | 281 ] |
| 281 | 282 |
| 282 openh264_encoder_sources_asm_arm64 = [ | 283 openh264_encoder_sources_asm_arm64 = [ |
| 283 "//third_party/openh264/src/codec/encoder/core/arm64/intra_pred_aarch64_neon.S
", | 284 "//third_party/openh264/src/codec/encoder/core/arm64/intra_pred_aarch64_neon.S
", |
| 284 "//third_party/openh264/src/codec/encoder/core/arm64/intra_pred_sad_3_opt_aarc
h64_neon.S", | 285 "//third_party/openh264/src/codec/encoder/core/arm64/intra_pred_sad_3_opt_aarc
h64_neon.S", |
| 285 "//third_party/openh264/src/codec/encoder/core/arm64/memory_aarch64_neon.S", | 286 "//third_party/openh264/src/codec/encoder/core/arm64/memory_aarch64_neon.S", |
| 286 "//third_party/openh264/src/codec/encoder/core/arm64/pixel_aarch64_neon.S", | 287 "//third_party/openh264/src/codec/encoder/core/arm64/pixel_aarch64_neon.S", |
| 287 "//third_party/openh264/src/codec/encoder/core/arm64/reconstruct_aarch64_neon.
S", | 288 "//third_party/openh264/src/codec/encoder/core/arm64/reconstruct_aarch64_neon.
S", |
| 288 "//third_party/openh264/src/codec/encoder/core/arm64/svc_motion_estimation_aar
ch64_neon.S", | 289 "//third_party/openh264/src/codec/encoder/core/arm64/svc_motion_estimation_aar
ch64_neon.S", |
| 289 ] | 290 ] |
| OLD | NEW |