Searched defs:VALUE8 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_frame.cpp | 26 const int VALUE8 = 8; variable 119 void Frame::SbcCalculateBitsNormal(const Frame& frame, int (*bits)[VALUE8]) in SbcCalculateBitsNormal() 187 int (*bits)[VALUE8]) in SbcCalculateBitsMax() 216 int Frame::SbcCalculateBitsMaxStereo(const Frame& frame, const int subbands, int (*bits)[VALUE8]) in SbcCalculateBitsMaxStereo() 248 int (*bits)[VALUE8], int *bitCount, in SbcCalculateBitsSliceStereo() 277 int (*bitNeed)[VALUE8], in SbcCalculateBitsInnerStereo() 278 int (*bits)[VALUE8]) in SbcCalculateBitsInnerStereo() 294 void Frame::SbcCalculateBitsStereo(const Frame& frame, int (*bits)[VALUE8]) in SbcCalculateBitsStereo() 346 void Frame::SbcCalculateBits(const Frame& frame, int (*bits)[VALUE8]) in SbcCalculateBits() 559 void Frame::SbcCaculateLevelsAndSampleDelta(const Frame& frame, int (*bits)[VALUE8], in SbcCaculateLevelsAndSampleDelta() [all …]
|