Skip to content
  • James Zern's avatar
    aom_mem,align_addr: use ~ to create mask · 20b85983
    James Zern authored
    removes the need for an intermediate cast to int, which was missing in
    the call added in:
    73a3fd47 aom_mem: Refactor code
    
    quiets a visual studio warning:
    C4146: unary minus operator applied to unsigned type, result still
    unsigned
    
    Change-Id: I76c4003416759c6c76b78f74de7c0d2ba5071216
    20b85983