Searched defs:lag (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp202 void get(int lag, int* x, int* y) { argument
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) {
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_fr.cpp47 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
565 searchFrac( Word16 *lag, Word16 *frac, Word16 last_frac, Word16 corr[], Word16 flag3, Flag *pOverflow ) argument
1385 Word16 lag; local
[all...]

Completed in 1049 milliseconds