HomeSort by relevance Sort by last modified time
    Searched refs:int32 (Results 101 - 125 of 2085) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.c 115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE;
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE;
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE;
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE;
136 vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPtrA->bbpE
    [all...]
Flt16Alt2D.h 108 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 xA,
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_tables.h 55 #define Qfmt_28(a) (int32(double(0x10000000)*(a)))
87 extern const int32 mp3_s_freq[4][4];
88 extern const int32 inv_sfreq[4];
90 extern const int32 power_one_third[513];
93 extern const int32 mp3_shortwindBandWidths[9][13];
94 extern const int32 pqmfSynthWin[(HAN_SIZE/2) + 8];
pvmp3_poly_phase_synthesis.h 90 int32 numChannels,
pvmp3_alias_reduction.cpp 38 int32 *input_buffer, Ptr to fequency lines of current channel
112 #define Q31_fmt(a) (int32(double(0x7FFFFFFF)*(a)))
123 const int32 c_signal [ NUM_BUTTERFLIES ] =
134 const int32 c_alias [ NUM_BUTTERFLIES ] =
157 void pvmp3_alias_reduction(int32 *input_buffer, /* Ptr to spec values of current channel */
159 int32 *used_freq_lines,
162 int32 *ptr1;
163 int32 *ptr2;
164 int32 *ptr3;
165 int32 *ptr4
    [all...]
pvmp3_stereo_proc.cpp 40 int32 xr[], input channel
41 int32 xl[],
42 int32 Start, Location of first element where stereo intensity is applied
43 int32 Number number of elements affected
47 int32 xl[], generated stereo channel
58 int32 xr[], input channel
59 int32 xl[],
60 int32 is_pos, index to table is_ratio_factor[]
61 int32 Start, Location of first element where stereo intensity is applied
62 int32 Number number of elements affecte
    [all...]
pvmp3_get_scale_factors.cpp 40 int32 gr, granule
41 int32 ch, channel
89 #define Qfmt_28(a)(int32(double(0x10000000)*(a)))
100 const int32 slen[2][16] =
108 int32 l[5];
109 int32 s[3];
116 const int32 long_sfbtable[4] = { 6, 5, 5, 5};
134 int32 gr,
135 int32 ch,
138 int32 sfb
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
cxx.proto 31 int32 characteristic_kind = 2;
41 int32 first_angled_dir = 1;
44 int32 first_system_dir = 2;
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.c 82 const int32 bbs_sin32_table1G[] =
118 const int32 bbs_sin32_table2G[] =
139 int32 bbs_sin32( phase16 phaseA )
143 int32 oL = ( phaseA & 0x00FF );
145 int32 sinL = bbs_sin32_table1G[ indexL ] + oL * bbs_sin32_table1G[ indexL + 1 ];
158 int32 o1L = ( phaseA & 0x07FF );
159 int32 o2L = ( o1L * o1L ) >> 8;
161 int32 sinL = bbs_sin32_table2G[ indexL ] + ( ( o1L * bbs_sin32_table2G[ indexL + 1 ] ) << 3 ) + o2L * bbs_sin32_table2G[ indexL + 2 ];
181 int32 phase1L = iL * 256;
182 int32 phase2L = phase1L + 256
    [all...]
  /external/libtextclassifier/smartselect/
tokenizer.h 44 int32 start;
45 int32 end;
48 CodepointRange(int32 arg_start, int32 arg_end,
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 15 typedef int int32; typedef in namespace:mkvmuxer
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
42 __inline int32 sad_4pixel(int32 src1, int32 src2, int32 mask)
44 int32 x7;
82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_netbsd_386.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
30 Usec int32
36 Maxrss int32
37 Ixrss int32
38 Idrss int32
39 Isrss int32
40 Minflt int32
41 Majflt int32
    [all...]
ztypes_linux_386.go 19 _C_int int32
20 _C_long int32
25 Sec int32
26 Nsec int32
30 Sec int32
31 Usec int32
36 Offset int32
37 Freq int32
38 Maxerror int32
39 Esterror int32
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_netbsd_386.go 18 _C_int int32
19 _C_long int32
25 Nsec int32
30 Usec int32
36 Maxrss int32
37 Ixrss int32
38 Idrss int32
39 Isrss int32
40 Minflt int32
41 Majflt int32
    [all...]
ztypes_linux_386.go 19 _C_int int32
20 _C_long int32
25 Sec int32
26 Nsec int32
30 Sec int32
31 Usec int32
36 Offset int32
37 Freq int32
38 Maxerror int32
39 Esterror int32
    [all...]
  /external/libtextclassifier/util/base/
integral_types.h 30 typedef int int32; typedef in namespace:libtextclassifier
37 // and it should always be the signed version of whatever int32 is.)
52 static_assert(sizeof(int32) == 4, "wrong size");
  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.h 65 int32 toneDownFactorA, /* bpb = [16.16] */
66 int32 cutOffAccuracyA ); /* bpb = [16.16], put in 0 for highest accuracy */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pit_shrp.cpp 122 int32 L_tmp;
126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
preemph_amrwb_dec.cpp 121 int32 L_tmp;
125 L_tmp = msu_16by16_from_int32((int32)x[i] << 16, x[i - 1], mu);
pvamrwbdecoder_basic_op.h 56 #define MAX_32 (int32)0x7fffffffL
57 #define MIN_32 (int32)0x80000000L
146 L_var1 32 bit long signed integer (int32) whose value falls in the
153 32 bit long signed integer (int32) whose value falls in the
158 __inline int32 shl_int32(int32 L_var1, int16 var2)
160 int32 L_var_out;
190 L_var1 32 bit long signed integer (int32) whose value falls in the
197 32 bit long signed integer (int32) whose value falls in the
202 __inline int32 shr_int32(int32 L_var1, int16 var2
    [all...]
  /frameworks/base/core/proto/android/os/
worksource.proto 25 int32 uid = 1;
  /frameworks/base/core/proto/android/service/
notification.proto 33 int32 flags = 3;
36 int32 sound_usage = 6;
40 int32 importance = 10;
54 int32 suppressed_effects = 3;
package.proto 29 int32 uid = 2;
42 int32 version = 2;
45 int32 user_id = 1;
63 int32 revision_code = 2;
90 int32 id = 1;
104 int32 uid = 2;
106 int32 version_code = 3;
  /packages/apps/TV/proto/
track.proto 28 optional int32 index = 3;
29 optional int32 channel_count = 4;
30 optional int32 sample_rate = 5;
45 optional int32 service_number = 2;

Completed in 4476 milliseconds

1 2 3 45 6 7 8 91011>>