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

  /external/svox/pico/lib/
picodsp.h 74 #define PICODSP_PHASEORDER 72
picosig.c 344 if (*numComponents>PICODSP_PHASEORDER) {
346 *numComponents = PICODSP_PHASEORDER;
351 for (nI=*numComponents; nI<PICODSP_PHASEORDER; nI++) {
    [all...]
picosig2.c 302 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) * (PICODSP_PHASEORDER));
483 for (j = 0; j < PICODSP_PHASEORDER; j++) {
    [all...]

Completed in 151 milliseconds