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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dlong_term_prediction.cpp174 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 fo
[all...]
/frameworks/base/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 50 milliseconds