Skip to content

Resolve "Double precision arithmetic in MCT"

multrus requested to merge 812-double-precision-arithmetic-in-mct into main

Reason why this change is needed

Replace double precision log() and floor() by single precision equivalents.

Description of the change

Replace double precision log() and floor() by single precision equivalents.

Affected operating points

  • Theoretically could affect all MCT operation points (i.e. determine the number of signaling bits dependent on number of TCs), but they are all BE.
    • Produced bitstream is BE compared to previous state.
    • Produced output is BE

Related to #812 (closed)

Edited by multrus

Merge request reports

Loading