Index: source/config/linux/ia32/vpx_dsp_rtcd.h |
diff --git a/source/config/linux/ia32/vpx_dsp_rtcd.h b/source/config/linux/ia32/vpx_dsp_rtcd.h |
index 8f0da9d1cecc7dab5f410ca5950a6d7f0724a53b..13a5afa8fe55f738d360efea8ecb4e8689adc710 100644 |
--- a/source/config/linux/ia32/vpx_dsp_rtcd.h |
+++ b/source/config/linux/ia32/vpx_dsp_rtcd.h |
@@ -25,7 +25,6 @@ void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int |
void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
-void vpx_convolve8_avx2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
RTCD_EXTERN void (*vpx_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
@@ -46,13 +45,11 @@ RTCD_EXTERN void (*vpx_convolve8_avg_vert)(const uint8_t *src, ptrdiff_t src_str |
void vpx_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_horiz_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
-void vpx_convolve8_horiz_avx2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
RTCD_EXTERN void (*vpx_convolve8_horiz)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_vert_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve8_vert_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
-void vpx_convolve8_vert_avx2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
RTCD_EXTERN void (*vpx_convolve8_vert)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
void vpx_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); |
@@ -225,7 +222,6 @@ RTCD_EXTERN void (*vpx_fdct16x16_1)(const int16_t *input, tran_low_t *output, in |
void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); |
void vpx_fdct32x32_sse2(const int16_t *input, tran_low_t *output, int stride); |
-void vpx_fdct32x32_avx2(const int16_t *input, tran_low_t *output, int stride); |
RTCD_EXTERN void (*vpx_fdct32x32)(const int16_t *input, tran_low_t *output, int stride); |
void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); |
@@ -234,7 +230,6 @@ RTCD_EXTERN void (*vpx_fdct32x32_1)(const int16_t *input, tran_low_t *output, in |
void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); |
void vpx_fdct32x32_rd_sse2(const int16_t *input, tran_low_t *output, int stride); |
-void vpx_fdct32x32_rd_avx2(const int16_t *input, tran_low_t *output, int stride); |
RTCD_EXTERN void (*vpx_fdct32x32_rd)(const int16_t *input, tran_low_t *output, int stride); |
void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); |
@@ -255,7 +250,6 @@ RTCD_EXTERN void (*vpx_fdct8x8_1)(const int16_t *input, tran_low_t *output, int |
void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
void vpx_get16x16var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
-void vpx_get16x16var_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
RTCD_EXTERN void (*vpx_get16x16var)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); |
@@ -340,7 +334,6 @@ void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride |
void vpx_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
void vpx_lpf_horizontal_16_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
-void vpx_lpf_horizontal_16_avx2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
RTCD_EXTERN void (*vpx_lpf_horizontal_16)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
void vpx_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count); |
@@ -386,7 +379,6 @@ RTCD_EXTERN void (*vpx_lpf_vertical_8_dual)(uint8_t *s, int pitch, const uint8_t |
unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
unsigned int vpx_mse16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
unsigned int vpx_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
-unsigned int vpx_mse16x16_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
RTCD_EXTERN unsigned int (*vpx_mse16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
@@ -466,12 +458,10 @@ RTCD_EXTERN void (*vpx_sad16x8x8)(const uint8_t *src_ptr, int src_stride, const |
unsigned int vpx_sad32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad32x16_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
-unsigned int vpx_sad32x16_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
RTCD_EXTERN unsigned int (*vpx_sad32x16)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
unsigned int vpx_sad32x16_avg_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
-unsigned int vpx_sad32x16_avg_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
RTCD_EXTERN unsigned int (*vpx_sad32x16_avg)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
void vpx_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
@@ -480,12 +470,10 @@ RTCD_EXTERN void (*vpx_sad32x16x4d)(const uint8_t *src_ptr, int src_stride, cons |
unsigned int vpx_sad32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad32x32_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
-unsigned int vpx_sad32x32_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
RTCD_EXTERN unsigned int (*vpx_sad32x32)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
unsigned int vpx_sad32x32_avg_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
-unsigned int vpx_sad32x32_avg_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
RTCD_EXTERN unsigned int (*vpx_sad32x32_avg)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
void vpx_sad32x32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array); |
@@ -493,7 +481,6 @@ void vpx_sad32x32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref |
void vpx_sad32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
void vpx_sad32x32x4d_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
-void vpx_sad32x32x4d_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
RTCD_EXTERN void (*vpx_sad32x32x4d)(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
void vpx_sad32x32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array); |
@@ -501,12 +488,10 @@ void vpx_sad32x32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref |
unsigned int vpx_sad32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad32x64_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
-unsigned int vpx_sad32x64_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
RTCD_EXTERN unsigned int (*vpx_sad32x64)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
unsigned int vpx_sad32x64_avg_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
-unsigned int vpx_sad32x64_avg_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
RTCD_EXTERN unsigned int (*vpx_sad32x64_avg)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
void vpx_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
@@ -551,12 +536,10 @@ void vpx_sad4x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p |
unsigned int vpx_sad64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad64x32_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
-unsigned int vpx_sad64x32_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
RTCD_EXTERN unsigned int (*vpx_sad64x32)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
unsigned int vpx_sad64x32_avg_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
-unsigned int vpx_sad64x32_avg_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
RTCD_EXTERN unsigned int (*vpx_sad64x32_avg)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
void vpx_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
@@ -565,12 +548,10 @@ RTCD_EXTERN void (*vpx_sad64x32x4d)(const uint8_t *src_ptr, int src_stride, cons |
unsigned int vpx_sad64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad64x64_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
-unsigned int vpx_sad64x64_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
RTCD_EXTERN unsigned int (*vpx_sad64x64)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
unsigned int vpx_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
unsigned int vpx_sad64x64_avg_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
-unsigned int vpx_sad64x64_avg_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
RTCD_EXTERN unsigned int (*vpx_sad64x64_avg)(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
void vpx_sad64x64x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array); |
@@ -578,7 +559,6 @@ void vpx_sad64x64x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref |
void vpx_sad64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
void vpx_sad64x64x4d_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
-void vpx_sad64x64x4d_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
RTCD_EXTERN void (*vpx_sad64x64x4d)(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
void vpx_sad64x64x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array); |
@@ -683,7 +663,6 @@ RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance32x16)(const uint8_t *src_ptr, |
uint32_t vpx_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
uint32_t vpx_sub_pixel_avg_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
uint32_t vpx_sub_pixel_avg_variance32x32_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
-uint32_t vpx_sub_pixel_avg_variance32x32_avx2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance32x32)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
uint32_t vpx_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
@@ -709,7 +688,6 @@ RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance64x32)(const uint8_t *src_ptr, |
uint32_t vpx_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
uint32_t vpx_sub_pixel_avg_variance64x64_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
uint32_t vpx_sub_pixel_avg_variance64x64_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
-uint32_t vpx_sub_pixel_avg_variance64x64_avx2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
RTCD_EXTERN uint32_t (*vpx_sub_pixel_avg_variance64x64)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
uint32_t vpx_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
@@ -752,7 +730,6 @@ RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance32x16)(const uint8_t *src_ptr, int |
uint32_t vpx_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
uint32_t vpx_sub_pixel_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
uint32_t vpx_sub_pixel_variance32x32_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
-uint32_t vpx_sub_pixel_variance32x32_avx2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance32x32)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
uint32_t vpx_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
@@ -779,7 +756,6 @@ RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance64x32)(const uint8_t *src_ptr, int |
uint32_t vpx_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
uint32_t vpx_sub_pixel_variance64x64_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
uint32_t vpx_sub_pixel_variance64x64_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
-uint32_t vpx_sub_pixel_variance64x64_avx2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
RTCD_EXTERN uint32_t (*vpx_sub_pixel_variance64x64)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
uint32_t vpx_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
@@ -837,7 +813,6 @@ RTCD_EXTERN void (*vpx_v_predictor_8x8)(uint8_t *dst, ptrdiff_t y_stride, const |
unsigned int vpx_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
-unsigned int vpx_variance16x16_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
RTCD_EXTERN unsigned int (*vpx_variance16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
@@ -851,12 +826,10 @@ RTCD_EXTERN unsigned int (*vpx_variance16x8)(const uint8_t *src_ptr, int source_ |
unsigned int vpx_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance32x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
-unsigned int vpx_variance32x16_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
RTCD_EXTERN unsigned int (*vpx_variance32x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
-unsigned int vpx_variance32x32_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
RTCD_EXTERN unsigned int (*vpx_variance32x32)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
@@ -874,12 +847,10 @@ RTCD_EXTERN unsigned int (*vpx_variance4x8)(const uint8_t *src_ptr, int source_s |
unsigned int vpx_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance64x32_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
-unsigned int vpx_variance64x32_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
RTCD_EXTERN unsigned int (*vpx_variance64x32)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance64x64_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
-unsigned int vpx_variance64x64_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
RTCD_EXTERN unsigned int (*vpx_variance64x64)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
unsigned int vpx_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
@@ -924,7 +895,6 @@ static void setup_rtcd_internal(void) |
vpx_convolve8 = vpx_convolve8_c; |
if (flags & HAS_SSE2) vpx_convolve8 = vpx_convolve8_sse2; |
if (flags & HAS_SSSE3) vpx_convolve8 = vpx_convolve8_ssse3; |
- if (flags & HAS_AVX2) vpx_convolve8 = vpx_convolve8_avx2; |
vpx_convolve8_avg = vpx_convolve8_avg_c; |
if (flags & HAS_SSE2) vpx_convolve8_avg = vpx_convolve8_avg_sse2; |
if (flags & HAS_SSSE3) vpx_convolve8_avg = vpx_convolve8_avg_ssse3; |
@@ -937,11 +907,9 @@ static void setup_rtcd_internal(void) |
vpx_convolve8_horiz = vpx_convolve8_horiz_c; |
if (flags & HAS_SSE2) vpx_convolve8_horiz = vpx_convolve8_horiz_sse2; |
if (flags & HAS_SSSE3) vpx_convolve8_horiz = vpx_convolve8_horiz_ssse3; |
- if (flags & HAS_AVX2) vpx_convolve8_horiz = vpx_convolve8_horiz_avx2; |
vpx_convolve8_vert = vpx_convolve8_vert_c; |
if (flags & HAS_SSE2) vpx_convolve8_vert = vpx_convolve8_vert_sse2; |
if (flags & HAS_SSSE3) vpx_convolve8_vert = vpx_convolve8_vert_ssse3; |
- if (flags & HAS_AVX2) vpx_convolve8_vert = vpx_convolve8_vert_avx2; |
vpx_convolve_avg = vpx_convolve_avg_c; |
if (flags & HAS_SSE2) vpx_convolve_avg = vpx_convolve_avg_sse2; |
vpx_convolve_copy = vpx_convolve_copy_c; |
@@ -1016,12 +984,10 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE2) vpx_fdct16x16_1 = vpx_fdct16x16_1_sse2; |
vpx_fdct32x32 = vpx_fdct32x32_c; |
if (flags & HAS_SSE2) vpx_fdct32x32 = vpx_fdct32x32_sse2; |
- if (flags & HAS_AVX2) vpx_fdct32x32 = vpx_fdct32x32_avx2; |
vpx_fdct32x32_1 = vpx_fdct32x32_1_c; |
if (flags & HAS_SSE2) vpx_fdct32x32_1 = vpx_fdct32x32_1_sse2; |
vpx_fdct32x32_rd = vpx_fdct32x32_rd_c; |
if (flags & HAS_SSE2) vpx_fdct32x32_rd = vpx_fdct32x32_rd_sse2; |
- if (flags & HAS_AVX2) vpx_fdct32x32_rd = vpx_fdct32x32_rd_avx2; |
vpx_fdct4x4 = vpx_fdct4x4_c; |
if (flags & HAS_SSE2) vpx_fdct4x4 = vpx_fdct4x4_sse2; |
vpx_fdct4x4_1 = vpx_fdct4x4_1_c; |
@@ -1032,7 +998,6 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE2) vpx_fdct8x8_1 = vpx_fdct8x8_1_sse2; |
vpx_get16x16var = vpx_get16x16var_c; |
if (flags & HAS_SSE2) vpx_get16x16var = vpx_get16x16var_sse2; |
- if (flags & HAS_AVX2) vpx_get16x16var = vpx_get16x16var_avx2; |
vpx_get8x8var = vpx_get8x8var_c; |
if (flags & HAS_MMX) vpx_get8x8var = vpx_get8x8var_mmx; |
if (flags & HAS_SSE2) vpx_get8x8var = vpx_get8x8var_sse2; |
@@ -1073,7 +1038,6 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE2) vpx_iwht4x4_16_add = vpx_iwht4x4_16_add_sse2; |
vpx_lpf_horizontal_16 = vpx_lpf_horizontal_16_c; |
if (flags & HAS_SSE2) vpx_lpf_horizontal_16 = vpx_lpf_horizontal_16_sse2; |
- if (flags & HAS_AVX2) vpx_lpf_horizontal_16 = vpx_lpf_horizontal_16_avx2; |
vpx_lpf_horizontal_4 = vpx_lpf_horizontal_4_c; |
if (flags & HAS_MMX) vpx_lpf_horizontal_4 = vpx_lpf_horizontal_4_mmx; |
vpx_lpf_horizontal_4_dual = vpx_lpf_horizontal_4_dual_c; |
@@ -1097,7 +1061,6 @@ static void setup_rtcd_internal(void) |
vpx_mse16x16 = vpx_mse16x16_c; |
if (flags & HAS_MMX) vpx_mse16x16 = vpx_mse16x16_mmx; |
if (flags & HAS_SSE2) vpx_mse16x16 = vpx_mse16x16_sse2; |
- if (flags & HAS_AVX2) vpx_mse16x16 = vpx_mse16x16_avx2; |
vpx_mse16x8 = vpx_mse16x8_c; |
if (flags & HAS_SSE2) vpx_mse16x8 = vpx_mse16x8_sse2; |
vpx_mse8x16 = vpx_mse8x16_c; |
@@ -1138,27 +1101,20 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE4_1) vpx_sad16x8x8 = vpx_sad16x8x8_sse4_1; |
vpx_sad32x16 = vpx_sad32x16_c; |
if (flags & HAS_SSE2) vpx_sad32x16 = vpx_sad32x16_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x16 = vpx_sad32x16_avx2; |
vpx_sad32x16_avg = vpx_sad32x16_avg_c; |
if (flags & HAS_SSE2) vpx_sad32x16_avg = vpx_sad32x16_avg_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x16_avg = vpx_sad32x16_avg_avx2; |
vpx_sad32x16x4d = vpx_sad32x16x4d_c; |
if (flags & HAS_SSE2) vpx_sad32x16x4d = vpx_sad32x16x4d_sse2; |
vpx_sad32x32 = vpx_sad32x32_c; |
if (flags & HAS_SSE2) vpx_sad32x32 = vpx_sad32x32_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x32 = vpx_sad32x32_avx2; |
vpx_sad32x32_avg = vpx_sad32x32_avg_c; |
if (flags & HAS_SSE2) vpx_sad32x32_avg = vpx_sad32x32_avg_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x32_avg = vpx_sad32x32_avg_avx2; |
vpx_sad32x32x4d = vpx_sad32x32x4d_c; |
if (flags & HAS_SSE2) vpx_sad32x32x4d = vpx_sad32x32x4d_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x32x4d = vpx_sad32x32x4d_avx2; |
vpx_sad32x64 = vpx_sad32x64_c; |
if (flags & HAS_SSE2) vpx_sad32x64 = vpx_sad32x64_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x64 = vpx_sad32x64_avx2; |
vpx_sad32x64_avg = vpx_sad32x64_avg_c; |
if (flags & HAS_SSE2) vpx_sad32x64_avg = vpx_sad32x64_avg_sse2; |
- if (flags & HAS_AVX2) vpx_sad32x64_avg = vpx_sad32x64_avg_avx2; |
vpx_sad32x64x4d = vpx_sad32x64x4d_c; |
if (flags & HAS_SSE2) vpx_sad32x64x4d = vpx_sad32x64x4d_sse2; |
vpx_sad4x4 = vpx_sad4x4_c; |
@@ -1180,21 +1136,16 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE) vpx_sad4x8x4d = vpx_sad4x8x4d_sse; |
vpx_sad64x32 = vpx_sad64x32_c; |
if (flags & HAS_SSE2) vpx_sad64x32 = vpx_sad64x32_sse2; |
- if (flags & HAS_AVX2) vpx_sad64x32 = vpx_sad64x32_avx2; |
vpx_sad64x32_avg = vpx_sad64x32_avg_c; |
if (flags & HAS_SSE2) vpx_sad64x32_avg = vpx_sad64x32_avg_sse2; |
- if (flags & HAS_AVX2) vpx_sad64x32_avg = vpx_sad64x32_avg_avx2; |
vpx_sad64x32x4d = vpx_sad64x32x4d_c; |
if (flags & HAS_SSE2) vpx_sad64x32x4d = vpx_sad64x32x4d_sse2; |
vpx_sad64x64 = vpx_sad64x64_c; |
if (flags & HAS_SSE2) vpx_sad64x64 = vpx_sad64x64_sse2; |
- if (flags & HAS_AVX2) vpx_sad64x64 = vpx_sad64x64_avx2; |
vpx_sad64x64_avg = vpx_sad64x64_avg_c; |
if (flags & HAS_SSE2) vpx_sad64x64_avg = vpx_sad64x64_avg_sse2; |
- if (flags & HAS_AVX2) vpx_sad64x64_avg = vpx_sad64x64_avg_avx2; |
vpx_sad64x64x4d = vpx_sad64x64x4d_c; |
if (flags & HAS_SSE2) vpx_sad64x64x4d = vpx_sad64x64x4d_sse2; |
- if (flags & HAS_AVX2) vpx_sad64x64x4d = vpx_sad64x64x4d_avx2; |
vpx_sad8x16 = vpx_sad8x16_c; |
if (flags & HAS_MMX) vpx_sad8x16 = vpx_sad8x16_mmx; |
if (flags & HAS_SSE2) vpx_sad8x16 = vpx_sad8x16_sse2; |
@@ -1240,7 +1191,6 @@ static void setup_rtcd_internal(void) |
vpx_sub_pixel_avg_variance32x32 = vpx_sub_pixel_avg_variance32x32_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_avg_variance32x32 = vpx_sub_pixel_avg_variance32x32_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_avg_variance32x32 = vpx_sub_pixel_avg_variance32x32_ssse3; |
- if (flags & HAS_AVX2) vpx_sub_pixel_avg_variance32x32 = vpx_sub_pixel_avg_variance32x32_avx2; |
vpx_sub_pixel_avg_variance32x64 = vpx_sub_pixel_avg_variance32x64_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_avg_variance32x64 = vpx_sub_pixel_avg_variance32x64_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_avg_variance32x64 = vpx_sub_pixel_avg_variance32x64_ssse3; |
@@ -1256,7 +1206,6 @@ static void setup_rtcd_internal(void) |
vpx_sub_pixel_avg_variance64x64 = vpx_sub_pixel_avg_variance64x64_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_avg_variance64x64 = vpx_sub_pixel_avg_variance64x64_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_avg_variance64x64 = vpx_sub_pixel_avg_variance64x64_ssse3; |
- if (flags & HAS_AVX2) vpx_sub_pixel_avg_variance64x64 = vpx_sub_pixel_avg_variance64x64_avx2; |
vpx_sub_pixel_avg_variance8x16 = vpx_sub_pixel_avg_variance8x16_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_avg_variance8x16 = vpx_sub_pixel_avg_variance8x16_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_avg_variance8x16 = vpx_sub_pixel_avg_variance8x16_ssse3; |
@@ -1283,7 +1232,6 @@ static void setup_rtcd_internal(void) |
vpx_sub_pixel_variance32x32 = vpx_sub_pixel_variance32x32_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_variance32x32 = vpx_sub_pixel_variance32x32_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_variance32x32 = vpx_sub_pixel_variance32x32_ssse3; |
- if (flags & HAS_AVX2) vpx_sub_pixel_variance32x32 = vpx_sub_pixel_variance32x32_avx2; |
vpx_sub_pixel_variance32x64 = vpx_sub_pixel_variance32x64_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_variance32x64 = vpx_sub_pixel_variance32x64_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_variance32x64 = vpx_sub_pixel_variance32x64_ssse3; |
@@ -1300,7 +1248,6 @@ static void setup_rtcd_internal(void) |
vpx_sub_pixel_variance64x64 = vpx_sub_pixel_variance64x64_c; |
if (flags & HAS_SSE2) vpx_sub_pixel_variance64x64 = vpx_sub_pixel_variance64x64_sse2; |
if (flags & HAS_SSSE3) vpx_sub_pixel_variance64x64 = vpx_sub_pixel_variance64x64_ssse3; |
- if (flags & HAS_AVX2) vpx_sub_pixel_variance64x64 = vpx_sub_pixel_variance64x64_avx2; |
vpx_sub_pixel_variance8x16 = vpx_sub_pixel_variance8x16_c; |
if (flags & HAS_MMX) vpx_sub_pixel_variance8x16 = vpx_sub_pixel_variance8x16_mmx; |
if (flags & HAS_SSE2) vpx_sub_pixel_variance8x16 = vpx_sub_pixel_variance8x16_sse2; |
@@ -1331,7 +1278,6 @@ static void setup_rtcd_internal(void) |
vpx_variance16x16 = vpx_variance16x16_c; |
if (flags & HAS_MMX) vpx_variance16x16 = vpx_variance16x16_mmx; |
if (flags & HAS_SSE2) vpx_variance16x16 = vpx_variance16x16_sse2; |
- if (flags & HAS_AVX2) vpx_variance16x16 = vpx_variance16x16_avx2; |
vpx_variance16x32 = vpx_variance16x32_c; |
if (flags & HAS_SSE2) vpx_variance16x32 = vpx_variance16x32_sse2; |
vpx_variance16x8 = vpx_variance16x8_c; |
@@ -1339,10 +1285,8 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE2) vpx_variance16x8 = vpx_variance16x8_sse2; |
vpx_variance32x16 = vpx_variance32x16_c; |
if (flags & HAS_SSE2) vpx_variance32x16 = vpx_variance32x16_sse2; |
- if (flags & HAS_AVX2) vpx_variance32x16 = vpx_variance32x16_avx2; |
vpx_variance32x32 = vpx_variance32x32_c; |
if (flags & HAS_SSE2) vpx_variance32x32 = vpx_variance32x32_sse2; |
- if (flags & HAS_AVX2) vpx_variance32x32 = vpx_variance32x32_avx2; |
vpx_variance32x64 = vpx_variance32x64_c; |
if (flags & HAS_SSE2) vpx_variance32x64 = vpx_variance32x64_sse2; |
vpx_variance4x4 = vpx_variance4x4_c; |
@@ -1352,10 +1296,8 @@ static void setup_rtcd_internal(void) |
if (flags & HAS_SSE2) vpx_variance4x8 = vpx_variance4x8_sse2; |
vpx_variance64x32 = vpx_variance64x32_c; |
if (flags & HAS_SSE2) vpx_variance64x32 = vpx_variance64x32_sse2; |
- if (flags & HAS_AVX2) vpx_variance64x32 = vpx_variance64x32_avx2; |
vpx_variance64x64 = vpx_variance64x64_c; |
if (flags & HAS_SSE2) vpx_variance64x64 = vpx_variance64x64_sse2; |
- if (flags & HAS_AVX2) vpx_variance64x64 = vpx_variance64x64_avx2; |
vpx_variance8x16 = vpx_variance8x16_c; |
if (flags & HAS_MMX) vpx_variance8x16 = vpx_variance8x16_mmx; |
if (flags & HAS_SSE2) vpx_variance8x16 = vpx_variance8x16_sse2; |