aom/av1/common/x86
Angie Chiang d1d76ba8a5 Fix compile warning in av1_convolve_ssse3.c
For some historical reason, coefficients of interpolation filters
in filter.c is defined in int16_t but use 8 bits only.
On the other hand, SIMD like to use int8_t to represent those
coefficients for economical reason.
The conversion from int16_t to int8_t will introduce
"possible loss of data" warning.

We use cast to work around this problem.

Change-Id: I42ef0a2a815a8f93c579f7984c9b957c1aed6d6c
2016-12-03 00:32:09 +00:00
..
av1_convolve_ssse3.c Fix compile warning in av1_convolve_ssse3.c 2016-12-03 00:32:09 +00:00
av1_fwd_txfm1d_sse4.c Remove dead assignments 2016-11-16 17:07:45 +00:00
av1_fwd_txfm2d_sse4.c change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_highbd_convolve_filters_sse4.h Merge 2 sharp interpolation filters 2016-11-29 02:59:41 +00:00
av1_highbd_convolve_sse4.c Merge 2 sharp interpolation filters 2016-11-29 02:59:41 +00:00
av1_txfm1d_sse4.h Port renaming changes from AOMedia 2016-08-31 18:19:03 -07:00
filterintra_sse4.c change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
highbd_inv_txfm_sse4.c change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
highbd_txfm_utility_sse4.h change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
hybrid_inv_txfm_avx2.c Hybrid inverse transforms 16x16 AVX2 optimization 2016-11-01 13:38:20 -07:00
idct_intrin_sse2.c Fix rectangle transform computation overflow 2016-11-21 17:18:27 +00:00
od_dering_sse4.c Add SSE4.1 code for deringing functions. 2016-10-13 18:02:19 +00:00
od_dering_sse4.h Add SSE4.1 code for deringing functions. 2016-10-13 18:02:19 +00:00