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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3_huffman.h 84 int32 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
87 int32 part2_start,
92 int32 *is,
96 int32 *is,
101 int32 *is,
pvmp3_alias_reduction.h 81 void pvmp3_alias_reduction(int32 *input_buffer,
83 int32 *used_freq_lines,
pvmp3_equalizer.h 89 void pvmp3_equalizer(int32 *inData,
91 int32 *pt_work_buff);
pvmp3_dec_defs.h 93 #define SYNC_WORD (int32)0x7ff
121 int32 version_x;
122 int32 layer_description;
123 int32 error_protection;
124 int32 bitrate_index;
125 int32 sampling_frequency;
126 int32 padding;
127 int32 extension;
128 int32 mode;
129 int32 mode_ext
    [all...]
pvmp3_dequantize_sample.h 89 int32 power_1_third(int32 xx);
91 void pvmp3_dequantize_sample(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
94 int32 num_lines,
pvmp3_imdct_synth.h 84 void pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS],
85 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
88 int32 used_freq_lines,
89 int32 *Scratch_mem);
s_tmp3dec_file.h 87 int32 num_channels;
88 int32 predicted_frame_size;
89 int32 frame_start;
90 int32 Scratch_mem[198];
pvmp3_polyphase_filter_window.h 93 __inline int16 saturate16(int32 sample)
95 int32 a;
96 int32 b = 31;
108 inline int16 saturate16(int32 sample)
121 void pvmp3_polyphase_filter_window(int32 *synth_buffer,
123 int32 numChannels);
pvmp3_get_scale_factors.h 91 int32 gr,
92 int32 ch,
pvmp3_mpeg2_get_scale_data.h 90 int32 gr,
91 int32 ch,
pvmp3_mpeg2_get_scale_factors.h 91 int32 gr,
92 int32 ch,
  /external/regex-re2/util/
random.cc 11 int32 ACMRandom::Next() {
12 const int32 M = 2147483647L; // 2^31-1
13 const int32 A = 16807;
15 uint32 lo = A * (int32)(seed_ & 0xFFFF);
16 uint32 hi = A * (int32)((uint32)seed_ >> 16);
27 return (seed_ = (int32) lo);
30 int32 ACMRandom::Uniform(int32 n) {
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.h 29 int32 num_classes,
30 int32 num_dimensions,
  /frameworks/opt/net/wifi/service/proto/
wifi.proto 31 optional int32 num_saved_networks = 2;
34 optional int32 num_open_networks = 3;
37 optional int32 num_personal_networks = 4;
40 optional int32 num_enterprise_networks = 5;
49 optional int32 num_wifi_toggled_via_settings = 8;
52 optional int32 num_wifi_toggled_via_airplane = 9;
55 optional int32 num_networks_added_by_user = 10;
58 optional int32 num_networks_added_by_apps = 11;
61 optional int32 num_empty_scan_results = 12;
64 optional int32 num_non_empty_scan_results = 13
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 56 const int32* rawSimArrA,
57 const int32* rawIdArrA,
59 const int32* refSimArrA,
60 const int32* refIdArrA,
63 int32* outSimArrA );
68 int32 bpi_normalizedSimilarity( struct bbs_Context* cpA,
69 int32 rawSimA,
70 int32 rawIdA,
71 const int32* refSimArrA,
72 const int32* refIdArrA
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.h 45 typedef int32 phase32;
85 * The function approximates ( int32 )( sin( ( M_PI * phaseA ) / ( 1<<15 ) ) * ( 1<<24 ) )
89 int32 bbs_sin32( phase16 phaseA );
94 * The function approximates ( int32 )( cos( ( M_PI * phaseA ) / ( 1<<15 ) ) * ( 1<<24 ) )
98 int32 bbs_cos32( phase16 phaseA );
128 phase16 bbs_phase16( int32 xA, int32 yA );
Math.h 78 int32 bbs_inv32( int32 valA );
97 uint32 bbs_pow2( int32 valA );
108 uint32 bbs_exp( int32 valA );
111 int16 bbs_satS16( int32 valA );
116 /* int32 bbs_round( int32 valA, int32 bbpA ); */
122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA );
128 int32 bbs_fermi( int32 valA )
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_armv5.h 64 int32 L_var_out;
65 int32 L_var_aux;
81 int32 L_var_out;
82 int32 L_var_aux;
96 __inline int32 add_int32(int32 L_var1, int32 L_var2)
98 int32 L_var_out;
108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2
    [all...]
pvamrwbdecoder_basic_op_cequivalent.h 90 int32 L_sum;
92 L_sum = (int32) var1 + var2;
129 int32 L_diff;
131 L_diff = (int32) var1 - var2;
167 int32 L_product;
169 L_product = ((int32) var1 * (int32) var2) >> 15;
190 L_var1 32 bit long signed integer (int32) whose value falls in the
193 L_var2 32 bit long signed integer (int32) whose value falls in the
199 32 bit long signed integer (int32) whose value falls in th
    [all...]
  /packages/services/Car/libvehiclenetwork/proto/
VehicleNetworkProto.proto 22 required int32 prop = 1;
23 required int32 access = 2;
24 required int32 change_mode = 3;
25 required int32 value_type = 4;
26 required int32 permission_model = 5;
27 optional int32 zones = 6;
28 repeated int32 config_array = 7;
34 repeated int32 int32_maxs = 13;
35 repeated int32 int32_mins = 14;
46 required int32 prop = 1
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec3D.c 72 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE;
83 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL;
84 int32 yL = ( int32 ) srcPtrA->yE << bbpDiffL;
85 int32 zL = ( int32 ) srcPtrA->zE << bbpDiffL;
94 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL;
95 int32 yL = ( int32 ) ptrA->yE << -bbpDiffL
    [all...]
Int32Mat.h 79 int32 widthA,
115 const int32* matA,
116 int32 matWidthA,
117 const int32* inVecA,
118 int32* outVecA,
119 int32 bbpA,
120 int32* tmpMatA,
121 int32* tmpVecA );
129 int32* matA,
130 int32 matWidthA
    [all...]
Int16Vec3D.c 117 return ( int32 ) ptrA->xE * ptrA->xE +
118 ( int32 ) ptrA->yE * ptrA->yE +
119 ( int32 ) ptrA->zE * ptrA->zE;
126 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE +
127 ( int32 ) ptrA->yE * ptrA->yE +
128 ( int32 ) ptrA->zE * ptrA->zE );
133 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA )
135 int32 normL = bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE +
136 ( int32 ) ptrA->yE * ptrA->yE
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1;
34 temp0 = (int32 *)prev;
35 temp1 = (int32 *)comp;
45 temp0 = (int32 *)prev;
46 temp1 = (int32 *)comp;
56 temp0 = (int32 *)prev;
57 temp1 = (int32 *)comp;
67 temp0 = (int32 *)prev;
68 temp1 = (int32 *)comp;
88 int32 *temp0, *temp1
    [all...]
  /external/dng_sdk/source/
dng_bottlenecks.h 58 int32 rowStep,
59 int32 colStep,
60 int32 planeStep);
68 int32 rowStep,
69 int32 colStep,
70 int32 planeStep);
78 int32 rowStep,
79 int32 colStep,
80 int32 planeStep);
90 int32 sRowStep
    [all...]

Completed in 4702 milliseconds

12 3 4 5 6 7 8 91011>>