Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Mat3D.h45 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 …]
DFlt16Alt3D.h99 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA,
100 int16 yxA, int16 yyA, int16 yzA,
101 int16 zxA, int16 zyA, int16 zzA,
102 int16 matBbpA,
103 int16 xA, int16 yA, int16 zA,
104 int16 vecBbpA );
110 int16 matBbpA,
112 int16 vecBbpA );
DFlt16Alt3D.c161 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, in bts_Flt16Alt3D_create16()
162 int16 yxA, int16 yyA, int16 yzA, in bts_Flt16Alt3D_create16()
163 int16 zxA, int16 zyA, int16 zzA, in bts_Flt16Alt3D_create16()
164 int16 matBbpA, in bts_Flt16Alt3D_create16()
165 int16 xA, int16 yA, int16 zA, in bts_Flt16Alt3D_create16()
166 int16 vecBbpA ) in bts_Flt16Alt3D_create16()
183 int16 matBbpA, in bts_Flt16Alt3D_create32()
185 int16 vecBbpA ) in bts_Flt16Alt3D_create32()
DFlt16Mat2D.h44 int16 xxE;
47 int16 xyE;
50 int16 yxE;
53 int16 yyE;
56 int16 bbpE;
109 struct bts_Flt16Mat2D bts_Flt16Mat2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 bb…
DInt16Rect.h42 int16 x1E;
45 int16 y1E;
48 int16 x2E;
51 int16 y2E;
73 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
DFlt16Vec3D.h43 int16 xE;
46 int16 yE;
49 int16 zE;
52 int16 bbpE;
95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
119 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFacto…
DFlt16Vec2D.h43 int16 xE;
46 int16 yE;
49 int16 bbpE;
81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA );
84 struct bts_Flt16Vec2D bts_Flt16Vec2D_createVec16( struct bts_Int16Vec2D vecA, int16 bbpA );
120 struct bts_Flt16Vec2D bts_Flt16Vec2D_mul( struct bts_Flt16Vec2D vecA, int16 factorA, int32 bbpFacto…
DFlt16Alt2D.h125 struct bts_Flt16Alt2D bts_Flt16Alt2D_create16( int16 xxA,
126 int16 xyA,
127 int16 yxA,
128 int16 yyA,
129 int16 matBbpA,
130 int16 xA,
131 int16 yA,
132 int16 vecBbpA );
DFlt16Vec.c97 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ) in bts_Flt16Vec_avg()
102 const int16* srcL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_avg()
124 const int16* srcL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_maxAbs()
226 int16 shlL = 0; in bts_Flt16Vec_maximizeMantisse()
240 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_maximizeMantisse()
259 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_maximizeAbsValue()
272 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_zeroAverage()
273 int16 avgL = bts_Flt16Vec_avg( cpA, ptrA ); in bts_Flt16Vec_zeroAverage()
290 int16* dstL = ptrA->arrE.arrPtrE; in bts_Flt16Vec_normalize()
293 int16 expL = 0; in bts_Flt16Vec_normalize()
[all …]
DInt16Mat2D.h43 int16 xxE;
46 int16 xyE;
49 int16 yxE;
52 int16 yyE;
55 int16 bbpE;
DFlt16Alt2D.c217 altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )scaleL, scaleBbpL, &centerInL ); in bts_Flt16Alt2D_createRigidMap()
226 struct bts_Flt16Alt2D bts_Flt16Alt2D_create16( int16 xxA, in bts_Flt16Alt2D_create16()
227 int16 xyA, in bts_Flt16Alt2D_create16()
228 int16 yxA, in bts_Flt16Alt2D_create16()
229 int16 yyA, in bts_Flt16Alt2D_create16()
230 int16 matBbpA, in bts_Flt16Alt2D_create16()
231 int16 xA, in bts_Flt16Alt2D_create16()
232 int16 yA, in bts_Flt16Alt2D_create16()
233 int16 vecBbpA ) in bts_Flt16Alt2D_create16()
DCompactAlt.h118 const int16* inVecA,
119 int16 inExpA,
120 int16* outVecA,
121 int16* outExpPtrA );
/external/neven/Embedded/common/src/b_BasicEm/
DMath.h111 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,
181 const int16 *x2A, int16 col2A, int16 *rA );
184 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A,
185 const int16 *x2A, int16 row2A, int16 *rA );
DMath.c37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA );
324 int16 bbs_satS16( int32 valA ) in bbs_satS16()
344 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_intelMMX16()
418 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_intelMMX16()
497 int32 bbs_dotProduct_dsp( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_dsp()
519 int32 bbs_dotProduct_EE( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_EE()
574 int32 bbs_dotProduct_arm9e( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_arm9e()
595 vec1A = ( int16* )v1PtrL; in bbs_dotProduct_arm9e()
[all …]
DMathSSE2.c34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_64SSE2()
37 int16* vec1L = ( int16* )vec1A; in bbs_dotProduct_64SSE2()
38 int16* vec2L = ( int16* )vec2A; in bbs_dotProduct_64SSE2()
146 int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_128SSE2()
149 int16* vec1L = ( int16* )vec1A; in bbs_dotProduct_128SSE2()
150 int16* vec2L = ( int16* )vec2A; in bbs_dotProduct_128SSE2()
249 int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) in bbs_dotProduct_u128SSE2()
252 int16* vec1L = ( int16* )vec1A; in bbs_dotProduct_u128SSE2()
253 int16* vec2L = ( int16* )vec2A; in bbs_dotProduct_u128SSE2()
/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c88 int16 rectExpansionA, in bim_ToneDownBGSupp_BGGreyLevelOutside()
92 int16 iL, jL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL; in bim_ToneDownBGSupp_BGGreyLevelOutside()
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelOutside()
[all …]
/external/chromium_org/media/base/simd/
Dconvert_yuv_to_rgb.h32 const int16 convert_table[1024][4]);
53 const int16 convert_table[1024][4]);
96 const int16 convert_table[1024][4]);
105 const int16 convert_table[1024][4]);
115 const int16 convert_table[1024][4]);
134 const int16 convert_table[1024][4]);
142 const int16 convert_table[1024][4]);
149 const int16 convert_table[1024][4]);
157 const int16 convert_table[1024][4]);
165 const int16 convert_table[1024][4]);
[all …]
/external/chromium_org/remoting/codec/
Daudio_encoder_opus_unittest.cc54 static int16 GetSampleValue( in GetSampleValue()
71 std::vector<int16> data(samples * kChannels); in CreatePacket()
79 samples * kChannels * sizeof(int16)); in CreatePacket()
90 double EstimateSignalShift(const std::vector<int16>& received_data) { in EstimateSignalShift()
93 int16 this_sample = received_data[i * kChannels]; in EstimateSignalShift()
94 int16 next_sample = received_data[(i + 1) * kChannels]; in EstimateSignalShift()
109 const std::vector<int16>& received_data) { in ValidateReceivedData()
135 std::vector<int16> received_data; in TestEncodeDecode()
146 const int16* data = in TestEncodeDecode()
147 reinterpret_cast<const int16*>(decoded->data(i).data()); in TestEncodeDecode()
[all …]
/external/chromium_org/base/containers/
Dhash_tables_unittest.cc25 typedef std::pair<int16, int16> Int16Int16Pair; in TEST_F()
26 typedef std::pair<int16, int32> Int16Int32Pair; in TEST_F()
27 typedef std::pair<int16, int64> Int16Int64Pair; in TEST_F()
34 typedef std::pair<int32, int16> Int32Int16Pair; in TEST_F()
43 typedef std::pair<int64, int16> Int64Int16Pair; in TEST_F()
Dhash_tables.h187 DEFINE_32BIT_PAIR_HASH(int16, int16);
188 DEFINE_32BIT_PAIR_HASH(int16, uint16);
189 DEFINE_32BIT_PAIR_HASH(int16, int32);
190 DEFINE_32BIT_PAIR_HASH(int16, uint32);
191 DEFINE_32BIT_PAIR_HASH(uint16, int16);
195 DEFINE_32BIT_PAIR_HASH(int32, int16);
199 DEFINE_32BIT_PAIR_HASH(uint32, int16);
211 DEFINE_64BIT_PAIR_HASH(int16, int64);
212 DEFINE_64BIT_PAIR_HASH(int16, uint64);
219 DEFINE_64BIT_PAIR_HASH(int64, int16);
[all …]
/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.h197 void SetOptions(int16 options) { in SetOptions()
220 int16 parameter_;
221 int16 options_;
309 PolicyOpcode* MakeOpNumberMatch(int16 selected_param, unsigned long match,
316 PolicyOpcode* MakeOpVoidPtrMatch(int16 selected_param, const void* match,
323 PolicyOpcode* MakeOpUlongMatchRange(int16 selected_param,
341 PolicyOpcode* MakeOpWStringMatch(int16 selected_param,
351 PolicyOpcode* MakeOpUlongAndMatch(int16 selected_param,
360 int16 selected_param);
/external/chromium_org/base/
Dbasictypes.h24 typedef int16_t int16; typedef
51 const int16 kint16min = (( int16) 0x8000);
52 const int16 kint16max = (( int16) 0x7FFF);
/external/chromium_org/ui/app_list/
Dspeech_ui_model.h24 void UpdateSoundLevel(int16 level);
32 int16 sound_level() const { return sound_level_; } in sound_level()
40 int16 sound_level_;
47 int16 minimum_sound_level_;
48 int16 maximum_sound_level_;
Dspeech_ui_model.cc14 const int16 kDefaultSoundLevel = 200;
37 void SpeechUIModel::UpdateSoundLevel(int16 level) { in UpdateSoundLevel()
54 static_cast<int16>(minimum_sound_level_ + kDefaultSoundLevel), in UpdateSoundLevel()
58 int16 range = maximum_sound_level_ - minimum_sound_level_; in UpdateSoundLevel()
61 int16 visible_level_in_range = in UpdateSoundLevel()
/external/clang/test/SemaOpenCL/
Dvec_step.cl7 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 ty…

1234567891011