HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 426 - 450 of 996) sorted by null

<<11121314151617181920>>

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd_linux.c 102 sdstd_reg_map(osl_t *osh, int32 addr, int size)
108 sdstd_reg_unmap(osl_t *osh, int32 addr, int size)
  /external/protobuf/src/google/protobuf/
extension_set.h 221 int32 GetInt32 (int number, int32 default_value) const;
239 void SetInt32 (int number, FieldType type, int32 value, desc);
257 int32 GetRepeatedInt32 (int number, int index) const;
268 void SetRepeatedInt32 (int number, int index, int32 value);
281 void AddInt32 (int number, FieldType type, bool packed, int32 value, desc);
386 int32 int32_value;
397 RepeatedField <int32 >* repeated_int32_value;
540 // For example, if "foo" is an extension of type "optional int32", then if you
543 // you will get a compile error because PrimitiveTypeTraits<int32> does no
    [all...]
generated_message_reflection.h 150 int32 GetInt32 (const Message& message,
176 const FieldDescriptor* field, int32 value) const;
197 int32 GetRepeatedInt32 (const Message& message,
225 const FieldDescriptor* field, int index, int32 value) const;
249 const FieldDescriptor* field, int32 value) const;
wire_format_lite.cc 209 void WireFormatLite::WriteInt32(int field_number, int32 value,
229 void WireFormatLite::WriteSInt32(int field_number, int32 value,
249 void WireFormatLite::WriteSFixed32(int field_number, int32 value,
  /frameworks/base/media/libstagefright/codecs/aacdec/
imdct_fxp.h 83 extern const Int32 exp_rotation_N_256[64];
84 extern const Int32 exp_rotation_N_2048[512];
107 Int32 data_quant[],
108 Int32 freq_2_time_buffer[],
111 Int32 max
init_sbr_dec.cpp 130 Int32 init_sbr_dec(Int32 codecSampleRate,
135 Int32 outFrameSize;
136 Int32 coreCodecFrameSize = 1024;
138 Int32 i;
ps_decorrelate.h 86 Int32 *rIntBufferLeft,
87 Int32 *iIntBufferLeft,
88 Int32 *rIntBufferRight,
89 Int32 *iIntBufferRight,
90 Int32 scratch_mem[]);
sbr_crc_check.cpp 134 Int32 sbr_crc_check(BIT_BUFFER * hBitBuf, UInt32 NrBits)
136 Int32 crcResult = 1;
142 Int32 i;
145 Int32 CrcStep;
146 Int32 CrcNrBitsRest;
unpack_idx.cpp 40 Description: (1) Typecast codeword_indx to Int32 before multiplication, this
43 (2) define temp_spec as Int32 to avoid overflow
252 __inline Int32 abs1(Int32 x)
254 Int32 z;
385 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
439 preload_cache((Int32 *)pQuantSpec);
496 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
558 Int32 esc_seq;
564 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD
    [all...]
pns_left.cpp 86 Int32 spectral_coef[] = Array of pointers pointing to the
93 Int32 *pCurrentSeed = Pointer to the current seed for the
104 Int32 spectral_coef[] = Contains the new spectral information
323 Int32 spectral_coef[],
325 Int32 *pCurrentSeed)
341 Int32 *pWindow_Coef;
344 Int32 *spec;
ps_bstr_decoding.cpp 117 const Int32 aNoIidBins[3] = {NO_LOW_RES_IID_BINS, NO_IID_BINS, NO_HI_RES_BINS};
118 const Int32 aNoIccBins[3] = {NO_LOW_RES_ICC_BINS, NO_ICC_BINS, NO_HI_RES_BINS};
119 const Int32 aFixNoEnvDecode[4] = {0, 1, 2, 4};
138 Int32 noIidSteps;
149 Int32 *aPrevIidIndex;
150 Int32 *aPrevIccIndex;
232 Int32 shift;
sbr_get_noise_floor_data.cpp 140 Int32 i;
141 Int32 j;
142 Int32 k;
143 Int32 tmp;
144 Int32 delta;
145 Int32 noNoiseBands = h_frame_data->nNfb;
146 Int32 envDataTableCompFactor;
pns_intensity_right.cpp 61 [Int32 *, length 1024]
65 [Int32 *, length 1024]
77 [Int32 * const]
399 Int32 coefLeft[],
400 Int32 coefRight[],
403 Int32 * const pCurrentSeed)
406 Int32 *pCoefRight;
407 Int32 *pWindow_CoefR;
409 Int32 *pCoefLeft;
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
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;
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.cpp 100 LOGV ("loc_eng_ioctl: client = %d, ioctl_type = %d, cb_data =0x%x\n", (int32) handle, ioctl_type, (uint32) cb_data_ptr);
325 (int32) client_handle, (int32) ioctl_cb_data_ptr->client_handle);
343 (int32) ioctl_cb_data_ptr->client_handle, ioctl_cb_data_ptr->ioctl_type,
344 (int32) ioctl_cb_data_ptr->cb_payload.status);
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 41 int DesiredIndexTableLen(int32 storage_size) {
51 // The biggest storage_size for int32 requires a 4 MB table.
184 return static_cast<int32>(available * 8 / 10);
192 return static_cast<int32>(available / 10);
203 return static_cast<int32>(one_percent);
339 int32 BackendImpl::GetEntryCount() const {
343 int32 not_deleted = data_->header.num_entries -
813 int32 BackendImpl::GetCurrentEntryId() const {
821 void BackendImpl::ModifyStorageSize(int32 old_size, int32 new_size)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Int32Arr.c 84 bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF32( int32 ) );
94 const int32* ptr1L = ptrA->arrPtrE;
95 const int32* ptr2L = srcPtrA->arrPtrE;
118 return sizeA * bbs_SIZEOF16( int32 ) + bbs_MEM_BLOCK_OVERHD;
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int32 ) );
182 ptrA->sizeE * bbs_SIZEOF16( int32 );
233 int32 valA )
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Sequence.c 231 int32 bbf_Sequence_activity( const struct bbf_Feature* ptrA, const uint32* patchA )
237 int32 sizeL = ptrL->sizeE;
240 int32 actSumL = ( -sizeL ) << 20;
249 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ];
259 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ];
260 int32 wgtL = ptrL->wgtArrE.arrPtrE[ iL ];
261 actL = ( actL >> 16 ) * wgtL + ( ( ( int32 )( actL & 0x0000FFFF ) * wgtL ) >> 16 );
  /frameworks/base/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/gtest/include/gtest/internal/
