

 Function encode_mcu_AC_refine

    line 28 / 28
    1 + max(0, (cinfo_Se + 1 + -cinfo_Ss))
    O(n^1)
    line 40 / 40
    1 + max(0, (cinfo_Se + 1 + -cinfo_Ss))
    O(n^1)
      line 45 / 52
      max(0, (cinfo_Se + 1 + -cinfo_Ss))
      O(n^1)

Total Complexity: O(n^1)
