You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
332 B
12 lines
332 B
#ifndef __FIXFLOAT_H__
|
|
#define __FIXFLOAT_H__
|
|
|
|
#include "rk_aiq_comm.h"
|
|
RKAIQ_BEGIN_DECLARE
|
|
uint16_t UtlFloatToFix_U0012( float fFloat );
|
|
int16_t UtlFloatToFix_S0310( float fFloat );
|
|
int16_t UtlFloatToFix_S0312( float fFloat );
|
|
int16_t FloatToS16(float fFloat);
|
|
int16_t UtlFloatToFix_S0406( float fFloat );
|
|
RKAIQ_END_DECLARE
|
|
#endif |