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

  /external/speex/libspeex/
vbr.h 42 #define VBR_MEMORY_SIZE 5
53 float last_log_energy[VBR_MEMORY_SIZE];
vbr.c 94 for (i=0;i<VBR_MEMORY_SIZE;i++)
143 for (i=0;i<VBR_MEMORY_SIZE;i++)
145 non_st = non_st/(30*VBR_MEMORY_SIZE);
262 for (i=VBR_MEMORY_SIZE-1;i>0;i--)

Completed in 35 milliseconds