Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_debug.h243 #define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__)
244 static OPUS_INLINE short ADD16_(int a, int b, char *file, int line) in ADD16_() function