Skip to content
  • James Zern's avatar
    vpx_subpixel_8t_ssse3: fix reg counts/access · 683b5a31
    James Zern authored
    fixes build on windows x64; previously 'heightq' i.e., the 64-bit register
    was accessed when only the 32-bit value was needed. given this is from a
    stack variable the upper bits were undefined.
    
    + bump register/xmm counts; users of SETUP_LOCAL_VARS touch xmm13 in
    64-bit builds and filter_block1d16_v* uses one extra temp variable
    
    Change-Id: I9c768c0b2047481d1d3b11c2e16b2f8de6eb0d80
    683b5a31