HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PERIOD (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
modes.h 40 #define MAX_PERIOD 1024
celt_decoder.c 326 CPU time in the PLC pitch search by making this smaller than MAX_PERIOD. The
463 ALLOC(exc, MAX_PERIOD, opus_val16);
476 for (i=0;i<MAX_PERIOD;i++) {
477 exc[i] = ROUND16(buf[DECODE_BUFFER_SIZE-MAX_PERIOD+i], SIG_SHIFT);
483 /* Compute LPC coefficients for the last MAX_PERIOD samples before
486 LPC_ORDER, MAX_PERIOD, st->arch);
506 decaying signal, but we can't get more than MAX_PERIOD. */
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD);
518 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER,
519 exc+MAX_PERIOD-exc_length, exc_length, LPC_ORDER, lpc_mem)
    [all...]
celt_encoder.c 118 /* +MAX_PERIOD/2 to make space for overlap */
119 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
    [all...]
  /external/libopus/celt/
modes.h 40 #define MAX_PERIOD 1024
celt_decoder.c 326 CPU time in the PLC pitch search by making this smaller than MAX_PERIOD. The
463 ALLOC(exc, MAX_PERIOD, opus_val16);
476 for (i=0;i<MAX_PERIOD;i++) {
477 exc[i] = ROUND16(buf[DECODE_BUFFER_SIZE-MAX_PERIOD+i], SIG_SHIFT);
483 /* Compute LPC coefficients for the last MAX_PERIOD samples before
486 LPC_ORDER, MAX_PERIOD, st->arch);
506 decaying signal, but we can't get more than MAX_PERIOD. */
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD);
518 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER,
519 exc+MAX_PERIOD-exc_length, exc_length, LPC_ORDER, lpc_mem)
    [all...]
celt_encoder.c 118 /* +MAX_PERIOD/2 to make space for overlap */
119 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 167 #define MAX_PERIOD 65535
182 for (i=1; i < MAX_PERIOD; i++) {
227 for (i=1; i < MAX_PERIOD; i++) {
265 for (i=1; i < MAX_PERIOD; i++) {

Completed in 208 milliseconds