Skip to content
  • Yaowu Xu's avatar
    Remove clamp operations. · b58c99eb
    Yaowu Xu authored
    The clamp calls with INT32_MIN and INT32_MAX have no effect at all on
    int values passed in, therefore this commit removes those effectless
    clamps and also adds more const intermediate results to make the code
    more readable.
    
    Change-Id: I66d8811f58bb74ec31cbec9a6c441983a662352e
    b58c99eb