[webkit-changes] [WebKit/WebKit] 5b5b15: Update libaom to M128

youennf noreply at github.com
Sun Jul 28 08:42:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5b5b15a0a88121d313385b3c0d52e721c3dd2eb6
      https://github.com/WebKit/WebKit/commit/5b5b15a0a88121d313385b3c0d52e721c3dd2eb6
  Author: Youenn Fablet <youenn at apple.com>
  Date:   2024-07-28 (Sun, 28 Jul 2024)

  Changed paths:
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/.gitignore
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/CHANGELOG
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/CMakeLists.txt
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/README.md
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_codec.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_decoder.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_encoder.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_external_partition.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_frame_buffer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_image.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aom_integer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aomcx.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/aomdx.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/internal/aom_codec_internal.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/internal/aom_image_internal.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/src/aom_codec.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/src/aom_decoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/src/aom_encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/src/aom_image.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom/src/aom_integer.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_convolve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_dsp.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_dsp_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_dsp_rtcd.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_dsp_rtcd_defs.pl
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_filter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_simd.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/aom_simd_inline.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_convolve8_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_convolve8_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_convolve8_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_convolve8_neon_i8mm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_convolve_copy_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_filter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_neon_sve2_bridge.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_neon_sve_bridge.h
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_scaled_convolve8_neon.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_scaled_convolve8_neon_dotprod.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/aom_scaled_convolve8_neon_i8mm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/avg_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/avg_pred_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/avg_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/blend_a64_mask_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/blend_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/blk_sse_sum_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/blk_sse_sum_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/dist_wtd_avg_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/fwd_txfm_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/hadamard_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_avg_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_avg_pred_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_blend_a64_hmask_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_blend_a64_mask_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_blend_a64_vmask_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_convolve8_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_convolve8_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_convolve8_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_hadamard_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_intrapred_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_loopfilter_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_masked_sad_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_obmc_sad_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_obmc_variance_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_quantize_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_sad_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_sadxd_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_sse_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_sse_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_subpel_variance_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_variance_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_variance_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/highbd_variance_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/intrapred_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/loopfilter_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/masked_sad4d_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/masked_sad_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/mem_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/obmc_sad_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/obmc_variance_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/reinterpret_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sad_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sad_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sadxd_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sadxd_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sse_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sse_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/subpel_variance_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/subtract_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sum_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sum_squares_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sum_squares_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/sum_squares_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/transpose_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/variance_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/arm/variance_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/avg.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/binary_codes_reader.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/binary_codes_reader.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/binary_codes_writer.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/binary_codes_writer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitreader.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitreader.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitreader_buffer.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitreader_buffer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitwriter.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitwriter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitwriter_buffer.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/bitwriter_buffer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/blend.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/blend_a64_hmask.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/blend_a64_mask.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/blend_a64_vmask.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/blk_sse_sum.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/butteraugli.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/butteraugli.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/entcode.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/entcode.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/entdec.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/entdec.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/entenc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/entenc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/fastssim.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/fft.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/fft_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/arm/disflow_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/arm/disflow_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/arm/disflow_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/corner_detect.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/corner_detect.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/corner_match.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/corner_match.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/disflow.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/disflow.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/flow_estimation.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/flow_estimation.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/ransac.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/ransac.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/x86/corner_match_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/x86/corner_match_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/x86/disflow_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/flow_estimation/x86/disflow_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/fwd_txfm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/grain_params.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/grain_table.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/grain_table.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/intrapred.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/intrapred_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/loopfilter.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/mathutils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/noise_model.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/noise_model.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/noise_util.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/noise_util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/odintrin.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/odintrin.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/prob.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/psnr.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/psnr.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/psnrhvs.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/pyramid.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/pyramid.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/quantize.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/quantize.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/recenter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/sad.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/sad_av1.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v128_intrinsics.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v128_intrinsics_c.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v128_intrinsics_x86.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v256_intrinsics.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v256_intrinsics_c.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v256_intrinsics_v128.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v256_intrinsics_x86.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v64_intrinsics.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v64_intrinsics_c.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/simd/v64_intrinsics_x86.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/sse.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/ssim.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/ssim.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/subtract.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/sum_squares.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/txfm_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/variance.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/variance.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/vmaf.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/vmaf.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/adaptive_quantize_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/adaptive_quantize_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_convolve_copy_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_high_subpixel_8t_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_high_subpixel_bilinear_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_quantize_avx.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_subpixel_8t_intrin_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_subpixel_8t_intrin_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_subpixel_8t_ssse3.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/aom_subpixel_bilinear_ssse3.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/bitdepth_conversion_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/bitdepth_conversion_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blend_a64_hmask_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blend_a64_mask_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blend_a64_mask_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blend_a64_vmask_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blend_mask_sse4.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blend_sse4.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/blk_sse_sum_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/common_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/convolve.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/convolve_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/convolve_common_intrin.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/convolve_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/convolve_sse4_1.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/convolve_ssse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/fft_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/fft_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/fwd_txfm_impl_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/fwd_txfm_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/fwd_txfm_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/fwd_txfm_ssse3_x86_64.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_adaptive_quantize_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_adaptive_quantize_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_convolve_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_convolve_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_convolve_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_intrapred_asm_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_intrapred_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_loopfilter_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_loopfilter_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_quantize_intrin_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_quantize_intrin_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_sad4d_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_sad_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_sad_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_subpel_variance_impl_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_subtract_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_variance_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_variance_impl_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_variance_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/highbd_variance_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_asm_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/intrapred_x86.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/inv_wht_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/jnt_sad_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/jnt_variance_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/loopfilter_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/lpf_common_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad4d_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_ssse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/masked_variance_intrin_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/masked_variance_intrin_ssse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/mem_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/obmc_intrinsic_sse4.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/obmc_intrinsic_ssse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/obmc_sad_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/obmc_sad_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/obmc_variance_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/obmc_variance_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/quantize_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/quantize_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/quantize_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/quantize_ssse3_x86_64.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/quantize_x86.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sad4d_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sad4d_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sad_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sad_impl_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sad_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sse_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sse_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/ssim_sse2_x86_64.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/subpel_variance_ssse3.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/subtract_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/subtract_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/synonyms.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/synonyms_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/transpose_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/txfm_common_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/txfm_common_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/variance_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/variance_impl_ssse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/variance_sse2.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_dsp/x86/variance_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_mem/aom_mem.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_mem/aom_mem.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_mem/aom_mem.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_mem/include/aom_mem_intrnl.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/aarch32_cpudetect.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/aarch64_cpudetect.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/aom_once.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/aom_ports.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/aom_timer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/arm.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/arm_cpudetect.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/bitops.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/emmintrin_compat.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/float.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/mem.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/mem_ops.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/mem_ops_aligned.h
    R Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/msvc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/ppc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/ppc_cpudetect.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/sanitizer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/x86.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_ports/x86_abi_support.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/aom_scale.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/aom_scale.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/generic/aom_scale.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/generic/gen_scalers.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/generic/yv12config.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/generic/yv12extend.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_scale/yv12config.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/aom_pthread.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/aom_thread.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/aom_thread.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/aom_util.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/debug_util.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/debug_util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/aom_util/endian_inl.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/apps/aomdec.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/apps/aomenc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/apps/aomenc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/arg_defs.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/arg_defs.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/av1.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/av1_cx_iface.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/av1_cx_iface.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/av1_dx_iface.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/av1_iface_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/alloccommon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/alloccommon.h
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_convolve_horiz_rs_neon.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_convolve_scale_neon.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_convolve_scale_neon_dotprod.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_convolve_scale_neon_i8mm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_inv_txfm_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_inv_txfm_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/av1_txfm_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/blend_a64_hmask_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/blend_a64_vmask_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/cdef_block_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/cfl_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/compound_convolve_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/compound_convolve_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/compound_convolve_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/compound_convolve_neon_i8mm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_neon_i8mm.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_neon_i8mm.h
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_scale_neon.h
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/convolve_sve2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_compound_convolve_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_compound_convolve_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_compound_convolve_sve2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_convolve_horiz_rs_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_convolve_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_convolve_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_convolve_scale_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_convolve_sve2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_convolve_sve2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_inv_txfm_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_reconinter_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_reconintra_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_warp_plane_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_warp_plane_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_warp_plane_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/highbd_wiener_convolve_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/reconinter_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/reconintra_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/resize_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/selfguided_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/warp_plane_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/warp_plane_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/warp_plane_neon_i8mm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/warp_plane_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/arm/wiener_convolve_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_common_int.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_inv_txfm1d.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_inv_txfm1d.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_inv_txfm1d_cfg.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_inv_txfm2d.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_loopfilter.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_loopfilter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_rtcd.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_rtcd_defs.pl
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_txfm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/av1_txfm.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/blockd.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/blockd.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cdef.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cdef.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cdef_block.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cdef_block.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cdef_block_simd.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cfl.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/cfl.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/common_data.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/common_data.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/convolve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/convolve.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/debugmodes.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/debugmodes.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/entropy.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/entropy.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/entropymode.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/entropymode.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/entropymv.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/entropymv.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/enums.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/filter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/frame_buffers.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/frame_buffers.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/idct.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/idct.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/mv.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/mvref_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/mvref_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/obmc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/obu_util.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/obu_util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/ppc/cfl_ppc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/pred_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/pred_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/quant_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/quant_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/reconinter.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/reconinter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/reconinter_template.inc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/reconintra.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/reconintra.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/resize.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/resize.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/restoration.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/restoration.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/scale.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/scale.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/scan.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/scan.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/seg_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/seg_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/thread_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/thread_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/tile_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/tile_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/timing.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/timing.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/token_cdfs.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/txb_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/txb_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/warped_motion.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/warped_motion.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_horiz_rs_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_convolve_scale_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_inv_txfm_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_inv_txfm_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_inv_txfm_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_inv_txfm_ssse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_txfm_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_txfm_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/av1_txfm_sse4.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cdef_block_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cdef_block_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cfl_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cfl_simd.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cfl_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/cfl_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/convolve_2d_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/convolve_2d_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/convolve_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/convolve_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/filterintra_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_convolve_2d_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_convolve_2d_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_convolve_2d_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_inv_txfm_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_inv_txfm_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_jnt_convolve_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_jnt_convolve_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_txfm_utility_sse4.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_warp_affine_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_warp_plane_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_wiener_convolve_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/highbd_wiener_convolve_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/intra_edge_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/jnt_convolve_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/reconinter_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/reconinter_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/reconinter_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/resize_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/resize_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/resize_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/selfguided_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/selfguided_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/warp_plane_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/warp_plane_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/wiener_convolve_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/common/x86/wiener_convolve_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/accounting.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/accounting.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decodeframe.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decodeframe.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decodemv.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decodemv.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decoder.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decodetxb.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/decodetxb.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/detokenize.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/detokenize.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/dthread.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/grain_synthesis.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/grain_synthesis.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/inspection.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/inspection.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/obu.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/decoder/obu.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/allintra_vis.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/allintra_vis.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/aq_complexity.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/aq_complexity.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/aq_cyclicrefresh.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/aq_cyclicrefresh.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/aq_variance.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/aq_variance.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/av1_error_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/av1_error_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/av1_fwd_txfm2d_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/av1_highbd_quantize_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/av1_k_means_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/av1_temporal_denoiser_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/cnn_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/encodetxb_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/hash_arm_crc32.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/highbd_fwd_txfm_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/highbd_pickrst_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/highbd_pickrst_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/highbd_rdopt_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/highbd_temporal_filter_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/hybrid_fwd_txfm_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/ml_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/pickrst_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/pickrst_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/pickrst_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/pickrst_sve.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/quantize_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/rdopt_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/reconinter_enc_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/shift_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/temporal_filter_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/temporal_filter_neon_dotprod.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/txfm_neon.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/wedge_utils_neon.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/arm/wedge_utils_sve.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm1d.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm1d.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm1d_cfg.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm2d.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_ml_partition_models.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_noise_estimate.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_noise_estimate.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_quantize.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_quantize.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_temporal_denoiser.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/av1_temporal_denoiser.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/bitstream.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/bitstream.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/block.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/blockiness.c
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/blockiness.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/cnn.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/cnn.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/compound_type.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/compound_type.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/context_tree.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/context_tree.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/cost.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/cost.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/dwt.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/dwt.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/enc_enums.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encode_strategy.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encode_strategy.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodeframe.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodeframe.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodeframe_utils.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodeframe_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodemb.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodemb.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodemv.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodemv.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encoder.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encoder_alloc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encoder_utils.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encoder_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodetxb.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/encodetxb.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/ethread.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/ethread.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/extend.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/extend.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/external_partition.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/external_partition.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/firstpass.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/firstpass.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/global_motion.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/global_motion.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/global_motion_facade.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/global_motion_facade.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/gop_structure.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/gop_structure.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/grain_test_vectors.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/hash.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/hash.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/hash_motion.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/hash_motion.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/hybrid_fwd_txfm.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/hybrid_fwd_txfm.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/interp_search.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/interp_search.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/intra_mode_search.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/intra_mode_search.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/intra_mode_search_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/k_means_template.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/level.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/level.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/lookahead.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/lookahead.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/mcomp.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/mcomp.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/mcomp_structs.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/misc_model_weights.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/ml.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/ml.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/mode_prune_model_weights.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/model_rd.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/motion_search_facade.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/mv_prec.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/mv_prec.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/nonrd_opt.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/nonrd_opt.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/nonrd_pickmode.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/optical_flow.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/optical_flow.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/palette.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/palette.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/partition_cnn_weights.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/partition_model_weights.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/partition_search.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/partition_search.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/partition_strategy.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/partition_strategy.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pass2_strategy.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pass2_strategy.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pickcdef.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pickcdef.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/picklpf.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/picklpf.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pickrst.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pickrst.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/pustats.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/random.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/ratectrl.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/ratectrl.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rc_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rd.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rd.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rdopt.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rdopt.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rdopt_data_defs.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/rdopt_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/reconinter_enc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/saliency_map.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/saliency_map.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/segmentation.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/segmentation.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/sorting_network.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/sparse_linear_solver.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/sparse_linear_solver.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/speed_features.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/speed_features.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/superres_scale.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/superres_scale.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/svc_layercontext.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/svc_layercontext.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/temporal_filter.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/temporal_filter.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/thirdpass.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/thirdpass.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tokenize.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tokenize.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tpl_model.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tpl_model.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tune_butteraugli.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tune_butteraugli.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tune_vmaf.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tune_vmaf.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tx_prune_model_weights.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tx_search.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/tx_search.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/txb_rdopt.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/txb_rdopt.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/txb_rdopt_utils.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/var_based_part.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/var_based_part.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/wedge_utils.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm1d_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm2d_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_fwd_txfm_sse2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_highbd_quantize_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_highbd_quantize_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_k_means_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_k_means_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_quantize_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_quantize_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_quantize_ssse3_x86_64.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_ssim_opt_x86_64.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_temporal_denoiser_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/av1_txfm1d_sse4.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/cnn_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/dct_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/encodetxb_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/error_intrin_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/error_sse2.asm
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/hash_sse42.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/highbd_block_error_intrin_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/highbd_block_error_intrin_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/highbd_fwd_txfm_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/highbd_temporal_filter_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/highbd_temporal_filter_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/ml_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/ml_sse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/ml_sse3.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/pickrst_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/pickrst_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/rdopt_sse4.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/reconinter_enc_ssse3.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_avx2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/encoder/x86/wedge_utils_sse2.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/ratectrl_rtc.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/av1/ratectrl_rtc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/aom_config.c.template
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/aom_config_defaults.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/aom_configure.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/aom_experiment_deps.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/aom_install.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/aom_optimization.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/compiler_flags.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/compiler_tests.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/cpu.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/dist.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/exports.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/exports_sources.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/generate_aom_config_templates.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/generate_exports.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/pkg_config.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/rtcd.pl
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/sanitizers.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/android.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/arm-ios-common.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-ios.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-linux-clang.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-linux-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-macos.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-mingw-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-ios.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-mingw-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/armv7s-ios.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/i686-linux-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/ios-simulator-common.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/ppc-linux-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/riscv-linux-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86-ios-simulator.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86-linux.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86-macos.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86-mingw-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86_64-ios-simulator.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86_64-macos.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/toolchains/x86_64-mingw-gcc.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/util.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/version.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/build/cmake/version.pl
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/args.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/args.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/args_helper.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/args_helper.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/av1_config.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/av1_config.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/ivf_dec.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/ivfdec.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/ivfdec.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/ivfenc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/ivfenc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/obudec.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/obudec.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/rawenc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/rawenc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/tools_common.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/tools_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/video_common.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/video_reader.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/video_reader.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/video_writer.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/video_writer.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/warnings.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/warnings.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/webmdec.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/webmdec.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/webmenc.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/webmenc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/y4menc.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/y4menc.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/y4minput.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/common/y4minput.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/docs.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/analyzer.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/aom_cx_set_ref.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/av1_dec_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/build_av1_dec_fuzzer.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/decode_to_md5.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/decode_with_drops.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/encoder_util.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/encoder_util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/inspect.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/lightfield_bitstream_parsing.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/lightfield_decoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/lightfield_encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/lightfield_tile_list_decoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/lossless_encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/noise_model.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/photon_noise_table.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/scalable_decoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/scalable_encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/set_maps.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/simple_decoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/simple_encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/svc_encoder_rtc.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/twopass_encoder.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/libs.doxy_template
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/stats/aomstats.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/stats/aomstats.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/stats/rate_hist.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/stats/rate_hist.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/accounting_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/acm_random.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/active_map_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/allintra_end_to_end_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/altref_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aom_image_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aom_integer_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aom_mem_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aomcx_set_ref.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aomdec.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aomenc.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/aq_segment_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/arf_freq_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_c_vs_simd_encode.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_common_int_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_config_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_convolve_scale_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_convolve_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_encoder_parms_get_to_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_ext_tile_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_external_partition_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_fwd_txfm1d_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_fwd_txfm2d_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_highbd_iht_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_horz_only_frame_superres_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_inv_txfm1d_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_inv_txfm2d_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_k_means_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_key_value_api_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_nn_predict_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_quantize_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_round_shift_array_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_softmax_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_temporal_denoiser_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_txfm_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_txfm_test.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/av1_wedge_utils_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/avg_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/avif_progressive_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/best_encode.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/binary_codes_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/blend_a64_mask_1d_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/blend_a64_mask_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/block_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/boolcoder_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/borders_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/cdef_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/cfl_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/cnn_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/codec_factory.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/coding_path_sync.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/comp_avg_pred_test.cc
    R Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/comp_avg_pred_test.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/comp_mask_pred_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/convolve_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/corner_match_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/cpu_speed_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/cpu_used_firstpass_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/datarate_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/datarate_test.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_api_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_multithreaded_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_perf_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_scalability_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_test_driver.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_test_driver.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_to_md5.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/decode_with_drops.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/deltaq_mode_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/disflow_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/divu_small_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/dr_prediction_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/dropframe_encode_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/dump_obu.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/ec_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encode_api_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encode_perf_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encode_small_width_height_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encode_test_driver.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encode_test_driver.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encodemb_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/encodetxb_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/end_to_end_psnr_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/end_to_end_qmpsnr_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/end_to_end_ssim_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/error_block_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/error_resilience_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/ethread_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/examples.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/external_frame_buffer_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/fdct4x4_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/fft_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/film_grain_table_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/filterintra_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/firstpass_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/force_key_frame_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/forced_max_frame_width_height_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/frame_parallel_enc_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/frame_resize_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/frame_size_tests.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/function_equivalence_test.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/fwht4x4_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/gf_pyr_height_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/gviz_api.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/hadamard_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/hash_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/hbd_metrics_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/hiprec_convolve_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/hiprec_convolve_test_util.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/hiprec_convolve_test_util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/horver_correlation_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/horz_superres_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/i420_video_source.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/intra_edge_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/intrabc_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/intrapred_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/invalid_file_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/ivf_video_source.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/kf_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/level_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/lightfield_test.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/log2_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/loopfilter_control_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/lossless_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/lpf_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/masked_sad_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/masked_variance_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/md5_helper.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/metadata_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/minmax_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/monochrome_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/motion_vector_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/mv_cost_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/noise_model_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/obmc_sad_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/obmc_variance_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/pickrst_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/postproc_filters_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/quant_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/quantize_func_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/ratectrl_rtc_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/ratectrl_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/rd_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/reconinter_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/register_state_check.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/resize_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/rt_end_to_end_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/sad_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/sb_multipass_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/sb_qp_sweep_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/scalability_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/scan_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/screen_content_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/segment_binarization_sync.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/selfguided_filter_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/set_maps.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/sharpness_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_avx2_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_cmp_avx2.cc
    R Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_cmp_impl.h
    A Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_cmp_impl.inc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_cmp_sse2.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_cmp_sse4.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_cmp_ssse3.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_impl.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_sse2_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_sse4_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simd_ssse3_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simple_decoder.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/simple_encoder.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/sse_sum_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/still_picture_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/subtract_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/sum_squares_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/svc_datarate_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/svc_encoder_rtc.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/temporal_filter_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_aom_rc.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_data_download_worker.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_data_util.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_intra_pred_speed.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_libaom.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_runner.cmake
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_vector_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_vectors.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/test_vectors.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/tile_config_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/tile_independence_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/time_stamp_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/tools_common.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/tpl_model_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/transform_test_base.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/twopass_encoder.sh
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/variance_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/video_source.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/visual_metrics.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/warp_filter_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/warp_filter_test_util.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/warp_filter_test_util.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/webm_video_source.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/webmenc_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/wiener_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/y4m_test.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/y4m_video_source.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/test/yuv_video_source.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/third_party/SVT-AV1/EbMemory_SSE4_1.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/third_party/SVT-AV1/README.libaom
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/third_party/SVT-AV1/convolve_avx2.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/aggregate_entropy_stats.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/aom_entropy_optimizer.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/auto_refactor.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/av1_preprocess.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/c_files/decl_status_code.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/c_files/func_in_out.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/c_files/global_variable.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/c_files/parse_lvalue.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/c_files/simple_code.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/c_files/struct_code.c
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/auto_refactor/test_auto_refactor.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/diff.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/dump_obu.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/gen_constrained_tokenset.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/intersect-diffs.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/lint-hunks.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/obu_parser.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/obu_parser.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/ratectrl_log_analyzer/analyze_ratectrl_log.py
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/txfm_analyzer/txfm_gen_code.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/txfm_analyzer/txfm_graph.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/txfm_analyzer/txfm_graph.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/tools/wrap-commit-msg.py
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Update libaom to M128
https://bugs.webkit.org/show_bug.cgi?id=277143
rdar://132566489

Reviewed by Eric Carlson.

* Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom: Resynced.
* Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/.gitignore: Added to ignore libaom third parties.
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/281466@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list