Searched refs:tmp (Results 1 - 25 of 3114) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c737 yaffs_TnodeList *tmp; local
740 tmp = dev->allocatedTnodeList->next;
744 dev->allocatedTnodeList = tmp;
1455 yaffs_ObjectList *tmp; local
1458 tmp = dev->allocatedObjectList->next;
1462 dev->allocatedObjectList = tmp;
/external/zlib/src/
H A Dadler32.c31 unsigned long tmp = a >> 16; \
33 a += (tmp << 4) - tmp; \
47 z_off64_t tmp = a >> 32; \
49 a += (tmp << 8) - (tmp << 5) + tmp; \
50 tmp = a >> 16; \
52 a += (tmp << 4) - tmp; \
[all...]
H A Dmake_vms.com82 $ open/write topt tmp.opt
234 $ delete/nolog tmp.opt;*
617 $ link 'tmpnam',tmp.opt/opt
676 $ link 'tmpnam'_'i',tmp.opt/opt
H A Dzlib2ansi84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
88 sort { $tmp{$a} <=> $tmp{$b} }
/external/zlib/src/examples/
H A Dfitblk.c133 unsigned char *tmp; /* close to desired size stream */ local
186 tmp = malloc(size + EXCESS);
187 if (ret != Z_OK || tmp == NULL)
196 def.next_out = tmp;
209 inf.next_in = tmp;
223 free(tmp);
H A Dgzappend.c125 unsigned char tmp; local
139 tmp = *list;
141 *last = tmp;
147 tmp = *last;
149 *list = tmp;
157 tmp = *from; /* save entry to be overwritten */
165 *to = tmp; /* complete the circle */
/external/zlib/
H A Dupdate_zlib.sh21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
29 tar zxf /tmp/$tgz_file
41 md5_sum=$(md5sum /tmp/$tgz_file)
/external/webrtc/src/common_audio/resampler/
H A Dresampler.cc492 WebRtc_Word16* tmp; local
494 // tmp data for resampling routines
540 tmp = (WebRtc_Word16*)malloc(sizeof(WebRtc_Word16) * 2 * lengthIn);
542 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (WebRtc_Word32*)state1_);
544 WebRtcSpl_UpsampleBy2(tmp, lengthIn * 2, samplesOut, (WebRtc_Word32*)state2_);
546 free(tmp);
563 tmp = (WebRtc_Word16*)malloc(sizeof(WebRtc_Word16) * 2 * lengthIn);
565 WebRtcSpl_UpsampleBy2(samplesIn, lengthIn, tmp, (WebRtc_Word32*)state1_);
570 WebRtcSpl_Resample16khzTo48khz(tmp + i, samplesOut + i * 3,
576 free(tmp);
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dauto_corr_to_refl_coef.c23 WebRtc_Word16 tmp; local
38 tmp = WebRtcSpl_NormW32(*R);
39 *acfptr = (WebRtc_Word16)((*rptr++ << tmp) >> 16);
45 *acfptr = (WebRtc_Word16)((*rptr++ << tmp) >> 16);
53 tmp = WEBRTC_SPL_ABS_W16(*p1ptr);
54 if (*P < tmp)
62 // Division: WebRtcSpl_div(tmp, *P)
64 if (tmp != 0)
66 L_num = tmp;
90 tmp
[all...]
H A Dresample.c473 WebRtc_Word32 tmp; local
479 tmp = In[3];
480 if (tmp > (WebRtc_Word32)0x00007FFF)
481 tmp = 0x00007FFF;
482 if (tmp < (WebRtc_Word32)0xFFFF8000)
483 tmp = 0xFFFF8000;
484 Out[0] = (WebRtc_Word16)tmp;
H A Dresample_fractional.c52 WebRtc_Word32 tmp; local
57 tmp = 1 << 14;
58 tmp += kCoefficients48To32[0][0] * In[0];
59 tmp += kCoefficients48To32[0][1] * In[1];
60 tmp += kCoefficients48To32[0][2] * In[2];
61 tmp += kCoefficients48To32[0][3] * In[3];
62 tmp += kCoefficients48To32[0][4] * In[4];
63 tmp += kCoefficients48To32[0][5] * In[5];
64 tmp += kCoefficients48To32[0][6] * In[6];
65 tmp
99 WebRtc_Word32 tmp; local
207 WebRtc_Word32 tmp; local
[all...]
H A Dsplitting_filter.c125 WebRtc_Word32 tmp; local
148 tmp = filter1[i] + filter2[i] + 1024;
149 tmp = WEBRTC_SPL_RSHIFT_W32(tmp, 11);
150 low_band[i] = WebRtcSpl_SatW32ToW16(tmp);
152 tmp = filter1[i] - filter2[i] + 1024;
153 tmp = WEBRTC_SPL_RSHIFT_W32(tmp, 11);
154 high_band[i] = WebRtcSpl_SatW32ToW16(tmp);
162 WebRtc_Word32 tmp; local
[all...]
H A Dsqrt_of_one_minus_x_squared.c25 WebRtc_Word16 tmp; local
29 tmp = xQ15[m];
30 sq = WEBRTC_SPL_MUL_16_16(tmp, tmp); // x^2 in Q30
/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl_armv7.h20 WebRtc_Word32 tmp; local
21 __asm__("smulwb %0, %1, %2":"=r"(tmp):"r"(b), "r"(a));
22 return tmp;
28 WebRtc_Word32 tmp; local
29 __asm__("pkhbt %0, %1, %2, lsl #16" : "=r"(tmp) : "r"(b), "r"(a));
30 __asm__("smmul %0, %1, %2":"=r"(tmp):"r"(tmp), "r"(c));
31 return tmp;
36 WebRtc_Word32 tmp; local
37 __asm__("smmul %0, %1, %2":"=r"(tmp)
43 WebRtc_Word32 tmp; local
51 int32_t tmp = 0; local
93 WebRtc_Word32 tmp; local
101 WebRtc_Word32 tmp; local
111 int tmp; local
121 WebRtc_Word32 tmp; local
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.c100 int32_t tmp = 0; local
126 "smulbb %[tmp], %[ptr0], %[ptr1]\n\t"
127 "adds %[prod_lower], %[prod_lower], %[tmp]\n\t"
128 "adc %[prod_upper], %[prod_upper], %[tmp], asr #31\n\t"
133 [tmp]"+r"(tmp)
145 "mov %[tmp], %[scaling], asr #31\n\t"
146 "vmov.32 d16, %[scaling], %[tmp]\n\t"
152 [tmp]"+r"(tmp)
[all...]
H A Dlpc_masking_model.c374 WebRtc_Word16 tmp16, chng1, chng2, chng3, chng4, tmp, chngQ, oldNrgQlog, pgQ, pg3; local
407 tmp = chng1+chng2+chng3+chng4;
408 chngQ = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(tmp, kChngFactor, 10); /* Q12 */
611 /* Calculate tmp = (1.0 + aa*aa); in Q12 */
615 /* Calculate tmp = (1.0+aa) * (1.0+aa); */
724 WebRtc_Word32 tmp, tmpB, tmpCorr; local
733 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], sh); // Get CorrBufLoQQ to same domain as corrlo2
734 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(alpha, tmp);
736 tmp
771 WebRtc_Word32 tmp, tmpB, tmpCorr; local
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c123 int mode=-1, tmp, nbTest=0; /*,sss;*/ local
194 tmp=1;
202 tmp=0;
236 bottleneck = atoi(argv[2-tmp]);
239 sscanf(argv[2-tmp], "%s", bottleneck_file);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c597 double tmp[MAX_AR_MODEL_ORDER]; local
600 tmp[0] = 1.0;
603 memcpy(&tmp[1], &a[1], (m - 1) * sizeof(double));
606 a[k] += RC[m - 1] * tmp[m - k];
615 double tmp[MAX_AR_MODEL_ORDER]; local
622 tmp[k] = (a[k] - RC[m] * a[m - k + 1]) * tmp_inv;
625 memcpy(&a[1], &tmp[1], (m - 1) * sizeof(double));
626 RC[m - 1] = tmp[m];
645 double tmp; local
648 tmp
[all...]
H A Dfilter_functions.c60 double tmp; local
64 tmp = In[0] * Coef[0];
67 tmp += Coef[k] * In[-k];
70 *Out++ = tmp;
H A Dlattice.c194 float tmp[MAX_AR_MODEL_ORDER]; local
205 tmp[k] = ((float)a[k] - sth[m] * (float)a[m-k+1]) * tmp_inv;
210 a[k] = tmp[k];
213 sth[m-1] = tmp[m];
H A Dlpc_analysis.c221 double tmp, res_nrg; local
274 tmp = (1.0 + aa*aa);
276 corrlo2[n] = tmp * corrlo[n] - aa * (corrlo[n-1] + corrlo[n+1]);
278 tmp = (1.0+aa) * (1.0+aa);
280 corrhi[n] = tmp * corrhi[n];
306 tmp = gammaLo;
308 a_LO[n] *= tmp;
309 tmp *= gammaLo;
333 tmp = gammaHi;
335 a_HI[n] *= tmp;
402 double tmp; local
[all...]
H A Dpitch_estimator.c480 double nrg_wht, tmp; local
532 tmp = 0.0;
534 tmp += out_G[n] * out_dG[k][n];
535 grad[k] = tmp * Wnrg;
539 tmp = 0.0;
541 tmp += out_dG[m][n] * out_dG[k][n];
542 H[k][m] = tmp * Wnrg;
548 tmp = kWeight[k+1][0] * old_gain;
550 tmp += kWeight[k+1][m+1] * gains[m];
551 grad[k] += tmp * Wfluc
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c1210 float noise, noiseAvg, tmp, tmpAvg; local
1226 tmp = pi2 * rand[i - 1];
1229 u[i][0] = noise * (float)cos(tmp);
1230 u[i][1] = -noise * (float)sin(tmp);
1236 tmp = sqrtf(WEBRTC_SPL_MAX(1 - lambda[i] * lambda[i], 0));
1237 //tmp = 1 - lambda[i];
1238 efw[0][i] += tmp * u[i][0];
1239 efw[1][i] += tmp * u[i][1];
1243 // TODO: don't compute noise and "tmp" twice. Use the previous results.
1274 tmp
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c28 uint32_t tmp = u32 - ((u32 >> 1) & 033333333333) - local
30 tmp = ((tmp + (tmp >> 3)) & 030707070707);
31 tmp = (tmp + (tmp >> 6));
32 tmp = (tmp + (tmp >> 1
[all...]

Completed in 222 milliseconds

1234567891011>>