Home
last modified time | relevance | path

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

/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()
167 MULA(SYNMATRIX4[i][INDEX_1], frame.samples_[blk][ch][INDEX_1], in Synthesize4()
168 MULA(SYNMATRIX4[i][INDEX_2], frame.samples_[blk][ch][INDEX_2], in Synthesize4()
174 pcmSamples_[ch][blk * VALUE_4 + i] = Clip16(Scale4Staged1(MULA(v[offset[i] + INDEX_0], in Synthesize4()
176 MULA(v[offset[k] + INDEX_1], in Synthesize4()
178 MULA(v[offset[i] + INDEX_2], in Synthesize4()
180 MULA(v[offset[k] + INDEX_3], in Synthesize4()
182 MULA(v[offset[i] + INDEX_4], in Synthesize4()
184 MULA(v[offset[k] + INDEX_5], in Synthesize4()
186 MULA(v[offset[i] + INDEX_6], in Synthesize4()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_math.h59 static inline int32_t MULA(int32_t a, int32_t b, int32_t res) in MULA() function