Grok  7.6.2
Classes | Functions
grk::t1_part1 Namespace Reference

Classes

class  T1Part1
 

Functions

static int32_t int_fix_mul_t1 (int32_t a, int32_t b)
 Multiply two fixed-point numbers. More...
 

Function Documentation

◆ int_fix_mul_t1()

static int32_t grk::t1_part1::int_fix_mul_t1 ( int32_t  a,
int32_t  b 
)
inlinestatic

Multiply two fixed-point numbers.

Parameters
a13-bit precision fixed point number
b11-bit precision fixed point number
Returns
a * b in T1_NMSEDEC_FRACBITS-bit precision fixed point

References T1_NMSEDEC_FRACBITS.

Referenced by grk::t1_part1::T1Part1::preCompress().