Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_math.h41 static inline int32_t Scale4Staged1(int32_t src) in Scale4Staged1() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_decoder.cpp166 v[offset[i]] = Scale4Staged1(MULA(SYNMATRIX4[i][INDEX_0], frame.samples_[blk][ch][INDEX_0], in Synthesize4()
174 pcmSamples_[ch][blk * VALUE_4 + i] = Clip16(Scale4Staged1(MULA(v[offset[i] + INDEX_0], in Synthesize4()