Searched defs:RoundToInt16 (Results 1 – 3 of 3) sorted by relevance
17 void RoundToInt16(const float* src, int size, int16_t* dest) { in RoundToInt16() function
29 TEST(AudioUtilTest, RoundToInt16) { in TEST() argument
23 static inline int16_t RoundToInt16(float v) { in RoundToInt16() function