Home
last modified time | relevance | path

Searched defs:amp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/g722/
Dg722_decode.cc45 static __inline int16_t __ssat16(int32_t amp) in __ssat16()
264 uint32_t g722_decode(g722_decode_state_t *s, int16_t amp[], const uint8_t g722_data[], int len, uin… in g722_decode()
Dg722_encode.cc46 static __inline int16_t saturate(int32_t amp) in saturate()
272 const int16_t amp[], int len) in g722_encode()