Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_encoder.c246 …RequireAction ((p->mBitDepth == 16) || (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDep… in EncodeStereo()
259 if (p->mBitDepth == 32) in EncodeStereo()
261 else if (p->mBitDepth >= 24) in EncodeStereo()
266 chanBits = p->mBitDepth - (bytesShifted * 8) + 1 ; in EncodeStereo()
287 switch (p->mBitDepth) in EncodeStereo()
334 switch (p->mBitDepth) in EncodeStereo()
397 …escapeBits = (numSamples * p->mBitDepth * 2) + ((partialFrame == true) ? 32 : 0) + (2 * 8) ; /* 2 … in EncodeStereo()
525 …RequireAction ((p->mBitDepth == 16) || (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDep… in EncodeStereoFast()
538 if (p->mBitDepth == 32) in EncodeStereoFast()
540 else if (p->mBitDepth >= 24) in EncodeStereoFast()
[all …]
DALACEncoder.h65 int16_t mBitDepth ; variable
Dalac_codec.h58 int16_t mBitDepth ; member