HomeSort by relevance Sort by last modified time
    Searched refs:int32 (Results 51 - 75 of 752) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Vec2D.c 129 int32 bts_Int16Vec2D_dotPrd( const struct bts_Int16Vec2D* vec1PtrA,
132 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE;
139 return ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE;
146 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE );
151 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA )
153 int32 normL = bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE )
    [all...]
Flt16Mat2D.h 103 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA );
106 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA );
112 struct bts_Flt16Mat2D bts_Flt16Mat2D_create32( int32 xxA, int32 xyA, int32 yxA, int32 yyA, int32 bbpA );
115 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA )
    [all...]
Flt16Alt3D.h 90 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA,
91 int32 scaleBbpA,
107 struct bts_Flt16Alt3D bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA,
108 int32 yxA, int32 yyA, int32 yzA,
109 int32 zxA, int32 zyA, int32 zzA
    [all...]
Flt16Mat3D.h 115 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA );
124 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA,
125 int32 yxA, int32 yyA, int32 yzA,
126 int32 zxA, int32 zyA, int32 zzA
    [all...]
Flt16Vec2D.c 79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE;
89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL;
90 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL;
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL;
102 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL;
170 struct bts_Flt16Vec2D bts_Flt16Vec2D_create32( int32 xA, int32 yA, int32 bbpA
    [all...]
Flt16Mat2D.c 84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE;
96 int32 xxL = ( int32 ) srcPtrA->xxE << bbpDiffL;
97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL;
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL;
99 int32 yyL = ( int32 ) srcPtrA->yyE << bbpDiffL;
117 int32 xxL = ( int32 ) ptrA->xxE << -bbpDiffL
    [all...]
Flt16Mat3D.c 150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA )
180 struct bts_Flt16Mat3D bts_Flt16Mat3D_create32( int32 xxA, int32 xyA, int32 xzA,
181 int32 yxA, int32 yyA, int32 yzA,
182 int32 zxA, int32 zyA, int32 zzA
    [all...]
Functions.c 38 uint32 bts_absIntLog2( int32 vA )
45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A )
53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A )
63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A
    [all...]
Int32Mat.c 35 void bts_Int32Mat_reduceToNBits( int32* ptrA, uint32 sizeA, int32* bbpPtrA, uint32 nBitsA )
37 int32 shiftL;
40 int32 maxL = 0;
41 int32* ptrL = ptrA;
42 int32 iL = sizeA;
45 int32 xL = *ptrL++;
120 int32 widthA,
210 const int32* matA,
211 int32 matWidthA
    [all...]
  /external/valgrind/memcheck/tests/x86/
xor-undef-x86.stdout.exp 2 Complain int32
4 No complain int32
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
scaling.h 24 extern const int32 scale[63];
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_main_data_size.h 89 int32 pvmp3_get_main_data_size(mp3Header *info,
pvmp3_reorder.cpp 40 int32 xr[ ], rescaled data
43 int32 Scratch_mem[198] for temporary usage
47 int32 xr[ ], reordered data
119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
121 int32 *used_freq_lines,
123 int32 Scratch_mem[198])
125 int32 sfreq = info->version_x + (info->version_x << 1);
130 int32 sfb_lines;
131 int32 freq;
132 int32 src_line
    [all...]
pvmp3_getbits.h 88 int32 neededBits);
91 int32 neededBits);
94 int32 neededBits);
pvmp3_mdct_6.cpp 37 int32 vec[], input vector of length 6
38 int32 *history input for overlap and add, vector updated with
84 #define Qfmt29(a) (int32)(a*((int32)1<<QFORMAT) + (a>=0?0.5F:-0.5F))
99 const int32 cosTerms_1_ov_cos_phi_N6[6] =
122 void pvmp3_mdct_6(int32 vec[], int32 *history)
124 int32 i;
125 int32 tmp;
126 int32 tmp1
    [all...]
pvmp3_mdct_6.h 62 #define Qfmt(a) (Int32)(a*((Int32)1<<28) )
63 #define Qfmt1(a) (Int32)(a*((Int32)0x7FFFFFFF))
64 #define Qfmt2(a) (Int32)(a*((Int32)1<<27))
93 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
95 void pvmp3_dct_6(int32 vec[]);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 147 int32 iNumLayer;
168 int32 iFrameQuality;
177 int32 iIFrameInterval;
220 int32 iSearchRange;
247 int32 iClipDuration;
268 int32 iFrameWidth;
271 int32 iFrameHeight;
301 int32 iLayerNumber;
307 int32 iBitStreamSize;
360 virtual int32 GetBufferSize() = 0
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
74 extern int32 loc_close
79 extern int32 loc_start_fix
84 extern int32 loc_stop_fix
89 extern int32 loc_ioctl
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
74 extern int32 loc_close
79 extern int32 loc_start_fix
84 extern int32 loc_stop_fix
89 extern int32 loc_ioctl
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
74 extern int32 loc_close
79 extern int32 loc_start_fix
84 extern int32 loc_stop_fix
89 extern int32 loc_ioctl
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
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[]);
70 void dec_4p_4N(int32 index, int16 N, int16 offset, int16 pos[]);
71 void dec_5p_5N(int32 index, int16 N, int16 offset, int16 pos[]);
72 void dec_6p_6N_2(int32 index, int16 N, int16 offset, int16 pos[]);
pvamrwb_math_op.h 76 int32 one_ov_sqrt( /* (o) Q31 : output value (range: 0<=val<1) */
77 int32 L_x /* (i) Q0 : input value (range: 0<=val<=7fffffff) */
80 int32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */
83 int32 power_of_2( /* (o) Q0 : result (range: 0<=val<=0x7fffffff) */
87 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
96 int32 L_x, /* (i) : input value */
102 int32 L_x, /* (i) : input value (normalized) */
115 void int32_to_dpf(int32 L_32, int16 *hi, int16 *lo);
116 int32 mpy_dpf_32(int16 hi1, int16 lo1, int16 hi2, int16 lo2);
123 #define L_deposit_h( x) (int32)(x<<16
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 144 int32 inputBufferCurrentLength;
152 int32 inputBufferUsedLength;
177 int32 inputBufferMaxLength;
196 int32 samplingRate;
205 int32 bitRate;
212 int32 outputFrameSize;
218 int32 crcEnabled;
  /external/dng_sdk/source/
dng_pixel_buffer.h 41 int32 &sStep0,
42 int32 &sStep1,
43 int32 &sStep2,
44 int32 &dStep0,
45 int32 &dStep1,
46 int32 &dStep2);
53 int32 &sStep0,
54 int32 &sStep1,
55 int32 &sStep2);
62 int32 &dStep0
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 23 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size);
26 int32 GetUIntSize(uint64 value);
27 int32 GetIntSize(int64 value);
28 int32 GetCodedUIntSize(uint64 value);
40 int32 WriteUInt(IMkvWriter* writer, uint64 value);
45 int32 WriteUIntSize(IMkvWriter* writer, uint64 value, int32 size);
52 int32 WriteID(IMkvWriter* writer, uint64 type);
75 void GetVersion(int32* major, int32* minor, int32* build, int32* revision)
    [all...]

Completed in 3257 milliseconds

1 23 4 5 6 7 8 91011>>