HomeSort by relevance Sort by last modified time
    Searched defs:lag (Results 1 - 4 of 4) sorted by null

  /development/tools/axl/
chewie.py 30 ## pull out request lag -- queue to start to done
31 def lag(): function
184 if __name__ == '__main__': lag()
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 47 Description: *lag-- decrements the pointer. (*lag)-- decrements what is
128 Word16 max_frac_lag; /* lag up to which fractional lags are used */
132 Word16 delta_int_low; /* integer lag below TO to start search from */
448 lag = pointer to integer pitch of type Word16
475 fractional positions around lag T0. The position at which the
494 Word16 *lag, // i/o : integer pitch
510 max = Interpol_3or6 (&corr[*lag], *frac, flag3); // function result
513 corr_int = Interpol_3or6 (&corr[*lag], i, flag3);
525 *lag = sub (*lag, 1)
1385 Word16 lag; local
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 202 void get(int lag, int* x, int* y) {
203 const int i = (index - lag) & 0xF;
216 printf("\nusage: %s [-h] [-l lag]\n", name);
223 int lag = 0; local
238 lag = atoi(optarg);
265 if (lag) {
278 queue.get(lag, &lag_x, &lag_y);
280 if (lag) {
  /external/aac/libAACenc/src/
aacenc_tns.cpp 535 Calculate autocorellation value for one lag
540 \param lag to be calculated
541 \param scaling of the lag
548 const INT lag,
555 if (lag==0) {
561 for (i=startLine; i<(stopLine-lag); i++) {
562 result += (fMult(spectrum[i], spectrum[i+lag])>>scale);
628 int i, idx0, idx1, idx2, idx3, idx4, lag; local
672 /* compute autocorrelation value at lag zero, i. e. energy, for each quarter */
685 for (lag = 1; lag <= maxOrder; lag++)
    [all...]

Completed in 516 milliseconds