HomeSort by relevance Sort by last modified time
    Searched defs:lag (Results 1 - 18 of 18) 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()
  /external/chromium_org/third_party/opus/src/silk/
decode_pitch.c 46 opus_int lag, k, min_lag, max_lag, cbk_size; local
71 lag = min_lag + lagIndex;
74 pitch_lags[ k ] = lag + matrix_ptr( Lag_CB_ptr, k, contourIndex, cbk_size );
decode_core.c 45 opus_int i, k, lag = 0, start_idx, sLTP_buf_idx, NLSF_interpolation_flag, signalType; local
137 lag = psDecCtrl->pitchL[ k ];
142 start_idx = psDec->ltp_mem_length - lag - psDec->LPC_order - LTP_ORDER / 2;
157 for( i = 0; i < lag + LTP_ORDER/2; i++ ) {
163 for( i = 0; i < lag + LTP_ORDER/2; i++ ) {
173 pred_lag_ptr = &sLTP_Q15[ sLTP_buf_idx - lag + LTP_ORDER / 2 ];
NSQ.c 44 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
58 opus_int lag, /* I Pitch lag */
88 opus_int k, lag, start_idx, LSF_interpolation_flag; local
99 /* Set unvoiced lag to the previous one, overwrite later for voiced */
100 lag = NSQ->lagPrev;
129 lag = pitchL[ k ];
134 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
148 AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ], Gains_Q16[ k ], Lambda_Q10,
178 opus_int lag, /* I Pitch lag *
380 opus_int i, lag; local
    [all...]
PLC.c 175 opus_int lag, idx, sLTP_buf_idx, shift1, shift2; local
267 lag = silk_RSHIFT_ROUND( psPLC->pitchL_Q8, 8 );
271 idx = psDec->ltp_mem_length - lag - psDec->LPC_order - LTP_ORDER / 2;
286 pred_lag_ptr = &sLTP_Q14[ sLTP_buf_idx - lag + LTP_ORDER / 2 ];
312 /* Slowly increase pitch lag */
315 lag = silk_RSHIFT_ROUND( psPLC->pitchL_Q8, 8 );
361 psDecCtrl->pitchL[ i ] = lag;
NSQ_del_dec.c 69 const opus_int pitchL[ MAX_NB_SUBFR ], /* I Pitch lag */
89 opus_int lag, /* I Pitch lag */
124 opus_int i, k, lag, start_idx, LSF_interpolation_flag, Winner_ind, subfr; local
138 /* Set unvoiced lag to the previous one, overwrite later for voiced */
139 lag = NSQ->lagPrev;
161 /* For voiced frames limit the decision delay to lower than the pitch lag */
167 if( lag > 0 ) {
168 decisionDelay = silk_min_int( decisionDelay, lag - LTP_ORDER / 2 - 1 );
196 lag = pitchL[ k ]
636 opus_int i, k, lag; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
corrMatrix_FLP.c 43 const opus_int Order, /* I Max lag for correlation */
47 opus_int lag; local
51 for( lag = 0; lag < Order; lag++ ) {
52 /* Calculate X[:,lag]'*t */
53 Xt[ lag ] = (silk_float)silk_inner_product_FLP( ptr1, t, L );
62 const opus_int Order, /* I Max lag for correlation */
66 opus_int j, lag; local
80 for( lag = 1; lag < Order; lag++ )
    [all...]
prefilter_FLP.c 46 opus_int lag, /* I */
102 opus_int j, k, lag; local
114 lag = P->lagPrev;
118 lag = psEncCtrl->pitchL[ k ];
145 silk_prefilt_FLP( P, pxw, pxw, HarmShapeFIR, Tilt, LF_MA_shp, LF_AR_shp, lag, psEnc->sCmn.subfr_length );
164 opus_int lag, /* I */
181 if( lag > 0 ) {
183 idx = lag + LTP_shp_buf_idx;
pitch_analysis_core_FLP.c 48 opus_int start_lag, /* I start lag */
57 opus_int start_lag, /* I start lag */
68 opus_int *pitch_out, /* O Pitch lag values [nb_subfr] */
69 opus_int16 *lagIndex, /* O Lag Index */
72 opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoiced */
73 const silk_float search_thres1, /* I First stage threshold for lag candidates 0 - 1 */
74 const silk_float search_thres2, /* I Final threshold for lag candidates 0 - 1 */
95 opus_int CBimax, CBimax_new, lag, start_lag, end_lag, lag_new; local
118 /* Set up frame lengths max / min lag for the sampling frequency */
205 /* Apply short-lag bias *
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
corrMatrix_FIX.c 43 const opus_int order, /* I Max lag for correlation */
48 opus_int lag, i; local
57 for( lag = 0; lag < order; lag++ ) {
62 Xt[ lag ] = inner_prod; /* X[:,lag]'*t */
67 for( lag = 0; lag < order; lag++ )
84 opus_int i, j, lag, rshifts_local, head_room_rshifts; local
    [all...]
prefilter_FIX.c 43 opus_int lag, /* I Lag for harmonic shaping */
97 opus_int j, k, lag; local
111 lag = P->lagPrev;
115 lag = psEncCtrl->pitchL[ k ];
144 silk_prefilt_FIX( P, x_filt_Q12, pxw_Q3, HarmShapeFIRPacked_Q12, Tilt_Q14, LF_shp_Q14, lag, psEnc->sCmn.subfr_length );
161 opus_int lag, /* I Lag for harmonic shaping */
177 if( lag > 0 ) {
180 idx = lag + LTP_shp_buf_idx
    [all...]
pitch_analysis_core_FIX.c 47 opus_int start_lag, /* I lag offset to search around */
56 opus_int start_lag, /* I lag offset to search around */
73 opus_int *pitch_out, /* O 4 pitch lag values */
74 opus_int16 *lagIndex, /* O Lag Index */
77 opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoiced */
78 const opus_int32 search_thres1_Q16, /* I First stage threshold for lag candidates 0 - 1 */
79 const opus_int search_thres2_Q15, /* I Final threshold for lag candidates 0 - 1 */
97 opus_int CBimax, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new; local
119 /* Set up frame lengths max / min lag for the sampling frequency */
215 /* Combine two subframes into single correlation measure and apply short-lag bias *
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 147 /* Lag windowing */
176 int lag; local
192 lag = len+max_pitch;
195 ALLOC(y_lp4, lag>>2, opus_val16);
201 for (j=0;j<lag>>2;j++)
206 ymax = celt_maxabs16(y_lp4, lag>>2);
212 for (j=0;j<lag>>2;j++)
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 94 int lag, n; local
98 for (lag = 0; lag <= order; lag++)
101 x_lag = &x[lag];
103 for (n = 1; n < N - lag; n++) {
108 r[lag] = sum;
pitch_filter.c 23 * y(z) = x(z) + damper(z) * gain * (x(z) + y(z)) * z ^ (-lag);
26 * y(z) = x(z) - damper(z) * gain * (x(z) + y(z)) * z ^ (-lag);
28 * Note that |lag| is a floating number so we perform an interpolation to
29 * obtain the correct |lag|.
93 * lag : pitch-lag for the current segment of input.
94 * lag_offset : the offset of lag w.r.t. current sample.
109 double lag; member in struct:__anon30444
145 /* Index of |parameters->buffer| where samples are read for fractional-lag
218 /* Compute integer lag-offset. *
    [all...]
  /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 533 Calculate autocorellation value for one lag
538 \param lag to be calculated
539 \param scaling of the lag
546 const INT lag,
553 if (lag==0) {
559 for (i=startLine; i<(stopLine-lag); i++) {
560 result += (fMult(spectrum[i], spectrum[i+lag])>>scale);
626 int i, idx0, idx1, idx2, idx3, idx4, lag; local
670 /* compute autocorrelation value at lag zero, i. e. energy, for each quarter */
683 for (lag = 1; lag <= maxOrder; lag++)
    [all...]

Completed in 365 milliseconds