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

  /external/chromium_org/third_party/opus/src/silk/
MacroCount.h 283 #undef silk_SAT32
284 static OPUS_INLINE opus_int32 silk_SAT32(opus_int64 a){
SigProc_FIX.h 443 #define silk_SAT32(a) ((a) > silk_int32_MAX ? silk_int32_MAX : \
    [all...]
MacroDebug.h 155 if ( res != silk_SAT32( (opus_int64)a32 + (opus_int64)b32 ) )
216 if ( res != silk_SAT32( (opus_int64)a32 - (opus_int64)b32 ) )
538 no checking needed for silk_SAT32
    [all...]
  /external/libopus/silk/
MacroCount.h 283 #undef silk_SAT32
284 static OPUS_INLINE opus_int32 silk_SAT32(opus_int64 a){
SigProc_FIX.h 443 #define silk_SAT32(a) ((a) > silk_int32_MAX ? silk_int32_MAX : \
    [all...]
MacroDebug.h 155 if ( res != silk_SAT32( (opus_int64)a32 + (opus_int64)b32 ) )
216 if ( res != silk_SAT32( (opus_int64)a32 - (opus_int64)b32 ) )
538 no checking needed for silk_SAT32
    [all...]

Completed in 195 milliseconds