Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_decoder.c103 theConfig.maxRun = psf_get_be16 (theActualCookie, offsetof (ALACSpecificConfig, maxRun)) ; in alac_decoder_init()
249 …s, p->mConfig.mb, (pb * pbFactorU) / 4, p->mConfig.kb, numSamples, numSamples, p->mConfig.maxRun) ; in alac_decode()
410 …s, p->mConfig.mb, (pb * pbFactorU) / 4, p->mConfig.kb, numSamples, numSamples, p->mConfig.maxRun) ; in alac_decode()
426 …s, p->mConfig.mb, (pb * pbFactorV) / 4, p->mConfig.kb, numSamples, numSamples, p->mConfig.maxRun) ; in alac_decode()
DALACAudioTypes.h180 uint16_t maxRun ; member
Dalac_encoder.c1119 config->maxRun = Swap16NtoB ((uint16_t) MAX_RUN_DEFAULT) ; in GetConfig()