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

  /external/libopus/celt/
modes.h 40 #define MAX_PERIOD 1024
celt_decoder.c 391 CPU time in the PLC pitch search by making this smaller than MAX_PERIOD. The
523 ALLOC(exc, MAX_PERIOD, opus_val16);
536 for (i=0;i<MAX_PERIOD;i++) {
537 exc[i] = ROUND16(buf[DECODE_BUFFER_SIZE-MAX_PERIOD+i], SIG_SHIFT);
543 /* Compute LPC coefficients for the last MAX_PERIOD samples before
546 LPC_ORDER, MAX_PERIOD, st->arch);
566 decaying signal, but we can't get more than MAX_PERIOD. */
567 exc_length = IMIN(2*pitch_index, MAX_PERIOD);
578 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER,
579 exc+MAX_PERIOD-exc_length, exc_length, LPC_ORDER, lpc_mem, st->arch)
    [all...]
celt_encoder.c 117 /* +MAX_PERIOD/2 to make space for overlap */
118 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
    [all...]

Completed in 50 milliseconds