Home | History | Annotate | Download | only in celt

Lines Matching refs:OPUS_RESTRICT

131 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
173 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
192 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
193 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int C, int M)
200 celt_sig * OPUS_RESTRICT f;
201 const celt_norm * OPUS_RESTRICT x;
451 const opus_int16 * OPUS_RESTRICT eBands = m->eBands;
466 celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0;
1362 const opus_int16 * OPUS_RESTRICT eBands = m->eBands;
1363 celt_norm * OPUS_RESTRICT norm, * OPUS_RESTRICT norm2;
1407 celt_norm * OPUS_RESTRICT X, * OPUS_RESTRICT Y;