gtest-port.h 135 // Int32, UInt32, Int64, UInt64, TimeInMillis
148 // Int32FromGTestEnv() - parses an Int32 environment variable.
789 typedef TypeWithSize<4>::Int Int32;
876 extern ::testing::internal::Int32 GTEST_FLAG(name)
884 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
894 bool ParseInt32(const Message& src_text, const char* str, Int32* value);
896 // Parses a bool/Int32/string from the environment variable
899 Int32 Int32FromGTestEnv(const char* flag, Int32 default_val);
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 312 int32 offset_for_non_ref_pic; /* se(v) */
313 int32 offset_for_top_to_bottom_field; /* se(v) */
316 int32 offset_for_ref_frame[MAX_NUM_REF_FRAMES_IN_PIC_ORDER_CNT_CYCLE]; /* se(v) */
400 int32 delta_pic_order_cnt_bottom; /* se(v) */
403 int32 delta_pic_order_cnt[2];
571 int32 mvL0[16]; /* motion vectors, 16 bit packed (x,y) per element */
572 int32 mvL1[16];
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.h 139 void bts_Flt16Vec_mul( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, int32 valA, int16 expA );
142 void bts_Flt16Vec_dotPtrd( struct bbs_Context* cpA, struct bts_Flt16Vec* vp1A, struct bts_Flt16Vec* vp2A, int32* manPtrA, int32* expPtrA );
RBFMap2D.h 65 int32 RBFTypeE;
74 int32 altTypeE;
165 int32 dstBbpA );
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 124 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size)
513 int32 getPointer(BitstreamDecVideo *stream)
529 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos)
531 int32 byte_pos;
607 int32 i;
608 int32 initial_byte_aligned_position = (stream->bitcnt + 7) >> 3;
636 int32 i;
637 int32 initial_byte_aligned_position = (stream->bitcnt + 7) >> 3;
655 int32 byte_pos = (stream->bitcnt >> 3);
660 stream->data_end_pos = PVLocateFrameHeader(ptr, (int32)stream->data_end_pos - byte_pos) + byte_pos
    [all...]

Completed in 1277 milliseconds

<<11121314151617181920>>