| Index: source/config/linux/ia32/vp9_rtcd.h
|
| ===================================================================
|
| --- source/config/linux/ia32/vp9_rtcd.h (revision 264025)
|
| +++ source/config/linux/ia32/vp9_rtcd.h (working copy)
|
| @@ -45,7 +45,6 @@
|
| void vp9_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 vp9_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 vp9_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 vp9_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 (*vp9_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 vp9_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);
|
| @@ -66,13 +65,11 @@
|
| void vp9_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 vp9_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 vp9_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 vp9_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 (*vp9_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 vp9_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 vp9_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 vp9_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 vp9_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 (*vp9_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 vp9_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);
|
| @@ -228,42 +225,34 @@
|
|
|
| void vp9_fdct16x16_c(const int16_t *input, int16_t *output, int stride);
|
| void vp9_fdct16x16_sse2(const int16_t *input, int16_t *output, int stride);
|
| -void vp9_fdct16x16_avx2(const int16_t *input, int16_t *output, int stride);
|
| RTCD_EXTERN void (*vp9_fdct16x16)(const int16_t *input, int16_t *output, int stride);
|
|
|
| void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride);
|
| void vp9_fdct32x32_sse2(const int16_t *input, int16_t *output, int stride);
|
| -void vp9_fdct32x32_avx2(const int16_t *input, int16_t *output, int stride);
|
| RTCD_EXTERN void (*vp9_fdct32x32)(const int16_t *input, int16_t *output, int stride);
|
|
|
| void vp9_fdct32x32_rd_c(const int16_t *input, int16_t *output, int stride);
|
| void vp9_fdct32x32_rd_sse2(const int16_t *input, int16_t *output, int stride);
|
| -void vp9_fdct32x32_rd_avx2(const int16_t *input, int16_t *output, int stride);
|
| RTCD_EXTERN void (*vp9_fdct32x32_rd)(const int16_t *input, int16_t *output, int stride);
|
|
|
| void vp9_fdct4x4_c(const int16_t *input, int16_t *output, int stride);
|
| void vp9_fdct4x4_sse2(const int16_t *input, int16_t *output, int stride);
|
| -void vp9_fdct4x4_avx2(const int16_t *input, int16_t *output, int stride);
|
| RTCD_EXTERN void (*vp9_fdct4x4)(const int16_t *input, int16_t *output, int stride);
|
|
|
| void vp9_fdct8x8_c(const int16_t *input, int16_t *output, int stride);
|
| void vp9_fdct8x8_sse2(const int16_t *input, int16_t *output, int stride);
|
| -void vp9_fdct8x8_avx2(const int16_t *input, int16_t *output, int stride);
|
| RTCD_EXTERN void (*vp9_fdct8x8)(const int16_t *input, int16_t *output, int stride);
|
|
|
| void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| void vp9_fht16x16_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| -void vp9_fht16x16_avx2(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| RTCD_EXTERN void (*vp9_fht16x16)(const int16_t *input, int16_t *output, int stride, int tx_type);
|
|
|
| void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| void vp9_fht4x4_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| -void vp9_fht4x4_avx2(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| RTCD_EXTERN void (*vp9_fht4x4)(const int16_t *input, int16_t *output, int stride, int tx_type);
|
|
|
| void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| void vp9_fht8x8_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| -void vp9_fht8x8_avx2(const int16_t *input, int16_t *output, int stride, int tx_type);
|
| RTCD_EXTERN void (*vp9_fht8x8)(const int16_t *input, int16_t *output, int stride, int tx_type);
|
|
|
| int vp9_full_range_search_c(const struct macroblock *x, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, DEC_MVCOSTS, const struct mv *center_mv);
|
| @@ -366,7 +355,6 @@
|
|
|
| void vp9_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
|
| void vp9_lpf_horizontal_16_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
|
| -void vp9_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 (*vp9_lpf_horizontal_16)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
|
|
|
| void vp9_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
|
| @@ -412,7 +400,6 @@
|
| unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| unsigned int vp9_mse16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| unsigned int vp9_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| -unsigned int vp9_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 (*vp9_mse16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
|
| @@ -513,7 +500,6 @@
|
|
|
| void vp9_sad32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
| void vp9_sad32x32x4d_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
| -void vp9_sad32x32x4d_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
| RTCD_EXTERN void (*vp9_sad32x32x4d)(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
|
|
| void vp9_sad32x32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array);
|
| @@ -591,7 +577,6 @@
|
|
|
| void vp9_sad64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
| void vp9_sad64x64x4d_sse2(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
| -void vp9_sad64x64x4d_avx2(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
| RTCD_EXTERN void (*vp9_sad64x64x4d)(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
|
|
|
| void vp9_sad64x64x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array);
|
| @@ -675,7 +660,6 @@
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| -unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| RTCD_EXTERN unsigned int (*vp9_sub_pixel_avg_variance32x32)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
|
|
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| @@ -701,7 +685,6 @@
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| -unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| RTCD_EXTERN unsigned int (*vp9_sub_pixel_avg_variance64x64)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
|
|
|
| unsigned int vp9_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, unsigned int *sse, const uint8_t *second_pred);
|
| @@ -748,7 +731,6 @@
|
| unsigned int vp9_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_sub_pixel_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_sub_pixel_variance32x32_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_sub_pixel_variance32x32_avx2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| RTCD_EXTERN unsigned int (*vp9_sub_pixel_variance32x32)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| @@ -774,7 +756,6 @@
|
| unsigned int vp9_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_sub_pixel_variance64x64_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_sub_pixel_variance64x64_ssse3(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_sub_pixel_variance64x64_avx2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| RTCD_EXTERN unsigned int (*vp9_sub_pixel_variance64x64)(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| @@ -834,7 +815,6 @@
|
| unsigned int vp9_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_variance16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_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 (*vp9_variance16x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| @@ -848,12 +828,10 @@
|
|
|
| unsigned int vp9_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_variance32x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_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 (*vp9_variance32x16)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_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 (*vp9_variance32x32)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| @@ -871,12 +849,10 @@
|
|
|
| unsigned int vp9_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_variance64x32_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_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 (*vp9_variance64x32)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| unsigned int vp9_variance64x64_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| -unsigned int vp9_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 (*vp9_variance64x64)(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
|
|
| unsigned int vp9_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
|
| @@ -938,7 +914,6 @@
|
| vp9_convolve8 = vp9_convolve8_c;
|
| if (flags & HAS_SSE2) vp9_convolve8 = vp9_convolve8_sse2;
|
| if (flags & HAS_SSSE3) vp9_convolve8 = vp9_convolve8_ssse3;
|
| - if (flags & HAS_AVX2) vp9_convolve8 = vp9_convolve8_avx2;
|
| vp9_convolve8_avg = vp9_convolve8_avg_c;
|
| if (flags & HAS_SSE2) vp9_convolve8_avg = vp9_convolve8_avg_sse2;
|
| if (flags & HAS_SSSE3) vp9_convolve8_avg = vp9_convolve8_avg_ssse3;
|
| @@ -951,11 +926,9 @@
|
| vp9_convolve8_horiz = vp9_convolve8_horiz_c;
|
| if (flags & HAS_SSE2) vp9_convolve8_horiz = vp9_convolve8_horiz_sse2;
|
| if (flags & HAS_SSSE3) vp9_convolve8_horiz = vp9_convolve8_horiz_ssse3;
|
| - if (flags & HAS_AVX2) vp9_convolve8_horiz = vp9_convolve8_horiz_avx2;
|
| vp9_convolve8_vert = vp9_convolve8_vert_c;
|
| if (flags & HAS_SSE2) vp9_convolve8_vert = vp9_convolve8_vert_sse2;
|
| if (flags & HAS_SSSE3) vp9_convolve8_vert = vp9_convolve8_vert_ssse3;
|
| - if (flags & HAS_AVX2) vp9_convolve8_vert = vp9_convolve8_vert_avx2;
|
| vp9_convolve_avg = vp9_convolve_avg_c;
|
| if (flags & HAS_SSE2) vp9_convolve_avg = vp9_convolve_avg_sse2;
|
| vp9_convolve_copy = vp9_convolve_copy_c;
|
| @@ -1002,28 +975,20 @@
|
| if (flags & HAS_SSE3) vp9_diamond_search_sad = vp9_diamond_search_sadx4;
|
| vp9_fdct16x16 = vp9_fdct16x16_c;
|
| if (flags & HAS_SSE2) vp9_fdct16x16 = vp9_fdct16x16_sse2;
|
| - if (flags & HAS_AVX2) vp9_fdct16x16 = vp9_fdct16x16_avx2;
|
| vp9_fdct32x32 = vp9_fdct32x32_c;
|
| if (flags & HAS_SSE2) vp9_fdct32x32 = vp9_fdct32x32_sse2;
|
| - if (flags & HAS_AVX2) vp9_fdct32x32 = vp9_fdct32x32_avx2;
|
| vp9_fdct32x32_rd = vp9_fdct32x32_rd_c;
|
| if (flags & HAS_SSE2) vp9_fdct32x32_rd = vp9_fdct32x32_rd_sse2;
|
| - if (flags & HAS_AVX2) vp9_fdct32x32_rd = vp9_fdct32x32_rd_avx2;
|
| vp9_fdct4x4 = vp9_fdct4x4_c;
|
| if (flags & HAS_SSE2) vp9_fdct4x4 = vp9_fdct4x4_sse2;
|
| - if (flags & HAS_AVX2) vp9_fdct4x4 = vp9_fdct4x4_avx2;
|
| vp9_fdct8x8 = vp9_fdct8x8_c;
|
| if (flags & HAS_SSE2) vp9_fdct8x8 = vp9_fdct8x8_sse2;
|
| - if (flags & HAS_AVX2) vp9_fdct8x8 = vp9_fdct8x8_avx2;
|
| vp9_fht16x16 = vp9_fht16x16_c;
|
| if (flags & HAS_SSE2) vp9_fht16x16 = vp9_fht16x16_sse2;
|
| - if (flags & HAS_AVX2) vp9_fht16x16 = vp9_fht16x16_avx2;
|
| vp9_fht4x4 = vp9_fht4x4_c;
|
| if (flags & HAS_SSE2) vp9_fht4x4 = vp9_fht4x4_sse2;
|
| - if (flags & HAS_AVX2) vp9_fht4x4 = vp9_fht4x4_avx2;
|
| vp9_fht8x8 = vp9_fht8x8_c;
|
| if (flags & HAS_SSE2) vp9_fht8x8 = vp9_fht8x8_sse2;
|
| - if (flags & HAS_AVX2) vp9_fht8x8 = vp9_fht8x8_avx2;
|
| vp9_full_search_sad = vp9_full_search_sad_c;
|
| if (flags & HAS_SSE3) vp9_full_search_sad = vp9_full_search_sadx3;
|
| if (flags & HAS_SSE4_1) vp9_full_search_sad = vp9_full_search_sadx8;
|
| @@ -1070,7 +1035,6 @@
|
| if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2;
|
| vp9_lpf_horizontal_16 = vp9_lpf_horizontal_16_c;
|
| if (flags & HAS_SSE2) vp9_lpf_horizontal_16 = vp9_lpf_horizontal_16_sse2;
|
| - if (flags & HAS_AVX2) vp9_lpf_horizontal_16 = vp9_lpf_horizontal_16_avx2;
|
| vp9_lpf_horizontal_4 = vp9_lpf_horizontal_4_c;
|
| if (flags & HAS_MMX) vp9_lpf_horizontal_4 = vp9_lpf_horizontal_4_mmx;
|
| vp9_lpf_horizontal_4_dual = vp9_lpf_horizontal_4_dual_c;
|
| @@ -1094,7 +1058,6 @@
|
| vp9_mse16x16 = vp9_mse16x16_c;
|
| if (flags & HAS_MMX) vp9_mse16x16 = vp9_mse16x16_mmx;
|
| if (flags & HAS_SSE2) vp9_mse16x16 = vp9_mse16x16_sse2;
|
| - if (flags & HAS_AVX2) vp9_mse16x16 = vp9_mse16x16_avx2;
|
| vp9_refining_search_sad = vp9_refining_search_sad_c;
|
| if (flags & HAS_SSE3) vp9_refining_search_sad = vp9_refining_search_sadx4;
|
| vp9_sad16x16 = vp9_sad16x16_c;
|
| @@ -1135,7 +1098,6 @@
|
| if (flags & HAS_SSE2) vp9_sad32x32_avg = vp9_sad32x32_avg_sse2;
|
| vp9_sad32x32x4d = vp9_sad32x32x4d_c;
|
| if (flags & HAS_SSE2) vp9_sad32x32x4d = vp9_sad32x32x4d_sse2;
|
| - if (flags & HAS_AVX2) vp9_sad32x32x4d = vp9_sad32x32x4d_avx2;
|
| vp9_sad32x64 = vp9_sad32x64_c;
|
| if (flags & HAS_SSE2) vp9_sad32x64 = vp9_sad32x64_sse2;
|
| vp9_sad32x64_avg = vp9_sad32x64_avg_c;
|
| @@ -1169,7 +1131,6 @@
|
| if (flags & HAS_SSE2) vp9_sad64x64_avg = vp9_sad64x64_avg_sse2;
|
| vp9_sad64x64x4d = vp9_sad64x64x4d_c;
|
| if (flags & HAS_SSE2) vp9_sad64x64x4d = vp9_sad64x64x4d_sse2;
|
| - if (flags & HAS_AVX2) vp9_sad64x64x4d = vp9_sad64x64x4d_avx2;
|
| vp9_sad8x16 = vp9_sad8x16_c;
|
| if (flags & HAS_MMX) vp9_sad8x16 = vp9_sad8x16_mmx;
|
| if (flags & HAS_SSE2) vp9_sad8x16 = vp9_sad8x16_sse2;
|
| @@ -1209,7 +1170,6 @@
|
| vp9_sub_pixel_avg_variance32x32 = vp9_sub_pixel_avg_variance32x32_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_avg_variance32x32 = vp9_sub_pixel_avg_variance32x32_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_avg_variance32x32 = vp9_sub_pixel_avg_variance32x32_ssse3;
|
| - if (flags & HAS_AVX2) vp9_sub_pixel_avg_variance32x32 = vp9_sub_pixel_avg_variance32x32_avx2;
|
| vp9_sub_pixel_avg_variance32x64 = vp9_sub_pixel_avg_variance32x64_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_avg_variance32x64 = vp9_sub_pixel_avg_variance32x64_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_avg_variance32x64 = vp9_sub_pixel_avg_variance32x64_ssse3;
|
| @@ -1225,7 +1185,6 @@
|
| vp9_sub_pixel_avg_variance64x64 = vp9_sub_pixel_avg_variance64x64_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_avg_variance64x64 = vp9_sub_pixel_avg_variance64x64_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_avg_variance64x64 = vp9_sub_pixel_avg_variance64x64_ssse3;
|
| - if (flags & HAS_AVX2) vp9_sub_pixel_avg_variance64x64 = vp9_sub_pixel_avg_variance64x64_avx2;
|
| vp9_sub_pixel_avg_variance8x16 = vp9_sub_pixel_avg_variance8x16_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_avg_variance8x16 = vp9_sub_pixel_avg_variance8x16_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_avg_variance8x16 = vp9_sub_pixel_avg_variance8x16_ssse3;
|
| @@ -1250,7 +1209,6 @@
|
| vp9_sub_pixel_variance32x32 = vp9_sub_pixel_variance32x32_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_variance32x32 = vp9_sub_pixel_variance32x32_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_variance32x32 = vp9_sub_pixel_variance32x32_ssse3;
|
| - if (flags & HAS_AVX2) vp9_sub_pixel_variance32x32 = vp9_sub_pixel_variance32x32_avx2;
|
| vp9_sub_pixel_variance32x64 = vp9_sub_pixel_variance32x64_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_variance32x64 = vp9_sub_pixel_variance32x64_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_variance32x64 = vp9_sub_pixel_variance32x64_ssse3;
|
| @@ -1266,7 +1224,6 @@
|
| vp9_sub_pixel_variance64x64 = vp9_sub_pixel_variance64x64_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_variance64x64 = vp9_sub_pixel_variance64x64_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_variance64x64 = vp9_sub_pixel_variance64x64_ssse3;
|
| - if (flags & HAS_AVX2) vp9_sub_pixel_variance64x64 = vp9_sub_pixel_variance64x64_avx2;
|
| vp9_sub_pixel_variance8x16 = vp9_sub_pixel_variance8x16_c;
|
| if (flags & HAS_SSE2) vp9_sub_pixel_variance8x16 = vp9_sub_pixel_variance8x16_sse2;
|
| if (flags & HAS_SSSE3) vp9_sub_pixel_variance8x16 = vp9_sub_pixel_variance8x16_ssse3;
|
| @@ -1297,7 +1254,6 @@
|
| vp9_variance16x16 = vp9_variance16x16_c;
|
| if (flags & HAS_MMX) vp9_variance16x16 = vp9_variance16x16_mmx;
|
| if (flags & HAS_SSE2) vp9_variance16x16 = vp9_variance16x16_sse2;
|
| - if (flags & HAS_AVX2) vp9_variance16x16 = vp9_variance16x16_avx2;
|
| vp9_variance16x32 = vp9_variance16x32_c;
|
| if (flags & HAS_SSE2) vp9_variance16x32 = vp9_variance16x32_sse2;
|
| vp9_variance16x8 = vp9_variance16x8_c;
|
| @@ -1305,10 +1261,8 @@
|
| if (flags & HAS_SSE2) vp9_variance16x8 = vp9_variance16x8_sse2;
|
| vp9_variance32x16 = vp9_variance32x16_c;
|
| if (flags & HAS_SSE2) vp9_variance32x16 = vp9_variance32x16_sse2;
|
| - if (flags & HAS_AVX2) vp9_variance32x16 = vp9_variance32x16_avx2;
|
| vp9_variance32x32 = vp9_variance32x32_c;
|
| if (flags & HAS_SSE2) vp9_variance32x32 = vp9_variance32x32_sse2;
|
| - if (flags & HAS_AVX2) vp9_variance32x32 = vp9_variance32x32_avx2;
|
| vp9_variance32x64 = vp9_variance32x64_c;
|
| if (flags & HAS_SSE2) vp9_variance32x64 = vp9_variance32x64_sse2;
|
| vp9_variance4x4 = vp9_variance4x4_c;
|
| @@ -1318,10 +1272,8 @@
|
| if (flags & HAS_SSE2) vp9_variance4x8 = vp9_variance4x8_sse2;
|
| vp9_variance64x32 = vp9_variance64x32_c;
|
| if (flags & HAS_SSE2) vp9_variance64x32 = vp9_variance64x32_sse2;
|
| - if (flags & HAS_AVX2) vp9_variance64x32 = vp9_variance64x32_avx2;
|
| vp9_variance64x64 = vp9_variance64x64_c;
|
| if (flags & HAS_SSE2) vp9_variance64x64 = vp9_variance64x64_sse2;
|
| - if (flags & HAS_AVX2) vp9_variance64x64 = vp9_variance64x64_avx2;
|
| vp9_variance8x16 = vp9_variance8x16_c;
|
| if (flags & HAS_MMX) vp9_variance8x16 = vp9_variance8x16_mmx;
|
| if (flags & HAS_SSE2) vp9_variance8x16 = vp9_variance8x16_sse2;
|
|
|