Home
last modified time | relevance | path

Searched refs:SCALE_SPROTO4_TBL (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.h32 #define SCALE_SPROTO4_TBL 12 macro
H A Dsbc_tables.h42 return ((-2 >> 1 == -1) ? (static_cast<int32_t>(val)) >> (SCALE_SPROTO4_TBL) : in SS4()
43 (static_cast<int32_t>(val)) / (1 << (SCALE_SPROTO4_TBL))); in SS4()