Merge "Code clean of highbd_tm_predictor_4x4"
authorJames Zern <jzern@google.com>
Tue, 22 Dec 2015 16:45:01 +0000 (16:45 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Tue, 22 Dec 2015 16:45:01 +0000 (16:45 +0000)
1  2 
test/vp9_intrapred_test.cc
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_intrapred_sse2.asm

Simple merge
@@@ -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/;
Simple merge