HomeSort by relevance Sort by last modified time
    Searched full:int16 (Results 1 - 25 of 646) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
AKFS_Compass.h 75 int16 mi_hnaveD;
76 int16 mi_anaveD;
82 int16 mi_hnaveV;
83 int16 mi_anaveV;
86 int16 mi_hstatus;
  /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/chromium_org/base/containers/
hash_tables_unittest.cc 25 typedef std::pair<int16, int16> Int16Int16Pair;
26 typedef std::pair<int16, int32> Int16Int32Pair;
27 typedef std::pair<int16, int64> Int16Int64Pair;
34 typedef std::pair<int32, int16> Int32Int16Pair;
43 typedef std::pair<int64, int16> Int64Int16Pair;
  /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...]
  /external/chromium_org/ui/app_list/
speech_ui_model.h 23 void UpdateSoundLevel(int16 level);
31 int16 sound_level() const { return sound_level_; }
37 int16 sound_level_;
  /external/chromium_org/remoting/host/
audio_silence_detector_unittest.cc 17 const int16* samples, int samples_count,
45 const int16 kSamples[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
52 const int16 kSamples[] = {65, 73, 83, 89, 92, -1, 5, 9, 123, 0};
59 const int16 kSamples[] = {0, 0, 0, 0, 1, 0, 0, -1, 0, 0};
  /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...]
  /external/clang/test/SemaOpenCL/
vec_step.cl 7 typedef int int16 __attribute__((ext_vector_type(16)));
11 int16 *auto2;
26 int res11[vec_step(int16) == 16 ? 1 : -1];
30 int res14 = vec_step(int16*); // expected-error {{'vec_step' requires built-in scalar or vector type, 'int16 *' invalid}}
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat3D.h 45 int16 xxE;
48 int16 xyE;
51 int16 xzE;
54 int16 yxE;
57 int16 yyE;
60 int16 yzE;
63 int16 zxE;
66 int16 zyE;
69 int16 zzE;
72 int16 bbpE
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 131 *psBtOut++ = (INT16)out5; \
184 *psBtOut++ = (INT16)out5; \
222 *psBtOut++ = (INT16)out1; \
248 INT16 *psBtOut = (INT16 *)pDst;
282 return (psBtOut - (INT16 *)pDst);
289 INT16 *psDst = (INT16 *)pDst;
290 INT16 sWorker;
314 return (psDst - (INT16 *)pDst)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shapestr.h 78 INT16 xOff B16;
79 INT16 yOff B16;
93 INT16 xOff B16;
94 INT16 yOff B16;
108 INT16 xOff B16;
109 INT16 yOff B16;
122 INT16 xOff B16;
123 INT16 yOff B16;
143 INT16 xBoundingShape B16; /* extents of bounding shape */
144 INT16 yBoundingShape B16
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shapestr.h 78 INT16 xOff B16;
79 INT16 yOff B16;
93 INT16 xOff B16;
94 INT16 yOff B16;
108 INT16 xOff B16;
109 INT16 yOff B16;
122 INT16 xOff B16;
123 INT16 yOff B16;
143 INT16 xBoundingShape B16; /* extents of bounding shape */
144 INT16 yBoundingShape B16
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shapestr.h 78 INT16 xOff B16;
79 INT16 yOff B16;
93 INT16 xOff B16;
94 INT16 yOff B16;
108 INT16 xOff B16;
109 INT16 yOff B16;
122 INT16 xOff B16;
123 INT16 yOff B16;
143 INT16 xBoundingShape B16; /* extents of bounding shape */
144 INT16 yBoundingShape B16
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 202 INT16 vid_x B16;
203 INT16 vid_y B16;
206 INT16 drw_x B16;
207 INT16 drw_y B16;
220 INT16 vid_x B16;
221 INT16 vid_y B16;
224 INT16 drw_x B16;
225 INT16 drw_y B16;
238 INT16 vid_x B16;
239 INT16 vid_y B16
    [all...]

Completed in 5705 milliseconds

1 2 3 4 5 6 7 8 91011>>