HomeSort by relevance Sort by last modified time
    Searched defs:silk_DIV32_16 (Results 1 - 3 of 3) sorted by null

  /external/libopus/silk/
MacroCount.h 260 #undef silk_DIV32_16
261 static OPUS_INLINE opus_int32 silk_DIV32_16(opus_int32 a32, opus_int32 b32){
MacroDebug.h 519 #undef silk_DIV32_16
520 #define silk_DIV32_16(a,b) silk_DIV32_16_((a), (b), __FILE__, __LINE__)
528 fprintf (stderr, "silk_DIV32_16(%d, %d) in %s: line %d\n", a32, b32, file, line);
    [all...]
SigProc_FIX.h 427 #define silk_DIV32_16(a32, b16) ((opus_int32)((a32) / (b16)))
    [all...]

Completed in 203 milliseconds