"L. Spiro Engine"
Static Public Member Functions

lsi::CJpegFixed Class Reference

Implementation of operations of specific multiplication (FIX). More...

#include <LSIJpegFixed.h>

List of all members.

Static Public Member Functions

static LSE_INLINE LSINT32 LSE_CALL Mul (LSINT32 _i32A, LSINT32 _i32B)

Detailed Description

Implementation of operations of specific multiplication (FIX).

Class CJpegFixed Description: Implementation of operations of specific multiplication (FIX).


Member Function Documentation

LSE_INLINE LSINT32 LSE_CALL lsi::CJpegFixed::Mul ( LSINT32  _i32A,
LSINT32  _i32B 
) [static]

Multiply two fixed-precision rational numbers.

Parameters:
_i32ALeft operand.
_i32BRight operand.
Returns:
Returns _i32A * _i32B.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator