HomeSort by relevance Sort by last modified time
    Searched full:corr (Results 1 - 25 of 40) sorted by null

1 2

  /external/speex/libspeex/
ltp.c 79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
85 /*corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);*/
134 corr[nb_pitch-1-i]=sum1;
135 corr[nb_pitch-2-i]=sum2;
136 corr[nb_pitch-3-i]=sum3;
137 corr[nb_pitch-4-i]=sum4;
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
179 VARDECL(spx_word32_t *corr);
190 ALLOC(corr, end-start+1, spx_word32_t)
374 spx_word32_t corr[3]; local
    [all...]
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
94 //corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);
181 corr[nb_pitch-1-i]=sum1;
182 corr[nb_pitch-2-i]=sum2;
183 corr[nb_pitch-3-i]=sum3;
184 corr[nb_pitch-4-i]=sum4;
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack)
89 _mm_store_ss(corr+nb_pitch-1-(i<<2)-offset, sum);
ltp_bfin.h 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
68 corr += nb_pitch - 1;
106 : : "m" (_x), "m" (_y), "m" (corr), "m" (len), "m" (nb_pitch)
163 VARDECL(spx_word32_t *corr);
168 ALLOC(corr, end-start+1, spx_word32_t);
210 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);
219 normalize16(corr, corr16, 180, end-start+1);
295 g = DIV32(corr[i-start], 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(energy[i-start])),6));
296 /* FIXME: g = max(g,corr/energy) */
filters.c 598 spx_word32_t corr[4][7]; local
603 corr[0][i] = inner_prod(exc, exc-pitch-3+i, len);
618 tmp += MULT16_32_Q15(shift_filt[i][k],corr[0][j+k-3]);
619 corr[i+1][j] = tmp;
623 maxcorr = corr[0][0];
628 if (corr[i][j] > maxcorr)
630 maxcorr = corr[i][j];
ltp.h 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
calc_cor.cpp 109 corr = pointer to array of correlations corresponding to the selected
113 corr = pointer to array of correlations corresponding to the selected
155 Word32 corr[]) // o : correlation of selected lag
171 corr[-i] = t0;
205 Word32 corr[]) /* o : correlation of selected lag */
232 corr = corr - lag_max ;
259 *(corr++) = t1 << 1;
260 *(corr++) = t2 << 1;
261 *(corr++) = t3 << 1
    [all...]
hp_max.cpp 83 corr[] = correlation vector (Word16)
111 corr[t] = <scal_sig[n],scal_sig[n-t]>, t=lag_min,...,lag_max
129 Word32 corr[], // i : correlation vector
151 t0 = L_sub (L_sub(L_shl(corr[-i], 1), corr[-i-1]), corr[-i+1]);
238 Word32 corr[], /* i : correlation vector. */
260 t0 = L_shl(corr[-i], 1, pOverflow);
261 L_temp = L_sub(t0, corr[-i-1], pOverflow);
262 t0 = L_sub(L_temp, corr[-i+1], pOverflow)
    [all...]
pitch_ol.cpp 91 corr = pointer to buffer of correlation values (Word32)
123 corr = pointer to buffer of correlation values (Word32)
175 Word32 corr[], // i : correlation vector.
190 Word32 corr[], // i : correlation vector.
213 if (L_sub (corr[-i], max) >= 0)
215 max = corr[-i];
293 Word32 corr[], /* i : correlation vector. */
309 Word32 corr[], /* i : correlation vector. */
334 Word32 *p_corr = &corr[-lag_max];
342 /* address offset, i.e., corr[-i] == *(corr - i) *
972 Word32 corr[PIT_MAX+1]; local
    [all...]
pitch_fr.cpp 187 corr[k] = <x[], y_k[]>/sqrt(y_k[],y_k[])
450 corr[] = pointer to normalized correlation of type Word16
497 Word16 corr[], // i : normalized correlation
509 max = Interpol_3or6 (&corr[*lag], *frac, flag3); // function result
512 corr_int = Interpol_3or6 (&corr[*lag], i, flag3);
569 Word16 corr[], /* i : normalized correlation */
582 max = Interpol_3or6(&corr[*lag], *frac, flag3, pOverflow);
587 corr_int = Interpol_3or6(&corr[*lag], i, flag3, pOverflow);
1387 Word16 *corr; local
    [all...]
calc_cor.h 80 Word32 corr[] /* o : correlation of selected lag */
p_ol_wgh.cpp 413 corr = pointer to buffer of correlation values (Word32)
467 Word32 corr[], // i : correlation vector.
495 t0 = corr[-i];
498 L_Extract (corr[-i], &t0_h, &t0_l);
572 Word32 corr[], /* i : correlation vector. */
607 t0 = corr[-i];
610 L_Extract(corr[-i], &t0_h, &t0_l, pOverflow);
738 Word32 corr[PIT_MAX+1], *corr_ptr;
786 corr_ptr = &corr[pit_max];
881 Word32 corr[PIT_MAX+1], *corr_ptr local
    [all...]
