Skip to content
  • Yaowu Xu's avatar
    Remove unnecessary type conversion · 57356711
    Yaowu Xu authored
    dct_const_round_shift() takes tran_high_t as parameter and Sqrt2 is of
    type tran_high_t. It is unnecessary to convert to int64_t then back
    to tran_high_t.
    
    Change-Id: I610d37b0772185863c406c6d77ad957d24feaa5e
    57356711