Skip to content
  • Timothy B. Terriberry's avatar
    daala_tx: Undo manual SIMD multiply expansion · 009946c8
    Timothy B. Terriberry authored
    On x86 there is no PMULHRSD for use in the 32-bit transform
    versions, so the fastest approach is to just do a normal 32-bit
    multiply and manually shift and round. This requires keeping the
    constants in their reduced precision instead of always promoting
    them to Q15.
    
    Change-Id: I76339b5567da3f08f34882a707e0c93122991946
    009946c8