Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_encoder.c64 typedef int16_t (*SearchCoefs) [kALACMaxCoefs] ; typedef
236 SearchCoefs coefsU ; in EncodeStereo()
237 SearchCoefs coefsV ; in EncodeStereo()
253 coefsU = (SearchCoefs) p->mCoefsU [channelIndex] ; in EncodeStereo()
254 coefsV = (SearchCoefs) p->mCoefsV [channelIndex] ; in EncodeStereo()
516 SearchCoefs coefsU ; in EncodeStereoFast()
517 SearchCoefs coefsV ; in EncodeStereoFast()
532 coefsU = (SearchCoefs) p->mCoefsU [channelIndex] ; in EncodeStereoFast()
533 coefsV = (SearchCoefs) p->mCoefsV [channelIndex] ; in EncodeStereoFast()
749 SearchCoefs coefsU ; in EncodeMono()
[all …]