/hardware/akm/AK8975_FS/akmdfs/ |
AKFS_APIs.h | 33 int16 AKFS_Init( 38 int16 AKFS_Release(void); 40 int16 AKFS_Start(const char* path); 42 int16 AKFS_Stop(const char* path); 44 int16 AKFS_Get_MAGNETIC_FIELD( 45 const int16 mag[3], 46 const int16 status, 50 int16* accuracy 53 int16 AKFS_Get_ACCELEROMETER( 54 const int16 acc[3] [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
dtx.h | 92 int16 isf_hist[M * DTX_HIST_SIZE]; 93 int16 log_en_hist[DTX_HIST_SIZE]; 94 int16 hist_ptr; 95 int16 log_en_index; 96 int16 cng_seed; 99 int16 dtxHangoverCount; 100 int16 decAnaElapsedCount; 130 int16 since_last_sid; 131 int16 true_sid_period_inv; 132 int16 log_en [all...] |
pvamrwbdecoder_acelp.h | 68 void isf_extrapolation(int16 HfIsf[]); 70 void Init_Lagconc(int16 lag_hist[]); 72 int16 gain_hist[], /* (i) : Gain history */ 73 int16 lag_hist[], /* (i) : Subframe size */ 74 int16 * T0, 75 int16 * old_T0, 76 int16 * seed, 77 int16 unusable_frame 81 int16 * sig_in, /* input : postfilter input signal */ 82 int16 * sig_out, /* in/out: postfilter output signal * [all...] |
pvamrwbdecoder_basic_op_armv5.h | 62 __inline int16 add_int16(int16 var1, int16 var2) 79 __inline int16 sub_int16(int16 var1, int16 var2) 108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2) 132 __inline int32 msu_16by16_from_int32(int32 L_var3, int16 var1, int16 var2 [all...] |
q_pulse.h | 66 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[]); 67 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[]); 68 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[]); 69 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[]) [all...] |
pvamrwbdecoder_basic_op_gcc_armv5.h | 59 static inline int16 sub_int16(int16 var1, int16 var2) 76 return (int16)L_var_out; 80 static inline int16 add_int16(int16 var1, int16 var2) 97 return (int16)L_var_out; 101 static inline int32 mul_32by16(int16 hi, int16 lo, int16 n [all...] |
pvamrwb_math_op.h | 81 int16 * exp /* (i/o) : exponent (value = frac x 2^exponent) */ 84 int16 exponant, /* (i) Q0 : Integer part. (range: 0<=val<=30) */ 85 int16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */ 88 int16 x[], /* (i) 12bits: x vector */ 89 int16 y[], /* (i) 12bits: y vector */ 90 int16 lg, /* (i) : vector length */ 91 int16 * exp /* (o) : exponent of result (0..+30) */ 97 int16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */ 98 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1)*/ 103 int16 exp, /* (i) : norm_l (L_x) * [all...] |
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.h | 26 int16 AKFS_Direction( 27 const int16 nhvec, 29 const int16 hnave, 30 const int16 navec, 32 const int16 anave,
|
AKFS_VNorm.h | 26 int16 AKFS_VbNorm( 27 const int16 ndata, /*!< Size of raw vector buffer */ 29 const int16 nbuf, /*!< Size of data to be buffered */ 33 const int16 nvec, /*!< Size of normalized vector buffer */ 37 int16 AKFS_VbAve( 38 const int16 nvec, /*!< Size of normalized vector buffer */ 40 const int16 nave, /*!< Number of averaeg */
|
AKFS_AK8975.h | 33 (AKFLOAT)((int16)((((uint16)(hi))<<8)+(uint16)(low))*(((asa)/256.0f) + 0.5f)) 41 int16 AKFS_DecompAK8975( 42 const int16 mag[3], 43 const int16 status, 45 const int16 nhdata,
|
AKFS_AK8975.c | 24 int16 AKFS_DecompAK8975( 25 const int16 mag[3], 26 const int16 status, 28 const int16 nhdata,
|
AKFS_Device.h | 34 typedef signed short int16; typedef 90 int16 AKFS_InitBuffer( 91 const int16 ndata, /*!< Size of raw vector buffer */ 95 int16 AKFS_BufShift( 96 const int16 len, 97 const int16 shift, 101 int16 AKFS_Rotate(
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/ |
tINT16.py | 32 Integer parameter type testcases - INT16 41 INT16 : 47 - INT16 parameter min value = -1000 48 - INT16 parameter min value out of bounds = -1001 49 - INT16 parameter max value = 1000 50 - INT16 parameter max value out of bounds = 1001 51 - INT16 parameter in nominal case = 50 59 # Test of type INT16 - range [-1000, 1000] 62 self.param_name = "/Test/Test/TEST_DIR/INT16" 70 Testing INT16 in nominal case = 5 [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 111 int16 bbs_satS16( int32 valA ); 122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA ); 147 int32 bbs_vecPowerFlt16( const int16 *xA, int16 nxA ); 160 void bbs_vecSqrNorm16( const int16* vecA, uint32 sizeA, uint32* manPtrA, uint32* expPtrA ); 165 uint32 bbs_vecNorm16( const int16* vecA, uint32 sizeA ); 180 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, [all...] |
/prebuilts/go/darwin-x86/test/ |
append.go | 73 {"int16 a", append([]int16{}), []int16{}}, 74 {"int16 b", append([]int16{}, 0), []int16{0}}, 75 {"int16 c", append([]int16{}, 0, 1, 2, 3), []int16{0, 1, 2, 3}}, 77 {"int16 d", append([]int16{0, 1, 2}), []int16{0, 1, 2}} [all...] |
/prebuilts/go/linux-x86/test/ |
append.go | 73 {"int16 a", append([]int16{}), []int16{}}, 74 {"int16 b", append([]int16{}, 0), []int16{0}}, 75 {"int16 c", append([]int16{}, 0, 1, 2, 3), []int16{0, 1, 2, 3}}, 77 {"int16 d", append([]int16{0, 1, 2}), []int16{0, 1, 2}} [all...] |
/external/webrtc/webrtc/modules/audio_processing/transient/test/ |
readPCM.m | 9 %file: The PCM file where the signal is stored in int16 format. 12 x = fread(fid, inf, 'int16');
|
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/ |
jsupm_hmc5883l.i | 8 // Adding this typemap because SWIG is converting int16 into a short by default
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303/ |
jsupm_lsm303.i | 5 // Adding this typemap because SWIG is converting int16 into a short by default
|
pyupm_lsm303.i | 7 // Adding this typemap because SWIG is converting int16 into a short by default
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/ |
jsupm_lsm303d.i | 5 // Adding this typemap because SWIG is converting int16 into a short by default
|
pyupm_lsm303d.i | 7 // Adding this typemap because SWIG is converting int16 into a short by default
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusmetaheader.h | 60 INT16 Left; 61 INT16 Top; 62 INT16 Right; 63 INT16 Bottom; 68 INT16 Hmf; 70 INT16 Inch; 72 INT16 Checksum;
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_m4v_config_parser.h | 61 int16 ShowBits( 67 int16 FlushBits( 72 int16 ReadBits( 80 int16 ByteAlign( 85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel); 86 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *); 87 int16 DecodeUserData(mp4StreamType *pStream); 88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *); 89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *, int32 *profile, int32 *level); 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display (…) [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_m4v_config_parser.h | 72 int16 ShowBits( 78 int16 FlushBits( 83 int16 ReadBits( 89 int16 ByteAlign( 93 OSCL_IMPORT_REF int16 iDecodeVOLHeader( 100 OSCL_IMPORT_REF int16 iGetM4VConfigInfo( 108 int16 DecodeUserData(mp4StreamType *pStream); 110 OSCL_IMPORT_REF int16 iDecodeShortHeader( 116 OSCL_IMPORT_REF int16 iGetAVCConfigInfo( 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display (…) [all...] |