HomeSort by relevance Sort by last modified time
    Searched defs:lag (Results 1 - 3 of 3) 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/base/media/libstagefright/codecs/aacdec/
long_term_prediction.cpp 174 lag = delay[0];
176 j = block_length - lag;
178 IF (lag < frame_length)
181 num_samples = frame_length + lag;
215 lag = delay[wnd];
217 j = wnd*short_block_length - lag;
219 IF (lag < short_frame_length)
222 num_samples = short_frame_length + lag;
392 Int lag; local
416 /* Calculate time lag for 1-tap IIR filter *
    [all...]
  /frameworks/base/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...]

Completed in 134 milliseconds