Skip to content
  • Zoe Liu's avatar
    Change mv projection to signed rounding · 11273449
    Zoe Liu authored
    The numerator in the mv projection can be negative, e.g. cur_to_bwd
    or cur_to_alt2, since either bwdref or altref2 can be a forward
    predictive reference, whereas the denominator always stays positive.
    The rounding inside mv projection hence should use signed operation.
    
    Change-Id: I42a105835754a002dd31fcfa7c845e4c105ec54f
    11273449