Home
last modified time | relevance | path

Searched refs:MAX_PERIOD (Results 1 – 8 of 8) sorted by relevance

/external/srtp/test/
Dlfsr.c132 #define MAX_PERIOD 65535 macro
147 for (i=1; i < MAX_PERIOD; i++) { in period()
192 for (i=1; i < MAX_PERIOD; i++) { in weight_distribution2()
230 for (i=1; i < MAX_PERIOD; i++) { in weight_distribution()
/external/chromium_org/third_party/libsrtp/srtp/test/
Dlfsr.c167 #define MAX_PERIOD 65535 macro
182 for (i=1; i < MAX_PERIOD; i++) { in period()
227 for (i=1; i < MAX_PERIOD; i++) { in weight_distribution2()
265 for (i=1; i < MAX_PERIOD; i++) { in weight_distribution()
/external/chromium_org/third_party/opus/src/celt/
Dcelt_decoder.c463 ALLOC(exc, MAX_PERIOD, opus_val16); in celt_decode_lost()
476 for (i=0;i<MAX_PERIOD;i++) { in celt_decode_lost()
477 exc[i] = ROUND16(buf[DECODE_BUFFER_SIZE-MAX_PERIOD+i], SIG_SHIFT); in celt_decode_lost()
486 LPC_ORDER, MAX_PERIOD, st->arch); in celt_decode_lost()
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD); in celt_decode_lost()
518 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER, in celt_decode_lost()
519 exc+MAX_PERIOD-exc_length, exc_length, LPC_ORDER, lpc_mem); in celt_decode_lost()
529 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()
535 e = exc[MAX_PERIOD-decay_length+i]; in celt_decode_lost()
537 e = exc[MAX_PERIOD-2*decay_length+i]; in celt_decode_lost()
[all …]
Dmodes.h40 #define MAX_PERIOD 1024 macro
Dcelt_encoder.c119 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
2006 OPUS_MOVE(st->syn_mem[c], st->syn_mem[c]+N, 2*MAX_PERIOD-N+overlap/2); in celt_encode_with_ec()
2016 out_mem[c] = st->syn_mem[c]+2*MAX_PERIOD-N; in celt_encode_with_ec()
/external/libopus/celt/
Dcelt_decoder.c463 ALLOC(exc, MAX_PERIOD, opus_val16); in celt_decode_lost()
476 for (i=0;i<MAX_PERIOD;i++) { in celt_decode_lost()
477 exc[i] = ROUND16(buf[DECODE_BUFFER_SIZE-MAX_PERIOD+i], SIG_SHIFT); in celt_decode_lost()
486 LPC_ORDER, MAX_PERIOD, st->arch); in celt_decode_lost()
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD); in celt_decode_lost()
518 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER, in celt_decode_lost()
519 exc+MAX_PERIOD-exc_length, exc_length, LPC_ORDER, lpc_mem); in celt_decode_lost()
529 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()
535 e = exc[MAX_PERIOD-decay_length+i]; in celt_decode_lost()
537 e = exc[MAX_PERIOD-2*decay_length+i]; in celt_decode_lost()
[all …]
Dmodes.h40 #define MAX_PERIOD 1024 macro
Dcelt_encoder.c119 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
2006 OPUS_MOVE(st->syn_mem[c], st->syn_mem[c]+N, 2*MAX_PERIOD-N+overlap/2); in celt_encode_with_ec()
2016 out_mem[c] = st->syn_mem[c]+2*MAX_PERIOD-N; in celt_encode_with_ec()