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

1 2 3 4 56 7 8 91011>>

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 336 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 tyL
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
83 extern int32 loc_close
93 extern int32 loc_start_fix
98 extern int32 loc_stop_fix
103 extern int32 loc_ioctl
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
83 extern int32 loc_close
93 extern int32 loc_start_fix
98 extern int32 loc_stop_fix
103 extern int32 loc_ioctl
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
83 extern int32 loc_close
93 extern int32 loc_start_fix
98 extern int32 loc_stop_fix
103 extern int32 loc_ioctl
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
83 extern int32 loc_close
93 extern int32 loc_start_fix
98 extern int32 loc_stop_fix
103 extern int32 loc_ioctl
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_rpc_glue.h 63 typedef int32 (loc_event_cb_f_type)(
83 extern int32 loc_close
93 extern int32 loc_start_fix
98 extern int32 loc_stop_fix
103 extern int32 loc_ioctl
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 45 int32 vec[], input vector length 16
49 int32 vec[], dct length 16
57 int32 vec[], input vector length 16
61 int32 vec[], merged output of two dct 16 to create a dct 32
69 int32 vec[], input vector length 16
73 int32 vec[], splitted even/odd and pre processing rotation
112 #define Qfmt(a) (int32)((a)*((int32)1<<27))
123 const int32 CosTable_dct32[16] =
153 void pvmp3_dct_16(int32 vec[], int32 flag
    [all...]
pvmp3_dequantize_sample.cpp 42 int32 power_1_third( int32 xx)
45 int32 xx, int32 in the [0, 8192] range
49 int32 xx^(1/3) int32 Q26 number representing
58 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
65 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], dequantize output as (.)^(4/3)
111 #define Q30_fmt(a)(int32(double(0x40000000)*(a)))
112 #define Q29_fmt(a)(int32(double(0x20000000)*(a))
    [all...]
pvmp3_normalize.cpp 37 Int32 x 32-bit integer non-zero input
39 Int32 i number of leading zeros on x
113 int32 pvmp3_normalize(int32 x)
118 int32 i;
  /packages/apps/Launcher3/protos/
launcher_dump.proto 31 optional int32 page_id = 2;
32 optional int32 grid_x = 3;
33 optional int32 grid_y = 4;
45 optional int32 span_x = 10 [default = 1];// Used for ItemType.WIDGET
46 optional int32 span_y = 11 [default = 1];// Used for ItemType.WIDGET
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxerutil.h 32 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size);
35 int32 GetUIntSize(uint64 value);
36 int32 GetIntSize(int64 value);
37 int32 GetCodedUIntSize(uint64 value);
54 int32 WriteUInt(IMkvWriter* writer, uint64 value);
59 int32 WriteUIntSize(IMkvWriter* writer, uint64 value, int32 size);
66 int32 WriteID(IMkvWriter* writer, uint64 type);
96 void GetVersion(int32* major, int32* minor, int32* build, int32* revision)
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 106 int32 maxcode[18];
108 int32 numbits[256];
109 int32 value[256];
123 int32 l;
124 int32 i;
143 int32 p = 0;
148 for (i = 1; i <= (int32) htbl->bits [l]; i++)
155 int32 lastp = p;
164 int32 si = huffsize [0];
171 while (((int32) huffsize [p]) == si)
    [all...]
dng_bad_pixels.cpp 168 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++)
392 for (int32 j = index - 1; j >= 0; j--)
397 if (pt2.v < pt.v - (int32) radius)
416 if (pt2.v > pt.v + (int32) radius)
507 for (int32 j = index - 1; j >= 0; j--)
742 int32 padding = 0;
837 int32 b01 = p0 [1];
838 int32 g02 = p0 [2];
839 int32 b03 = p0 [3]
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
Functions.c 40 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 roundL = 0
    [all...]
  /packages/apps/TV/proto/
channel.proto 31 optional int32 frequency = 4;
34 optional int32 program_number = 7;
35 optional int32 virtual_major = 8;
36 optional int32 virtual_minor = 9;
39 optional int32 tsid = 12;
40 optional int32 video_pid = 13;
42 optional int32 pcr_pid = 15;
44 repeated int32 audio_pids = 17;
46 optional int32 audio_track_index = 19;
  /external/mesa3d/include/HaikuGL/
GLRenderer.h 50 inline int32 ReferenceCount() const { return fRefCount; };
58 virtual status_t _Reserved_Renderer_0(int32, void *);
59 virtual status_t _Reserved_Renderer_1(int32, void *);
60 virtual status_t _Reserved_Renderer_2(int32, void *);
61 virtual status_t _Reserved_Renderer_3(int32, void *);
62 virtual status_t _Reserved_Renderer_4(int32, void *);
64 int32 fRefCount; // How much we're still useful
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
deemphasis_32.cpp 130 int32 L_tmp;
133 L_tmp = ((int32)x_hi[0]) << 16;
134 L_tmp += ((int32)x_lo[0]) << 4;
146 L_tmp = ((int32)hi) << 16;
147 L_tmp += ((int32)lo) << 4;
155 L_tmp = ((int32)hi) << 16;
156 L_tmp += ((int32)lo) << 4;
pvamrwb_math_op.cpp 50 int32 L_32 : standard signed 32 bits format
52 int32 frac, int16 exp : L_32 = frac << exp-31 (normalised format)
96 int32 L_product_arr;
98 L_product_arr = (int32) var1 * (int32) var2; /* product */
99 L_product_arr += (int32) 0x00004000L; /* round */
209 int32 L_num;
210 int32 L_denom;
211 int32 L_denom_by_2;
212 int32 L_denom_by_4
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_arm.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_linux_arm.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/neven/Embedded/common/src/b_BasicEm/
Math.c 37 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 ) 1 ) return 0x40000000 * signL
    [all...]
Memory.c 55 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 ) srcA + ( sizeA << 1 ) ) >> 16 )
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_nacl.go 10 waitsema int32 // semaphore for parking on locks
11 waitsemacount int32
12 waitsemalock int32
15 func nacl_exception_stack(p uintptr, size int32) int32
16 func nacl_exception_handler(fn uintptr, arg unsafe.Pointer) int32
17 func nacl_sem_create(flag int32) int32
18 func nacl_sem_wait(sem int32) int32
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_nacl.go 10 waitsema int32 // semaphore for parking on locks
11 waitsemacount int32
12 waitsemalock int32
15 func nacl_exception_stack(p uintptr, size int32) int32
16 func nacl_exception_handler(fn uintptr, arg unsafe.Pointer) int32
17 func nacl_sem_create(flag int32) int32
18 func nacl_sem_wait(sem int32) int32
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
time.h 57 void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos);
66 string LIBPROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos);
69 bool LIBPROTOBUF_EXPORT ParseTime(const string& vaule, int64* seconds, int32* nanos);

Completed in 963 milliseconds

1 2 3 4 56 7 8 91011>>