@@ -620,11 +620,14 @@ if (aom_config("CONFIG_CONVOLVE_ROUND") eq "yes") {
add_protoqw/void av1_convolve_rounding/,"const int32_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, int h, int bits";
specializeqw/av1_convolve_rounding avx2/;
add_protoqw/void av1_convolve_2d_scale/,"const uint8_t *src, int src_stride, CONV_BUF_TYPE *dst, int dst_stride, int w, int h, InterpFilterParams *filter_params_x, InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams *conv_params";
if(aom_config("CONFIG_HIGHBITDEPTH")eq"yes"){
add_protoqw/void av1_highbd_convolve_2d/,"const uint16_t *src, int src_stride, CONV_BUF_TYPE *dst, int dst_stride, int w, int h, InterpFilterParams *filter_params_x, InterpFilterParams *filter_params_y, const int subpel_x_q4, const int subpel_y_q4, ConvolveParams *conv_params, int bd";
specializeqw/av1_highbd_convolve_2d ssse3/;
add_protoqw/void av1_highbd_convolve_rounding/,"const int32_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, int h, int bits, int bd";
specializeqw/av1_highbd_convolve_rounding avx2/;
add_protoqw/void av1_highbd_convolve_2d_scale/,"const uint16_t *src, int src_stride, CONV_BUF_TYPE *dst, int dst_stride, int w, int h, InterpFilterParams *filter_params_x, InterpFilterParams *filter_params_y, const int subpel_x_q4, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams *conv_params, int bd";