Proper stack restore
This commit is contained in:
parent
cbaf67e836
commit
c591e1542a
1 changed files with 1 additions and 1 deletions
|
@ -140,8 +140,8 @@ static int interp_bits2pulses(const CELTMode *m, const celt_int16_t * const *cac
|
||||||
for (j=0;j<left;j++)
|
for (j=0;j<left;j++)
|
||||||
bits[j]++;
|
bits[j]++;
|
||||||
}
|
}
|
||||||
return (total-C*esum)<<BITRES;
|
|
||||||
RESTORE_STACK;
|
RESTORE_STACK;
|
||||||
|
return (total-C*esum)<<BITRES;
|
||||||
}
|
}
|
||||||
|
|
||||||
void compute_allocation(const CELTMode *m, int *offsets, const int *stereo_mode, int total, int *pulses, int *ebits)
|
void compute_allocation(const CELTMode *m, int *offsets, const int *stereo_mode, int total, int *pulses, int *ebits)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue