aom/aom_dsp/x86
Urvang Joshi 4790a69faa Add compiler warning flag -Wextra and fix related warnings.
Note: some of these warnings are enabled by a combination of -Wunused
(added earlier) and -Wextra.

Change-Id: I322a1366bd4fd6c0dec9e758c2d5e88e003b1cbf
2016-08-22 23:32:56 +00:00
..
aom_asm_stubs.c Change "vp10" to "av1" in source code 2016-03-25 12:43:01 -07:00
aom_convolve_copy_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
aom_high_subpixel_8t_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
aom_high_subpixel_bilinear_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
aom_subpixel_8t_intrin_avx2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
aom_subpixel_8t_intrin_ssse3.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
aom_subpixel_8t_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
aom_subpixel_8t_ssse3.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
aom_subpixel_bilinear_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
aom_subpixel_bilinear_ssse3.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
avg_intrin_sse2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
avg_ssse3_x86_64.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
blend_a64_hmask_sse4.c Port SIMD optimization for obmc blending functions to av1 2016-07-26 20:01:00 +00:00
blend_a64_mask_sse4.c Port SIMD optimization for obmc blending functions to av1 2016-07-26 20:01:00 +00:00
blend_a64_vmask_sse4.c Port SIMD optimization for obmc blending functions to av1 2016-07-26 20:01:00 +00:00
blend_sse4.h Port SIMD optimization for obmc blending functions to av1 2016-07-26 20:01:00 +00:00
convolve.h Add compiler warning flag -Wextra and fix related warnings. 2016-08-22 23:32:56 +00:00
fwd_dct32x32_impl_avx2.h Change "vp9" to "av1" 2016-03-28 12:56:02 -07:00
fwd_dct32x32_impl_sse2.h Change "vp9" to "av1" 2016-03-28 12:56:02 -07:00
fwd_txfm_avx2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
fwd_txfm_impl_sse2.h Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
fwd_txfm_sse2.c Change "vp10" to "av1" in source code 2016-03-25 12:43:01 -07:00
fwd_txfm_sse2.h Change "VPX" to "AOM" 2016-03-25 12:57:08 -07:00
fwd_txfm_ssse3_x86_64.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
halfpix_variance_impl_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
halfpix_variance_sse2.c Clarify value ranges 2016-05-19 07:40:47 -07:00
highbd_intrapred_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
highbd_loopfilter_sse2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
highbd_quantize_intrin_sse2.c Fix warnings reported by -Wshadow: Part1: aom_dsp directory 2016-07-15 09:39:58 -07:00
highbd_sad4d_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
highbd_sad_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
highbd_subpel_variance_impl_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
highbd_variance_impl_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
highbd_variance_sse2.c Do sub-pixel motion search in up-sampled reference frames 2016-06-21 11:44:54 -07:00
intrapred_sse2.asm Slow pshufb removal in 3 intra prediction functions. (from libvpx) 2016-06-08 15:36:10 -07:00
intrapred_ssse3.asm Slow pshufb removal in 3 intra prediction functions. (from libvpx) 2016-06-08 15:36:10 -07:00
inv_txfm_sse2.c Fix warnings reported by -Wshadow: Part1: aom_dsp directory 2016-07-15 09:39:58 -07:00
inv_txfm_sse2.h Change "VPX" to "AOM" 2016-03-25 12:57:08 -07:00
inv_txfm_ssse3_x86_64.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
inv_wht_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
loopfilter_avx2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
loopfilter_mmx.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
loopfilter_sse2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
obmc_sad_sse4.c Add weighted motion search for obmc predictor 2016-08-01 21:39:42 +00:00
obmc_variance_sse4.c Add weighted motion search for obmc predictor 2016-08-01 21:39:42 +00:00
quantize_avx_x86_64.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
quantize_sse2.c apply clang-format 2016-08-16 01:21:43 +00:00
quantize_ssse3_x86_64.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
sad4d_avx2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
sad4d_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
sad_avx2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
sad_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
sad_sse3.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
sad_sse4.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
sad_ssse3.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
ssim_opt_x86_64.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
subpel_variance_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
subtract_sse2.asm Add copyright notice to all .asm files 2016-03-29 09:41:56 -07:00
synonyms.h Add weighted motion search for obmc predictor 2016-08-01 21:39:42 +00:00
txfm_common_sse2.h Change "VPX" to "AOM" 2016-03-25 12:57:08 -07:00
variance_avx2.c Fix ubsan warning: aom_dsp/variance_avx2.c 2016-06-17 17:56:55 +00:00
variance_impl_avx2.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
variance_sse2.c Do sub-pixel motion search in up-sampled reference frames 2016-06-21 11:44:54 -07:00