@@ -557,18 +557,12 @@ if (aom_config("CONFIG_LOOP_RESTORATION") eq "yes") {
add_protoqw/void av1_selfguided_restoration/,"const uint8_t *dgd, int width, int height, int stride, int32_t *dst, int dst_stride, int r, int eps";
specializeqw/av1_selfguided_restoration sse4_1/;
add_protoqw/void av1_highpass_filter/,"const uint8_t *dgd, int width, int height, int stride, int32_t *dst, int dst_stride, int r, int eps";
specializeqw/av1_highpass_filter sse4_1/;
if(aom_config("CONFIG_HIGHBITDEPTH")eq"yes"){
add_protoqw/void apply_selfguided_restoration_highbd/,"const uint16_t *dat, int width, int height, int stride, int bit_depth, int eps, const int *xqd, uint16_t *dst, int dst_stride, int32_t *tmpbuf";
add_protoqw/void av1_selfguided_restoration_highbd/,"const uint16_t *dgd, int width, int height, int stride, int32_t *dst, int dst_stride, int bit_depth, int r, int eps";