c3_14pf.cpp 93 Word16 dn2[], /* i : maximum of corr. in each track. */
317 dn2[] Array of type Word16 -- maximum of corr. in each track.
375 Word16 dn2[], /* i : maximum of corr. in each track. */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_cor.cpp 109 corr = pointer to array of correlations corresponding to the selected
113 corr = pointer to array of correlations corresponding to the selected
155 Word32 corr[]) // o : correlation of selected lag
171 corr[-i] = t0;
205 Word32 corr[]) /* o : correlation of selected lag */
232 corr = corr - lag_max ;
259 *(corr++) = t1 << 1;
260 *(corr++) = t2 << 1;
261 *(corr++) = t3 << 1
    [all...]
hp_max.cpp 83 corr[] = correlation vector (Word16)
111 corr[t] = <scal_sig[n],scal_sig[n-t]>, t=lag_min,...,lag_max
129 Word32 corr[], // i : correlation vector
151 t0 = L_sub (L_sub(L_shl(corr[-i], 1), corr[-i-1]), corr[-i+1]);
238 Word32 corr[], /* i : correlation vector. */
260 t0 = L_shl(corr[-i], 1, pOverflow);
261 L_temp = L_sub(t0, corr[-i-1], pOverflow);
262 t0 = L_sub(L_temp, corr[-i+1], pOverflow)
    [all...]
pitch_ol.cpp 92 corr = pointer to buffer of correlation values (Word32)
124 corr = pointer to buffer of correlation values (Word32)
176 Word32 corr[], // i : correlation vector.
191 Word32 corr[], // i : correlation vector.
214 if (L_sub (corr[-i], max) >= 0)
216 max = corr[-i];
294 Word32 corr[], /* i : correlation vector. */
310 Word32 corr[], /* i : correlation vector. */
335 Word32 *p_corr = &corr[-lag_max];
343 /* address offset, i.e., corr[-i] == *(corr - i) *
973 Word32 corr[PIT_MAX+1]; local
    [all...]
pitch_fr.cpp 188 corr[k] = <x[], y_k[]>/sqrt(y_k[],y_k[])
451 corr[] = pointer to normalized correlation of type Word16
498 Word16 corr[], // i : normalized correlation
510 max = Interpol_3or6 (&corr[*lag], *frac, flag3); // function result
513 corr_int = Interpol_3or6 (&corr[*lag], i, flag3);
570 Word16 corr[], /* i : normalized correlation */
583 max = Interpol_3or6(&corr[*lag], *frac, flag3, pOverflow);
588 corr_int = Interpol_3or6(&corr[*lag], i, flag3, pOverflow);
1388 Word16 *corr; local
    [all...]
calc_cor.h 80 Word32 corr[] /* o : correlation of selected lag */
p_ol_wgh.cpp 414 corr = pointer to buffer of correlation values (Word32)
468 Word32 corr[], // i : correlation vector.
496 t0 = corr[-i];
499 L_Extract (corr[-i], &t0_h, &t0_l);
573 Word32 corr[], /* i : correlation vector. */
608 t0 = corr[-i];
611 L_Extract(corr[-i], &t0_h, &t0_l, pOverflow);
739 Word32 corr[PIT_MAX+1], *corr_ptr;
787 corr_ptr = &corr[pit_max];
882 Word32 corr[PIT_MAX+1], *corr_ptr local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 388 int corr; /* Correction for button names */ local
452 if (SYS_JoyData[index].id == 1) corr = 2;
453 else corr = 0;
456 for ( i = corr; (i-corr) < normbut; ++i )
466 if ( ! joystick->buttons[i-corr] )
468 SDL_PrivateJoystickButton(joystick, (Uint8)(i-corr), SDL_PRESSED);
473 if ( joystick->buttons[i-corr] )
475 SDL_PrivateJoystickButton(joystick, (Uint8)(i-corr), SDL_RELEASED);
  /external/iproute2/include/linux/
atmsap.h 91 #define ATM_MC_TS_FEC 2 /* transport stream with forward error corr. */
93 #define ATM_MC_PS_FEC 4 /* program stream with forward error corr. */
  /external/kernel-headers/original/linux/
atmsap.h 91 #define ATM_MC_TS_FEC 2 /* transport stream with forward error corr. */
93 #define ATM_MC_PS_FEC 4 /* program stream with forward error corr. */
  /development/tools/zoneinfo/tzdata2009s/
leapseconds 26 # Leap YEAR MONTH DAY HH:MM:SS CORR R/S
  /external/srec/srec/cfront/
chelmel4.c 51 cepstrum_params - does gain adj.(if on), spec corr and cos transform
  /external/icu4c/tools/tzcode/
zic.c 416 static long corr[TZ_MAX_LEAPS]; variable
    [all...]

Completed in 97 milliseconds

1 2