Skip to content
  • Jingning Han's avatar
    Remove reset mode_info array per frame · ccdc448b
    Jingning Han authored
    The mode_info array was unnecessarily reset to zero every frame
    when error resilient mode turned on, given that the mode info
    values per block will be assigned during mode search stage.
    
    This commit removes this reset operation. It reduces the runtime
    cost on memset operation to 1/3. The overall speed -6 runtime is
    reduced by 2%.
    
    Change-Id: I32ecb73338d8995cc0c5147de09357364f13d45b
    ccdc448b