Skip to content
  • David Barker's avatar
    ext-inter: Delete dead code · 0f3c94e1
    David Barker authored
    Patches https://aomedia-review.googlesource.com/c/11987/
    and https://aomedia-review.googlesource.com/c/11988/
    replaced the old masked motion search pipeline with
    a new one which uses different SAD/SSE functions.
    This resulted in a lot of dead code.
    
    This patch removes the now-dead code. Note that this
    includes vectorized SAD/SSE functions, which will need
    to be rewritten at some point for the new pipeline. It
    also includes the masked_compound_variance_* functions
    since these turned out not to be used by the new pipeline.
    
    To help with the later addition of vectorized functions, the
    masked_sad/variance_test.cc files are kept but are modified
    to work with the new functions. The tests are then disabled
    until we actually have the vectorized functions.
    
    Change-Id: I61b686abd14bba5280bed94e1be62eb74ea23d89
    0f3c94e1