From: James Zern Date: Tue, 22 Dec 2015 16:45:01 +0000 (+0000) Subject: Merge "Code clean of highbd_tm_predictor_4x4" X-Git-Tag: v1.6.0~464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cedb1db5946cfa6baeb344355fa07bf58d2b6a2c;p=libvpx Merge "Code clean of highbd_tm_predictor_4x4" --- cedb1db5946cfa6baeb344355fa07bf58d2b6a2c diff --cc vpx_dsp/vpx_dsp_rtcd_defs.pl index 23065df79,04c4b7317..a2a067457 --- a/vpx_dsp/vpx_dsp_rtcd_defs.pl +++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl @@@ -288,13 -288,13 +288,13 @@@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH specialize qw/vpx_highbd_d153_predictor_4x4/; add_proto qw/void vpx_highbd_v_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd"; - specialize qw/vpx_highbd_v_predictor_4x4/, "$sse_x86inc"; + specialize qw/vpx_highbd_v_predictor_4x4/, "$sse2_x86inc"; add_proto qw/void vpx_highbd_tm_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd"; - specialize qw/vpx_highbd_tm_predictor_4x4/, "$sse_x86inc"; + specialize qw/vpx_highbd_tm_predictor_4x4/, "$sse2_x86inc"; add_proto qw/void vpx_highbd_dc_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd"; - specialize qw/vpx_highbd_dc_predictor_4x4/, "$sse_x86inc"; + specialize qw/vpx_highbd_dc_predictor_4x4/, "$sse2_x86inc"; add_proto qw/void vpx_highbd_dc_top_predictor_4x4/, "uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd"; specialize qw/vpx_highbd_dc_top_predictor_4x4/;