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

  /external/libopus/src/
analysis.h 37 #define ANALYSIS_BUF_SIZE 720 /* 15 ms at 48 kHz */
45 opus_val32 inmem[ANALYSIS_BUF_SIZE];
analysis.c 237 downmix(x, &tonal->inmem[tonal->mem_fill], IMIN(len, ANALYSIS_BUF_SIZE-tonal->mem_fill), offset, c1, c2, C);
238 if (tonal->mem_fill+len < ANALYSIS_BUF_SIZE)
261 OPUS_MOVE(tonal->inmem, tonal->inmem+ANALYSIS_BUF_SIZE-240, 240);
262 remaining = len - (ANALYSIS_BUF_SIZE-tonal->mem_fill);
263 downmix(x, &tonal->inmem[240], remaining, offset+ANALYSIS_BUF_SIZE-tonal->mem_fill, c1, c2, C);

Completed in 54 milliseconds