/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwb_math_op.h | 76 int32 one_ov_sqrt( /* (o) Q31 : output value (range: 0<=val<1) */ 77 int32 L_x /* (i) Q0 : input value (range: 0<=val<=7fffffff) */ 80 int32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */ 83 int32 power_of_2( /* (o) Q0 : result (range: 0<=val<=0x7fffffff) */ 87 int32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */ 96 int32 L_x, /* (i) : input value */ 102 int32 L_x, /* (i) : input value (normalized) */ 115 void int32_to_dpf(int32 L_32, int16 *hi, int16 *lo); 116 int32 mpy_dpf_32(int16 hi1, int16 lo1, int16 hi2, int16 lo2); 123 #define L_deposit_h( x) (int32)(x<<16 [all...] |
/hardware/msm7k/librpc/ |
xdr.c | 42 return XDR_SEND_INT32(xdr, (int32 *) value); 56 return XDR_RECV_INT32(xdr, (int32 *) value); 72 return XDR_SEND_INT32(xdr, (int32 *)ep); 74 return XDR_RECV_INT32(xdr, (int32 *)ep); 149 return (XDR_SEND_INT32(xdrs, (int32 *)&t1) && 150 XDR_SEND_INT32(xdrs, (int32 *)&t2)); 154 if (!XDR_RECV_INT32(xdrs, (int32 *)&t1) || 155 !XDR_RECV_INT32(xdrs, (int32 *)&t2)) 400 return XDR_SEND_INT32(xdr, (int32 *) ip); 402 return XDR_RECV_INT32(xdr, (int32 *) ip) [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Int16Vec2D.c | 129 int32 bts_Int16Vec2D_dotPrd( const struct bts_Int16Vec2D* vec1PtrA, 132 return ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; 139 return ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE; 146 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE ); 151 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA ) 153 int32 normL = bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE + ( int32 ) ptrA->yE * ptrA->yE ) [all...] |
RBFMap2D.c | 157 int32 bbp_internalL = 15; 158 int32 bbp_rbfCoeffL = 12; 160 int32 internalShiftL = bbp_internalL - srcPtrA->bbpE; 161 int32 rbfCoeffShiftL; 220 int32* ptrL = ptrA->matE.arrE.arrPtrE + iL * sizeL; 227 int32 normL = 0; 250 int32* basePtrL = ptrA->matE.arrE.arrPtrE; 270 int32* inPtrL = ptrA->inVecE.arrPtrE; 274 int32 shiftL = srcPtrA->bbpE - ptrA->srcClusterE.bbpE + internalShiftL; 277 for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( int32 )( dstVecL[ iL ].xE - altVecL[ iL ].xE ) << shiftL [all...] |
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
DCR.c | 238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E; 239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E; 283 if( hdcrA->dcrE.roiRectE.x1E > 0 ) nodePtrA->x += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; 284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; 285 nodePtrA->x += ( int32 )hdcrA->dcrE.offsE.xE << 16; 286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16; 309 int32 lIndexL = -1; 310 int32 rIndexL = -1; 332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE; 333 int32 lxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
ps_channel_filtering.cpp | 108 #define Q29_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 110 #define Qfmt31(a) (Int32)(-a*((Int32)1<<31) + (a>=0?0.5F:-0.5F)) 139 void two_ch_filtering(const Int32 *pQmf_r, 140 const Int32 *pQmf_i, 141 Int32 *mHybrid_r, 142 Int32 *mHybrid_i) 145 Int32 cum0; 146 Int32 cum1 [all...] |
idct8.cpp | 32 Int32 x 32-bit integer input length 8 76 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 78 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F)) 105 void idct_8(Int32 vec[]) 108 Int32 tmp0; 109 Int32 tmp1; 110 Int32 tmp2; 111 Int32 tmp3; 112 Int32 tmp4 [all...] |
ps_decode_bs_utils.h | 88 void differential_Decoding(Int32 enable, 89 Int32 *aIndex, 90 Int32 *aPrevFrameIndex, 91 Int32 DtDf, 92 Int32 nrElements, 93 Int32 stride, 94 Int32 minIdx, 95 Int32 maxIdx); 97 Int32 limitMinMax(Int32 i [all...] |
trans4m_freq_2_time_fxp.cpp | 33 modified Time_data from Int to Int32 to hold 107 Time_data needs only to be 1024 Int32, instead of 2048 (per channel). 141 type Int32 145 type Int32 163 type Int32 464 __inline Int16 sat(Int32 y) 466 Int32 x; 467 Int32 z; 485 __inline Int16 sat(Int32 y) 487 register Int32 x [all...] |
ps_pwr_transient_detection.cpp | 139 #define Q29_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 141 #define Qfmt31(a) (Int32)(-a*((Int32)1<<31) - 1 + (a>=0?0.5F:-0.5F)) 175 Int32 *rIntBufferLeft, 176 Int32 *iIntBufferLeft, 177 Int32 aTransRatio[]) 180 Int32 sb; 181 Int32 maxsb; 182 Int32 gr [all...] |
pv_sine.cpp | 32 Int32 x 32-bit integer angle (in Q30) between 0 and pi/2 89 #define Q_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 91 const Int32 sin_table[9] = 116 Int32 pv_sine(Int32 z) 118 Int32 sine; 119 Int32 i; 120 const Int32 *pt_table = sin_table; 121 Int32 sign = 0 [all...] |
pv_sqrt.cpp | 32 Int32 x 32-bit integer 34 Int32 y 32-bit integer 86 #define Q_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 89 const Int32 sqrt_table[9] = 118 void pv_sqrt(Int32 man, Int32 exp, Root_sq *result, Int32 *sqrt_cache) 121 Int32 y; 122 Int32 xx [all...] |
s_sbr_header_data.h | 77 Int32 crcEnable; 79 Int32 ampResolution; 82 Int32 startFreq; 83 Int32 stopFreq; 84 Int32 xover_band; 85 Int32 freqScale; 86 Int32 alterScale; 87 Int32 noise_bands; /* noise bands per octave, read from bitstream */ 90 Int32 noNoiseBands; /* actual number of noise bands to read from the bitstream */ 92 Int32 limiterBands [all...] |
mix_radix_fft.cpp | 49 type Int32 * 54 type Int32 * 159 void digit_reversal_swapping(Int32 *y, Int32 *x); 180 Int32 *Data, 181 Int32 *peak_value 186 const Int32 *p_w; 187 Int32 *pData_1; 188 Int32 *pData_2; 190 Int32 *pData_3 [all...] |
ps_fft_rx8.cpp | 38 type Int32 133 #define Q29_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 164 void ps_fft_rx8(Int32 Re[], Int32 Im[], Int32 scratch_mem[]) 170 Int32 *Q = &scratch_mem[0]; 171 Int32 *Z = &scratch_mem[16]; 172 Int32 temp1; 173 Int32 temp2 [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 262 HANDLE_TYPE( INT32, int32); 343 HANDLE_TYPE( INT32, Int32, int32); 347 HANDLE_TYPE( SINT32, SInt32, int32); 351 HANDLE_TYPE(SFIXED32, SFixed32, int32); 376 HANDLE_TYPE( INT32, Int32, int32); [all...] |
wire_format.cc | 315 size += sizeof(int32); 465 HANDLE_PACKED_TYPE( INT32, int32, Int32) 467 HANDLE_PACKED_TYPE(SINT32, int32, Int32) 474 HANDLE_PACKED_TYPE(SFIXED32, int32, Int32) 526 HANDLE_TYPE( INT32, int32, Int32 [all...] |
wire_format_lite.h | 185 // required int32 type_id = 2; 222 static uint32 ZigZagEncode32(int32 n); 223 static int32 ZigZagDecode32(uint32 n); 312 static inline void WriteInt32NoTag (int32 value, output) INL; 316 static inline void WriteSInt32NoTag (int32 value, output) INL; 320 static inline void WriteSFixed32NoTag(int32 value, output) INL; 328 static void WriteInt32 (field_number, int32 value, output); 332 static void WriteSInt32 (field_number, int32 value, output); 336 static void WriteSFixed32(field_number, int32 value, output); 374 static inline uint8* WriteInt32NoTagToArray (int32 value, output) INL [all...] |
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_mdct_6.cpp | 37 int32 vec[], input vector of length 6 38 int32 *history input for overlap and add, vector updated with 84 #define Qfmt29(a) (int32)(a*((int32)1<<QFORMAT) + (a>=0?0.5F:-0.5F)) 99 const int32 cosTerms_1_ov_cos_phi_N6[6] = 122 void pvmp3_mdct_6(int32 vec[], int32 *history) 124 int32 i; 125 int32 tmp; 126 int32 tmp1 [all...] |
pvmp3_mdct_18.h | 62 #define Qfmt(a) (Int32)(a*((Int32)1<<28) ) 63 #define Qfmt1(a) (Int32)(a*((Int32)0x7FFFFFFF)) 64 #define Qfmt2(a) (Int32)(a*((Int32)1<<27)) 92 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window); 94 void pvmp3_dct_9(int32 vec[]) [all...] |
/external/chromium/net/disk_cache/ |
mem_backend_impl.cc | 61 max_size_ = static_cast<int32>(total_memory); 88 int32 MemBackendImpl::GetEntryCount() const { 89 return static_cast<int32>(entries_.size()); 282 void MemBackendImpl::AddStorageSize(int32 bytes) { 290 void MemBackendImpl::SubstractStorageSize(int32 bytes) { 295 void MemBackendImpl::ModifyStorageSize(int32 old_size, int32 new_size) {
|
/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 );
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 77 int32 temp; 148 temp = (int32)datablock[k] * qmat[k] * QP; 193 temp = (int32)dcac_col[j] * qmat[k] * QP; 209 temp = (int32)datablock[k] * qmat[k] * QP; 242 temp = (int32)dcac_row[j] * qmat[k] * QP; 259 temp = (int32)datablock[k] * qmat[k] * QP; 298 temp = (int32)datablock[k] * qmat[k] * QP; 314 temp = (int32)datablock[k] * qmat[k] * QP; 332 temp = (int32)datablock[0] * dc_scaler; 402 int32 temp [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpvjpeg.cpp | 52 virtual void allocateBuffer(uint8* &buffer, int32 buffersize) { 109 int32 widths[3], heights[3]; 157 int32 bytesInStorage = 0; 160 int32 bytesRead = stream->read(storage + bytesInStorage, 172 int32 consumed = bytesInStorage;
|
/external/webkit/WebCore/bridge/ |
npapi.h | 160 typedef int int32; typedef 162 typedef long int32; typedef 228 int32 offset; /* negative offset means from the end */ 236 int32 len; 267 int32 type; 272 int32 type; 281 int32 type; 508 int32 buttonNumber; 509 int32 clickCount; 543 int32 x; /* Position of top left corner relative * [all...] |