Searched refs:int32 (Results 26 - 50 of 280) sorted by relevance

1234567891011>>

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Alt2D.h108 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA,
109 int32 scaleBbpA,
114 int32 scaleA,
115 int32 scaleBbpA,
135 struct bts_Flt16Alt2D bts_Flt16Alt2D_create32( int32 xxA,
136 int32 xyA,
137 int32 yxA,
138 int32 yyA,
139 int32 matBbpA,
140 int32 x
[all...]
H A DFlt16Alt3D.c138 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA,
139 int32 scaleBbpA,
180 struct bts_Flt16Alt3D bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA,
181 int32 yxA, int32 yyA, int32 yzA,
182 int32 zxA, int32 zy
[all...]
H A DFlt16Vec2D.h87 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA );
91 int32 bts_Flt16Vec2D_dotPrd( const struct bts_Flt16Vec2D* vec1PtrA,
120 struct bts_Flt16Vec2D bts_Flt16Vec2D_mul( struct bts_Flt16Vec2D vecA, int16 factorA, int32 bbpFactorA );
123 struct bts_Int16Vec2D bts_Flt16Vec2D_int16Vec2D( struct bts_Flt16Vec2D vecA, int32 dstBbpA );
H A DCluster3D.h58 int32 bbpE;
100 /** returns int32 x-coordinate with given bbp at indexed position */
101 int32 bts_Cluster3D_int32X( struct bbs_Context* cpA,
104 int32 bbpA );
106 /** returns int32 y-coordinate with given bbp at indexed position */
107 int32 bts_Cluster3D_int32Y( struct bbs_Context* cpA,
110 int32 bbpA );
112 /** returns int32 z-coordinate with given bbp at indexed position */
113 int32 bts_Cluster3D_int32Z( struct bbs_Context* cpA,
116 int32 bbp
[all...]
H A DFlt16Vec3D.h98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
119 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFactorA );
H A DCluster3D.c133 int32 xL = 0;
134 int32 yL = 0;
135 int32 zL = 0;
147 xL = ( ( ( xL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
148 yL = ( ( ( yL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
149 zL = ( ( ( zL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
161 int32 xMinL = 65536; /*( 1 << 16 )*/
162 int32 yMinL = 65536; /*( 1 << 16 )*/
163 int32 xMaxL = 0;
164 int32 yMax
[all...]
H A DCluster2D.c39 int32 bbp_enumA, /* bbp of enumA */
41 int32 bbp_denomA, /* bbp of denomA */
43 int32* bbp_scaleA )/* bbp of scale factor */
46 int32 posL, bbp_denomL;
175 int32 xL = 0;
176 int32 yL = 0;
187 xL = ( ( ( xL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
188 yL = ( ( ( yL << 1 ) / ( int32 )ptrA->sizeE ) + 1 ) >> 1;
200 int32 sumL = ptrA->bbpE;
219 int32 xMin
[all...]
H A DInt16Vec2D.h86 int32 bts_Int16Vec2D_dotPrd( const struct bts_Int16Vec2D* vec1PtrA,
96 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA );
99 struct bts_Int16Vec2D bts_Int16Vec2D_normalized( const struct bts_Int16Vec2D* ptrA, int32 bbpA );
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp23 typedef int int32; typedef in namespace:mkvmuxer
H A Dmkvmuxerutil.hpp22 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size);
25 int32 GetUIntSize(uint64 value);
26 int32 GetCodedUIntSize(uint64 value);
38 int32 WriteUInt(IMkvWriter* writer, uint64 value);
43 int32 WriteUIntSize(IMkvWriter* writer, uint64 value, int32 size);
50 int32 WriteID(IMkvWriter* writer, uint64 type);
129 void GetVersion(int32* major, int32* mino
[all...]
H A Dmkvwriter.hpp28 virtual int32 Position(int64 position);
30 virtual int32 Write(const void* buffer, uint32 length);
H A Dmkvmuxerutil.cpp39 int32 GetCodedUIntSize(uint64 value) {
57 int32 GetUIntSize(uint64 value) {
77 int32 ebml_size = GetUIntSize(type);
91 int32 ebml_size = GetUIntSize(type);
160 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size) {
164 for (int32 i = 1; i <= size; ++i) {
165 const int32 byte_count = size - i;
166 const int32 bit_count = byte_count * 8;
171 const int32 statu
[all...]
/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.h65 int32 toneDownFactorA, /* bpb = [16.16] */
66 int32 cutOffAccuracyA ); /* bpb = [16.16], put in 0 for highest accuracy */
H A DUInt16ByteImage.c336 int32 resultWidthA,
337 int32 resultHeightA )
352 int32 shiftL;
355 int32 maxInt32Value8bbpL = 0x7FFFFFFF;
358 int32 mxxL;
359 int32 mxyL;
360 int32 myxL;
361 int32 myyL;
363 int32 txL;
364 int32 ty
[all...]
H A DFunctions.c96 int32 mxxL, mxyL, myxL, myyL, txL, tyL;
143 txL += ( int32 )offsPtrA->xE << 16;
144 tyL += ( int32 )offsPtrA->yE << 16;
169 int32 xMinL = 0x7FFFFFFF;
170 int32 yMinL = 0x7FFFFFFF;
171 int32 xMaxL = 0x80000000;
172 int32 yMaxL = 0x80000000;
176 int32 xL, yL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeight
[all...]
H A DUInt8Image.h144 int32 xOffsA,
145 int32 yOffsA,
147 int32 resultWidthA,
148 int32 resultHeightA );
155 int32 resultWidthA,
156 int32 resultHeightA );
/external/neven/Embedded/common/src/b_APIEm/
H A DFunctions.c40 const int32* rawSimArrA,
41 const int32* rawIdArrA,
43 const int32* refSimArrA,
44 const int32* refIdArrA,
47 int32* outSimArrA )
50 int32 refSimL = 0;
52 int32* outPtrL = outSimArrA;
53 const int32* rawPtrL = rawSimArrA;
65 int32 shiftL = 0;
66 int32 round
[all...]
H A DDCR.h79 int32 confidenceE;
85 int32 idE;
147 int32 bpi_DCR_confidence( struct bbs_Context* cpA,
/external/neven/Embedded/common/src/b_BasicEm/
H A 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 );
206 const int32 bbs_inv32_tableG[] =
218 int32 bbs_inv32( int32 valA )
222 int32 signL = ( ( valA >> 30 ) & 0xFFFFFFFE ) + 1;
223 int32 valL = signL * valA;
224 int32 offsL;
227 if( valL <= ( int32 )
[all...]
H A DMemory.c55 if( ( ( int32 ) dstA >> 16 ) == ( ( ( int32 ) dstA + sizeA ) >> 16 ) &&
56 ( ( int32 ) srcA >> 16 ) == ( ( ( int32 ) srcA + sizeA ) >> 16 ) )
73 *( uint16* ) ( ( int32 ) dstA + iL ) = *( uint16* ) ( ( int32 ) srcA + iL );
105 if( ( ( int32 ) dstA >> 16 ) == ( ( ( int32 ) dstA + ( sizeA << 1 ) ) >> 16 ) &&
106 ( ( int32 ) srcA >> 16 ) == ( ( ( int32 ) src
[all...]
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h40 typedef int int32; typedef
/external/nanopb-c/tests/options/
H A Doptions.proto31 required int32 int32_callback = 1 [(nanopb).type = FT_CALLBACK];
62 optional int32 myfield = 1;
70 required int32 field1 = 1;
71 optional int32 field2 = 2 [(nanopb).type = FT_IGNORE];
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.h52 int32 xE;
55 int32 yE;
58 int32 xOffE;
61 int32 yOffE;
168 void bbf_LocalScanner_pos( const struct bbf_LocalScanner* ptrA, int32* xPtrA, int32* yPtrA );
171 void bbf_LocalScanner_idxPos( const struct bbf_LocalScanner* ptrA, uint32 scanIndexA, int32* xPtrA, int32* yPtrA );
239 void bbf_LocalScanner_goToXY( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA, int32 xA, int32 y
[all...]
H A DScanner.h57 int32 xE;
60 int32 yE;
190 int32* xPtrA, int32* yPtrA, uint32* scalePtrA );
194 int32* xPtrA, int32* yPtrA, uint32* scalePtrA );
266 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA );
273 int32 xA, int32 y
[all...]
H A DL04Dns2x2Ftr.h53 int32 wShiftE;
56 int32 activityFactorE;
108 int32 bbf_L04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );

Completed in 313 milliseconds

1234567891011>>