Home
last modified time | relevance | path

Searched refs:copyPredictorTo32Shift (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/src/ALAC/
Dmatrixlib.h75 void copyPredictorTo32Shift (const int32_t * in, uint16_t * shift, int32_t * out, uint32_t stride, …
Dmatrix_dec.c316 copyPredictorTo32Shift (const int32_t * in, uint16_t * shift, int32_t * out, uint32_t stride, int32… in copyPredictorTo32Shift() function
Dalac_decoder.c328copyPredictorTo32Shift (p->mMixBufferU, p->mShiftBuffer, out32, numChannels, numSamples, bytesShif… in alac_decode()