Searched defs:shift (Results 51 - 75 of 657) sorted by last modified time

1234567891011>>

/external/tremolo/Tremolo/
H A Dfloor0.c201 ogg_int32_t qexp=0,shift; local
237 if(!(shift=MLOOP_1[(pi|qi)>>25]))
238 if(!(shift=MLOOP_2[(pi|qi)>>19]))
239 shift=MLOOP_3[(pi|qi)>>16];
241 qi=(qi>>shift)*labs(ilsp[j-1]-wi);
242 pi=(pi>>shift)*labs(ilsp[j]-wi);
243 qexp+=shift;
245 if(!(shift=MLOOP_1[(pi|qi)>>25]))
246 if(!(shift=MLOOP_2[(pi|qi)>>19]))
247 shift
262 pi>>=shift; local
263 qi>>=shift; local
279 pi>>=shift; local
280 qi>>=shift; local
[all...]
H A Dmdct.c228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){ argument
230 int stages=7-shift;
236 mdct_butterfly_generic(x+(points>>i)*j,points>>i,4<<(i+shift));
250 STIN void mdct_bitreverse(DATA_TYPE *x,int n,int shift){ argument
256 DATA_TYPE *xx = x + (b>>shift);
416 int shift; local
418 for (shift=4;!(n&(1<<shift));shift++);
419 shift
[all...]
/external/stlport/test/unit/
H A Dtransform_test.cpp34 static char shift( char c ) { function in class:TransformTest
77 transform( s.begin(), s.end(), s.begin(), shift );
/external/strace/
H A Dtime.c422 int shift; member in struct:__anon31370
445 tprintf(", shift=%d, stabil=%d, jitcnt=%d",
446 tx.shift, tx.stabil, tx.jitcnt);
488 tprintf(", shift=%d, stabil=%ld, jitcnt=%ld",
489 tx.shift, (long) tx.stabil, (long) tx.jitcnt);
H A Dvsprintf.c328 int shift = 3; local
331 shift = 4;
334 num >>= shift; local
/external/svox/pico/lib/
H A Dpicosig2.c533 picoos_int32 *D, K2, shift; local
548 shift = 27 - scmeanMGC;
549 K2 = 1 << shift;
553 XXr[nI] = c1[nI] << shift;
3649 corresponding bit shift: 5
4028 /* shift previous excitation window by hop samples*/
H A Dpicospho.c405 /* shift relevant data in headx/'cbuf' (between 'readPos' incl and writePos non-incl) to 'start'.
410 /* remember shift parameters for cbuf */
442 /* shift cbuf */
446 /* shift headx */
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
1630 * after the shift.
1636 picoos_int16 shift; local
1641 shift = shift_range_left_1(spho, &spho->penultima, 0);
1642 if (shift < 0) {
1647 - shift;
1653 picoos_int16 shift; local
[all...]
/external/speex/libspeex/
H A Dfftwrap.c47 int i, shift; local
56 shift=0;
60 shift++;
64 out[i] = SHL16(in[i], shift);
66 return shift;
69 static void renorm_range(spx_word16_t *in, spx_word16_t *out, int shift, int len) argument
74 out[i] = PSHR16(in[i], shift);
275 int shift; local
277 shift = maximize_range(in, in, 32000, t->N);
279 renorm_range(in, in, shift,
[all...]
H A Dfixed_debug.h103 #define SHR16(a, shift) _SHR16(a, shift, __FILE__, __LINE__)
104 static inline short _SHR16(int a, int shift, char *file, int line) argument
107 if (!VERIFY_SHORT(a) || !VERIFY_SHORT(shift))
109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
111 res = a>>shift;
117 #define SHL16(a, shift) _SHL16(a, shift, __FILE__, __LINE__)
118 static inline short _SHL16(int a, int shift, char *file, int line) argument
121 if (!VERIFY_SHORT(a) || !VERIFY_SHORT(shift))
132 SHR32(long long a, int shift) argument
147 SHL32(long long a, int shift) argument
[all...]
H A Dlpc.c138 int shift, ac_shift; local
143 shift = 8;
144 while (shift && ac0<0x40000000)
146 shift--;
162 d = ADD32(d,SHR32(MULT16_16(x[j],x[j-i]), shift));
H A Dlpc_bfin.h49 int shift, ac_shift; local
58 shift = 8;
59 while (shift && ac0<0x40000000)
61 shift--;
72 nshift = -shift;
115 d = ADD32(d,SHR32(MULT16_16(x[j],x[j]), shift));
124 d = ADD32(d,SHR32(MULT16_16(x[j],x[j-i]), shift));
H A Dlsp.c503 int shift = QIMP-13; local
506 a = PSHR32(xp[m][j+2] + xout1 + xq[m][j+2] - xout2, shift);
H A Dstereo.c154 int shift; local
187 shift = spx_ilog2(largest)-15;
188 largest = VSHR32(largest, shift-4);
189 smallest = VSHR32(smallest, shift);
206 shift = spx_ilog2(e_tot);
207 e_tot = VSHR32(e_tot, shift-25);
208 e_left = VSHR32(e_left, shift-10);
209 e_right = VSHR32(e_right, shift-10);
/external/sqlite/dist/orig/
H A Dsqlite3.c15162 ** Assuming the current time value is UTC (a.k.a. GMT), shift it to
22569 ** (increase exponent by d to shift decimal left) */
22577 ** (decrease exponent by d to shift decimal right) */
127182 int shift; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15162 ** Assuming the current time value is UTC (a.k.a. GMT), shift it to
22569 ** (increase exponent by d to shift decimal left) */
22577 ** (decrease exponent by d to shift decimal right) */
127202 int shift; local
[all...]
/external/srec/srec/cfront/
H A Dlog_tabl.c61 logtab->shift = (int)(val + 0.5);
84 int log_lookup(log_table_info *logtab, int operand, int shift) argument
94 shift++;
98 shift++;
102 log_report("tab: %d %d -> %d\n", operand, shift,
103 (int)((shift) *(logtab->shift) + logtab->table[operand]));
105 return ((int)((shift) *(logtab->shift) + logtab->table[operand]));
122 int ii, aa, bb, cc, value, shift; local
[all...]
H A Dsh_down.h35 static PINLINE int fixed_point_convert(float xx, int shift);
36 static PINLINE int shift_up_inline(int value, unsigned int shift);
37 static PINLINE int shift_down_inline(int value, unsigned int shift);
42 static PINLINE int shift_up_inline(int value, unsigned int shift) argument
47 ASSERT(shift > 0);
53 retval = temp << shift;
64 static PINLINE int shift_down_inline(int value, unsigned int shift) argument
67 if (shift-- == 0)
70 return (((value >> shift) + 1) >> 1);
72 return (-((((-value) >> shift)
75 fixed_point_convert(float xx, int shift) argument
[all...]
/external/srec/srec/clib/
H A Dmatx_ops.c76 int ii, jj, shift; local
98 shift = 0;
101 shift++;
105 scale_coef = (1 << shift);
121 return (shift);
H A Dspecnorm.c310 void shift_distribution_counts(spect_dist_info *spec, int shift) argument
315 if (shift > 0)
317 if (shift > (spec->high_entry - spec->low_entry))
319 for (ii = 0; ii < shift; ii++)
321 - spec->low_entry - shift + ii];
323 MEMMOVE(&spec->hist[shift], spec->hist,
324 (spec->high_entry - spec->low_entry - shift + 1),
326 for (ii = 0; ii < shift; ii++)
329 else if (shift < 0)
331 if (shift < (spe
356 shift_parameters(spect_dist_info *spec, int shift) argument
[all...]
/external/srec/srec/include/
H A Dfront.h98 int shift; member in struct:__anon31102
H A Dlog_tabl.h32 int shift; member in struct:__anon31116
40 int log_lookup(log_table_info *logtab, int operand, int shift);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.c376 /* calculate shift for frequencies > 1.0 */
456 * pitch - pitch shift in cents
1096 /*lint -e{703} use shift for performance */
1099 /*lint -e{703} use shift for performance */
1149 /*lint -e{704} use shift instead of division */
1153 /*lint -e{704} use shift instead of division */
1169 /*lint -e{704} use shift instead of division */
1173 /*lint -e{704} use shift instead of division */
1207 /*lint -e{704} use shift instead of division */
1211 /*lint -e{704} use shift instea
1359 EAS_INT shift; local
1382 temp <<= shift; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c376 /* calculate shift for frequencies > 1.0 */
456 * pitch - pitch shift in cents
1096 /*lint -e{703} use shift for performance */
1099 /*lint -e{703} use shift for performance */
1149 /*lint -e{704} use shift instead of division */
1153 /*lint -e{704} use shift instead of division */
1169 /*lint -e{704} use shift instead of division */
1173 /*lint -e{704} use shift instead of division */
1207 /*lint -e{704} use shift instead of division */
1211 /*lint -e{704} use shift instea
1359 EAS_INT shift; local
1382 temp <<= shift; local
[all...]
/external/skia/samplecode/
H A DSampleApp.cpp2312 int shift = 32 - bits; local
2313 rect->set(rand.nextU() >> shift, rand.nextU() >> shift,
2314 rand.nextU() >> shift, rand.nextU() >> shift);
/external/skia/src/animator/
H A DSkAnimatorScript.cpp210 int shift = 16; local
213 result |= SkClampMax(valuePtr->fOperand.fS32, 255) << shift;
214 shift -= 8;

Completed in 634 milliseconds

1234567891011>>