Skip to content
  • Dmitry Kovalev's avatar
    Reducing the number of recursive calls. · 2901bf2d
    Dmitry Kovalev authored
    Both decode_modes_sb and decode_modes_b had conditions to immediately
    return at the beginning. Eliminating these conditions here and calling
    these functions only to do a real work. Also unrolling loop for
    PARTITION_SPLIT.
    
    Change-Id: I2fc41cb74ac491f045a2f04fe68d30ff4aaa555d
    2901bf2d