Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537334 | Differences between
and this patch

Collapse All | Expand All

(-)svox/pico/lib/picoapi.c.original (-1 / +1 lines)
Lines 90-96 Link Here
90
        status = PICO_ERR_NULLPTR_ACCESS;
90
        status = PICO_ERR_NULLPTR_ACCESS;
91
    } else {
91
    } else {
92
        byte_ptr_t rest_mem;
92
        byte_ptr_t rest_mem;
93
        picoos_uint32 rest_mem_size;
93
        picoos_objsize_t rest_mem_size;
94
        pico_System sys;
94
        pico_System sys;
95
        picoos_MemoryManager sysMM;
95
        picoos_MemoryManager sysMM;
96
        picoos_ExceptionManager sysEM;
96
        picoos_ExceptionManager sysEM;
(-)svox/pico/lib/picosig2.c.original (-1 / +1 lines)
Lines 568-574 Link Here
568
    for (nI = 1; nI < m1; nI++) {
568
    for (nI = 1; nI < m1; nI++) {
569
        XXr[nI] = c1[nI] << shift;
569
        XXr[nI] = c1[nI] << shift;
570
    }
570
    }
571
    i = sizeof(picoos_int32) * (PICODSP_FFTSIZE + 1 - m1);
571
    i = sizeof(picoos_int32) * (PICODSP_FFTSIZE - m1);
572
    picoos_mem_set(XXr + m1, 0, i);
572
    picoos_mem_set(XXr + m1, 0, i);
573
    dfct_nmf(m4, XXr); /* DFCT directly in fixed point */
573
    dfct_nmf(m4, XXr); /* DFCT directly in fixed point */
574
574

Return to bug 537334