Lines Matching refs:mBitDepth
246 …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()
545 chanBits = p->mBitDepth - (bytesShifted * 8) + 1 ; in EncodeStereoFast()
560 switch (p->mBitDepth) in EncodeStereoFast()
644 …escapeBits = (numSamples * p->mBitDepth * 2) + ((partialFrame == true) ? 32 : 0) + (2 * 8) ; /* 2 … in EncodeStereoFast()
673 DebugMsg ("escape!: %u vs %u\n", minBits, (numSamples * p->mBitDepth * 2)) ; in EncodeStereoFast()
701 switch (p->mBitDepth) in EncodeStereoEscape()
766 …RequireAction ((p->mBitDepth == 16) || (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDep… in EncodeMono()
773 if (p->mBitDepth == 32) in EncodeMono()
775 else if (p->mBitDepth >= 24) in EncodeMono()
782 chanBits = p->mBitDepth - (bytesShifted * 8) ; in EncodeMono()
788 switch (p->mBitDepth) in EncodeMono()
862 …escapeBits = (numSamples * p->mBitDepth) + ((partialFrame == true) ? 32 : 0) + (2 * 8) ; /* 2 comm… in EncodeMono()
919 switch (p->mBitDepth) in EncodeMono()
944 DebugMsg ("escape!: %u vs %u\n", minBits, (numSamples * p->mBitDepth)) ; in EncodeMono()
970 …RequireAction ((p->mBitDepth == 16) || (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDep… in alac_encode()
1114 config->bitDepth = (uint8_t) p->mBitDepth ; in GetConfig()
1188 p->mBitDepth = 16 ; in alac_encoder_init()
1191 p->mBitDepth = 20 ; in alac_encoder_init()
1194 p->mBitDepth = 24 ; in alac_encoder_init()
1197 p->mBitDepth = 32 ; in alac_encoder_init()
1241 p->mBitDepth = 16 ; in alac_get_source_format()
1243 p->mBitDepth = 20 ; in alac_get_source_format()
1245 p->mBitDepth = 24 ; in alac_get_source_format()
1247 p->mBitDepth = 32 ; in alac_get_source_format()