Skip to content
  • Adrian Grange's avatar
    Fix test on maximum downscaling limits · 8357292a
    Adrian Grange authored
    There is a normative scaling range of (x1/2, x16)
    for VP9. This patch fixes the maximum downscaling
    tests that are applied in the convolve function.
    
    The code used a maximum downscaling limit of x1/5
    for historic reasons related to the scalable
    coding work. Since the downsampling in this
    application is non-normative it will revert to
    using a separate non-normative scaler.
    
    Change-Id: Ide80ed712cee82fe5cb3c55076ac428295a6019f
    8357292a