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

  /external/libopus/silk/
MacroDebug.h 91 if ( ret != silk_SUB_SAT16( a, b ) )
194 #undef silk_SUB_SAT16
195 #define silk_SUB_SAT16(a,b) silk_SUB_SAT16_((a), (b), __FILE__, __LINE__)
201 fprintf (stderr, "silk_SUB_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line);
    [all...]
MacroCount.h 576 #undef silk_SUB_SAT16
577 static OPUS_INLINE opus_int16 silk_SUB_SAT16( opus_int16 a16, opus_int16 b16 ) {
SigProc_FIX.h 455 #define silk_SUB_SAT16(a, b) (opus_int16)silk_SAT16( silk_SUB32( (opus_int32)(a), (b) ) )
    [all...]

Completed in 84 milliseconds