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

1 2 3 4 5 67 8 91011>>

  /external/neven/Embedded/common/src/b_APIEm/
DCR.h 79 int32 confidenceE;
85 int32 idE;
147 int32 bpi_DCR_confidence( struct bbs_Context* cpA,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
L04Dns2x2Ftr.h 53 int32 wShiftE;
56 int32 activityFactorE;
108 int32 bbf_L04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Vec2D.h 86 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 );
Int16Vec3D.h 88 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA );
91 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA );
CompactAlt.c 190 int32 expL = inExpA;
201 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + vecL[ iL ] + 1 ) >> 1;
206 int32 shrL = expL - ptrA->vecExpE;
207 int32 addL = ( int32 )1 << ( shrL - 1 );
208 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ] + addL ) >> shrL ) + 1 ) >> 1;
213 int32 shrL = ptrA->vecExpE - expL;
214 int32 addL = ( int32 )1 << ( shrL - 1 )
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
band_pass_6k_7k.cpp 157 int32 L_tmp1;
158 int32 L_tmp2;
159 int32 L_tmp3;
160 int32 L_tmp4;
180 L_tmp1 -= ((int32)x[(i<<2)+L_FIR ] << 5);
181 L_tmp2 -= ((int32)x[(i<<2)+L_FIR+1] << 5);
182 L_tmp3 -= ((int32)x[(i<<2)+L_FIR+2] << 5);
183 L_tmp4 -= ((int32)x[(i<<2)+L_FIR+3] << 5);
185 L_tmp1 -= ((int32)x[(i<<2)] << 5);
186 L_tmp2 -= ((int32)x[(i<<2)+1] << 5)
    [all...]
isp_az.cpp 107 void Get_isp_pol(int16 * isp, int32 * f, int16 n);
108 void Get_isp_pol_16kHz(int16 * isp, int32 * f, int16 n);
142 int32 f1[NC16k + 1], f2[NC16k];
144 int32 t0;
145 int32 t1;
147 int32 tmax;
278 t0 = (int32)(((int64)f1[nc] * isp[m - 1]) >> 16) << 1;
334 void Get_isp_pol(int16 * isp, int32 * f, int16 n)
337 int32 t0;
371 void Get_isp_pol_16kHz(int16 * isp, int32 * f, int16 n
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.cpp 40 int32 numChannels, number of channels
123 int32 numChannels,
138 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
140 int32 *inData = &pChVars->circ_buffer[544 - (band<<5)];
pvmp3_get_main_data_size.cpp 116 int32 pvmp3_get_main_data_size(mp3Header *info,
121 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[info->version_x][info->bitrate_index] << 20,
pvmp3_mpeg2_stereo_proc.cpp 48 int32 xr[], input channel
49 int32 xl[],
50 int32 m, selecting index: io = 2(1/4) (m=0), io = 2(1/8) (m=1)
51 int32 is_pos, index on table is_pos_pow_eitgh_root_of_2
52 int32 Start, Location of first element where stereo intensity is applied
53 int32 Number number of elements affected
57 int32 xl[], generated stereo channel
70 int32 xr[], input channel
71 int32 xl[],
79 int32 xl[], generated stereo channe
    [all...]
pvmp3_polyphase_filter_window.cpp 40 int32 *synth_buffer, synthesis input buffer
42 int32 numChannels number of channels
115 void pvmp3_polyphase_filter_window(int32 *synth_buffer,
117 int32 numChannels)
119 int32 sum1;
120 int32 sum2;
121 const int32 *winPtr = pqmfSynthWin;
122 int32 i;
135 int32 *pt_1 = &synth_buffer[ i+j];
136 int32 *pt_2 = &synth_buffer[ i-j]
    [all...]
pvmp3_equalizer.cpp 39 int32 *inData, pointer to the spectrum frequency-line
41 int32 *pt_work_buff
44 int32 *pt_work_buff pointer to the equalized frequency-line
101 #define Qmf31( x) (int32)(x*(float)0x7FFFFFFF)
114 const int32 equalizerTbl[8][SUBBANDS_NUMBER] =
325 void pvmp3_equalizer(int32 *circ_buffer,
327 int32 *work_buff)
332 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
335 int32 *pt_work_buff = &work_buff[band];
336 int32 *inData = &circ_buffer[544 - (band<<5)]
    [all...]
  /frameworks/base/libs/hwui/protos/
hwui.proto 32 required int32 left = 1;
33 required int32 right = 2;
34 required int32 top = 3;
35 required int32 bottom = 4;
36 required int32 clip_flags = 5;
87 optional int32 projection_receive_index = 1;
  /system/extras/perfprofd/quipper/base/
basictypes.h 25 typedef int32_t int32; typedef
53 const int32 kint32min = -0x7FFFFFFF - 1;
54 const int32 kint32max = 0x7FFFFFFF;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8Image.h 144 int32 xOffsA,
145 int32 yOffsA,
147 int32 resultWidthA,
148 int32 resultHeightA );
155 int32 resultWidthA,
156 int32 resultHeightA );
  /external/dng_sdk/source/
dng_reference.cpp 89 int32 rowStep,
90 int32 colStep,
91 int32 planeStep)
130 int32 rowStep,
131 int32 colStep,
132 int32 planeStep)
171 int32 rowStep,
172 int32 colStep,
173 int32 planeStep)
212 int32 sRowStep
    [all...]
dng_rect.h 34 int32 t;
35 int32 l;
36 int32 b;
37 int32 r;
51 // be represented as an int32. The intent of this is to protect code
54 dng_rect (int32 tt, int32 ll, int32 bb, int32 rr)
60 int32 dummy
    [all...]
dng_utils.h 39 inline uint32 Abs_int32 (int32 x)
60 inline int32 Min_int32 (int32 x, int32 y)
67 inline int32 Max_int32 (int32 x, int32 y)
74 inline int32 Pin_int32 (int32 min, int32 x, int32 max
    [all...]
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 32 int32 num_classes,
33 int32 num_dimensions,
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
317 int32 stride; /* defines stride in bytes, negative stride is allowed */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
339 int32 x; /* upper-left x */
340 int32 y; /* upper-left y */
341 int32 width; /* width */
342 int32 height; /* height *
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
317 int32 stride; /* defines stride in bytes, negative stride is allowed */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
339 int32 x; /* upper-left x */
340 int32 y; /* upper-left y */
341 int32 width; /* width */
342 int32 height; /* height *
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
317 int32 stride; /* defines stride in bytes, negative stride is allowed */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
339 int32 x; /* upper-left x */
340 int32 y; /* upper-left y */
341 int32 width; /* width */
342 int32 height; /* height *
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
317 int32 stride; /* defines stride in bytes, negative stride is allowed */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
339 int32 x; /* upper-left x */
340 int32 y; /* upper-left y */
341 int32 width; /* width */
342 int32 height; /* height *
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
317 int32 stride; /* defines stride in bytes, negative stride is allowed */
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
339 int32 x; /* upper-left x */
340 int32 y; /* upper-left y */
341 int32 width; /* width */
342 int32 height; /* height *
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 39 #if !defined(int32) && !defined(_INT32_DEFINED)
40 typedef int int32; typedef
318 int32 stride; /* defines stride in bytes, negative stride is allowed */
328 int32 stride0; /* stride in bytes if YUV format is not planar */
331 int32 stride1; /* stride for UV or VU plane for planar interleaved */
334 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
340 int32 x; /* upper-left x */
341 int32 y; /* upper-left y */
342 int32 width; /* width */
343 int32 height; /* height *
    [all...]

Completed in 1706 milliseconds

1 2 3 4 5 67 8 91011>>