/frameworks/base/media/libstagefright/codecs/aacdec/ |
pv_sqrt.h | 62 Int32 root; 63 Int32 shift_factor; 67 void pv_sqrt(Int32 man, Int32 exp, Root_sq *result, Int32 *sqrt_cache);
|
imdct_fxp.cpp | 29 type Int32 33 type Int32 42 type Int32 269 Int imdct_fxp(Int32 data_quant[], 270 Int32 freq_2_time_buffer[], 273 Int32 max) 276 Int32 exp_jw; 279 const Int32 *p_rotate; 280 const Int32 *p_rotate_2; 282 Int32 *p_data_1 [all...] |
esc_iquant_scaling.cpp | 45 for the group, array of Int32, length sfbWdith to be 177 mult_high = ( (Int32) b_high * scale ); 181 coef[i] = (Int32) (mult_high + mult_low); 213 mult_high = ( (Int32) b_high * scale ); 217 coef[i] = (Int32) (mult_high + mult_low); 383 __inline Int32 abs2(Int32 x) 385 Int32 z; 407 __inline Int32 abs2(Int32 x [all...] |
ps_all_pass_filter_coeff.h | 66 extern const Int32 aRevLinkDelaySer[]; 72 extern const Int32 aFractDelayPhaseFactorSubQmf[SUBQMF_GROUPS]; 73 extern const Int32 aFractDelayPhaseFactor[NO_QMF_ALLPASS_CHANNELS]; 74 extern const Int32 aaFractDelayPhaseFactorSerQmf[NO_QMF_ALLPASS_CHANNELS][3]; 75 extern const Int32 aaFractDelayPhaseFactorSerSubQmf[SUBQMF_GROUPS][3]; 77 extern const Int32 aaFractDelayPhaseFactorSerReQmf[NO_QMF_ALLPASS_CHANNELS][3]; 78 extern const Int32 aaFractDelayPhaseFactorSerImQmf[NO_QMF_ALLPASS_CHANNELS][3]; 79 extern const Int32 aaFractDelayPhaseFactorSerReSubQmf[SUBQMF_GROUPS][3]; 80 extern const Int32 aaFractDelayPhaseFactorSerImSubQmf[SUBQMF_GROUPS][3];
|
ps_channel_filtering.h | 85 void two_ch_filtering(const Int32 *pQmf_r, 86 const Int32 *pQmf_i, 87 Int32 *mHybrid_r, 88 Int32 *mHybrid_i); 91 void eight_ch_filtering(const Int32 *pQmfReal, 92 const Int32 *pQmfImag, 93 Int32 *mHybridReal, 94 Int32 *mHybridImag, 95 Int32 scratch_mem[]);
|
qmf_filterbank_coeff.h | 61 #define Qfmt(x) (Int16)(x*(((Int32)1<<15)*1.11111111111111111F) + (x>=0?0.5F:-0.5F)) 64 #define Qfmt30(x) (Int32)(x*((Int32)1<<30) + (x>=0?0.5F:-0.5F)) 65 #define Qfmt27(x) (Int32)(x*(((Int32)1<<27)) + (x>=0?0.5F:-0.5F)) 67 extern const Int32 sbrDecoderFilterbankCoefficients[155]; 70 extern const Int32 sbrDecoderFilterbankCoefficients_down_smpl[160]; 71 extern const Int32 sbrDecoderFilterbankCoefficients_an_filt_LC[155]; 74 extern const Int32 sbrDecoderFilterbankCoefficients_an_filt[155];
|
sbr_inv_filt_levelemphasis.cpp | 128 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F)) 130 const Int32 InvFiltFactors[5] = {Qfmt(0.00f), /* OFF_LEVEL */ 143 Int32 nNfb, 144 Int32 BwVector[MAX_NUM_PATCHES], 145 Int32 BwVectorOld[MAX_NUM_PATCHES]) 147 Int32 i; 148 Int32 j; 149 Int32 tmp;
|
inv_long_complex_rot.cpp | 49 type Int32 * 53 type Int32 * 57 type Int32 166 Int32 *Data, 167 Int32 max) 171 const Int32 *p_rotate; 172 Int32 temp_re; 173 Int32 temp_im; 175 Int32 exp_jw; 176 Int32 *pData_in_1 [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
conceal.cpp | 31 void ConcealTexture_I(VideoDecData *video, int32 startFirstPartition, int mb_start, int mb_stop, int slice_counter) 144 int32 lumstart, chrstart, size; 149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4); 150 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3); 152 size = (int32)height * width_Y;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xmd.h | 119 typedef unsigned int INT32; 123 typedef signed int INT32; 126 typedef int INT32; 135 typedef int INT32; 137 typedef long INT32;
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
wlioctl.h | 145 int32 nprobes; 146 int32 active_time; 147 int32 passive_time; 148 int32 home_time; 149 int32 channel_num; 239 int32 chanspec_num; 1324 int32 version; 1325 int32 scan_freq; 1326 int32 lost_network_timeout; 1333 int32 bss_type; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/ |
XF86VMode.c | 277 if (!(modeline->private = Xcalloc(modeline->privsize, sizeof(INT32)))) { 278 _XEatData(dpy, (modeline->privsize) * sizeof(INT32)); 282 _XRead(dpy, (char*)modeline->private, modeline->privsize * sizeof(INT32)); 379 Xcalloc(oldxmdline.privsize, sizeof(INT32)))) { 380 _XEatData(dpy, (oldxmdline.privsize) * sizeof(INT32)); 384 oldxmdline.privsize * sizeof(INT32)); 410 Xcalloc(xmdline.privsize, sizeof(INT32)))) { 411 _XEatData(dpy, (xmdline.privsize) * sizeof(INT32)); 415 xmdline.privsize * sizeof(INT32)); 513 newmodeline->privsize * sizeof(INT32)); [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 81 int32 x0, x1, x3, x5, x7;//, x8; 84 x0 = ((int32)blk[0] << 11) + 128; 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 111 x0 = ((int32)blk[0] << 11) + 128; 142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 146 x0 = ((int32)blk[0] << 11) + 128; 185 int32 x1, x3, x5, x7;//, x8; 211 int32 x0, x2, x4, x6; 235 int32 x1, x3, x5, x7; 261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8 [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanDetector.c | 74 int32 prjVecL[ bpi_LOCAL_SCAN_DETECTOR_MAX_PCA_DIM ]; 88 int32 sumL = 0; 107 int32 sumL = 0; 455 int32 bbf_LocalScanDetector_process( struct bbs_Context* cpA, 466 int32 pw0L = ptrA->patchWidthE; 467 int32 ph0L = ptrA->patchHeightE; 468 int32 pw1L = pw0L << ptrA->scaleExpE; 469 int32 ph1L = ph0L << ptrA->scaleExpE; 478 int32* actArrL = ( int32* )ptrA->actArrE.arrPtrE [all...] |
ScanDetector.c | 303 int32** outArrPtrPtrA ) 306 int32 bestGlobalActL = ( int32 )0x80000000; 307 int32 bestGlobalXL = 0; 308 int32 bestGlobalYL = 0; 339 int32 bestActL = ( int32 )0x80000000; 353 int32 actL = featurePtrL->vpActivityE( featurePtrL, bbf_Scanner_getPatch( scannerPtrL ) ); 372 int32* actArrL = scannerPtrL->actArrE.arrPtrE; 378 bestActL = ( int32 )0x80000000 [all...] |
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_mdct_6.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)) 93 void pvmp3_mdct_6(int32 vec[], int32 *overlap); 95 void pvmp3_dct_6(int32 vec[]);
|
pvmp3_mpeg2_stereo_proc.h | 87 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 88 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS], 93 int32 used_freq_lines, 97 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 98 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS], 99 int32 m, 100 int32 is_pos, 101 int32 Start, 102 int32 Number);
|
pvmp3_framedecoder.cpp | 163 int32 crc_error_count = 0; 193 int32 outputFrameSize = (info->version_x == MPEG_1) ? 231 int32 gr; 232 int32 ch; 234 int32 bytes_to_discard; 275 int32 temp = pvmp3_get_main_data_size(info, pVars); 364 int32 part2_start = pVars->mainDataStream.usedBits; 377 int32 * tmp = pVars->Scratch_mem; 408 int32 used_freq_lines = (pChVars[ LEFT]->used_freq_lines > 427 int32 * tmp = pVars->Scratch_mem [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
wb_syn_filt.cpp | 138 int32 L_tmp1; 139 int32 L_tmp2; 140 int32 L_tmp3; 141 int32 L_tmp4; 153 L_tmp1 = -((int32)x[(i<<2)] << 11); 154 L_tmp2 = -((int32)x[(i<<2)+1] << 11); 155 L_tmp3 = -((int32)x[(i<<2)+2] << 11); 156 L_tmp4 = -((int32)x[(i<<2)+3] << 11); 236 int32 L_tmp1; 237 int32 L_tmp2 [all...] |
normalize_amr_wb.h | 73 __inline int16 normalize_amr_wb(int32 x) 75 int32 y; 88 __inline int16 normalize_amr_wb(int32 x) 90 register int32 y; 91 register int32 ra = x; 110 int16 normalize_amr_wb(int32 x);
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.c | 233 int32 bpi_BFFaceFinder_process( struct bbs_Context* cpA, 242 int32 xL = 0; /* 16.16 */ 243 int32 yL = 0; /* 16.16 */ 245 int32 actL = 0; 246 int32* outArrL; 269 xL -= ( ( int32 )offsPtrA->xE << 16 ); 270 yL -= ( ( int32 )offsPtrA->yE << 16 ); 280 int32 bbpL = 11 - logEyeDistL; 315 int32 xL = 0; /* 16.16 */ 316 int32 yL = 0; /* 16.16 * [all...] |
/external/webkit/JavaScriptCore/jit/ |
JITArithmetic.cpp | 98 // Int32 less. 134 linkSlowCase(iter); // int32 check 135 linkSlowCase(iter); // int32 check 139 linkSlowCase(iter); // int32 check 161 // Int32 less. 197 linkSlowCase(iter); // int32 check 198 linkSlowCase(iter); // int32 check 202 linkSlowCase(iter); // int32 check 224 // Int32 less. 260 linkSlowCase(iter); // int32 chec [all...] |
/development/samples/BrowserPlugin/jni/ |
main.cpp | 51 int32 NPP_WriteReady(NPP instance, NPStream* stream); 52 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, 304 int32 NPP_WriteReady(NPP instance, NPStream* stream) 309 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
|
/external/chromium/net/socket/ |
socks5_client_socket.h | 56 virtual bool SetReceiveBufferSize(int32 size); 57 virtual bool SetSendBufferSize(int32 size);
|
socks_client_socket.h | 52 virtual bool SetReceiveBufferSize(int32 size); 53 virtual bool SetSendBufferSize(int32 size);
|