HomeSort by relevance Sort by last modified time
    Searched full:gsm_abs (Results 1 - 11 of 11) sorted by null

  /external/libgsm/inc/
private.h 75 extern word gsm_abs P((word a));
125 # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a))
137 # define GSM_ABS(a) gsm_abs(a)
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_gsmdec.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_soft_gsmdec.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_gsmdec.so 
  /external/libgsm/src/
lpc.c 49 temp = GSM_ABS( s[k] );
216 temp = GSM_ABS(temp);
266 temp = GSM_ABS(temp);
add.c 51 word gsm_abs P1((a), word a) function
long_term.c 75 temp = GSM_ABS( temp );
177 temp = GSM_ABS( temp );
318 temp = GSM_ABS( temp );
494 temp = GSM_ABS( temp );
short_term.c 158 /* temp = GSM_ABS( *LARp );
rpe.c 277 temp = GSM_ABS(temp);
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_gsmdec.so 
  /external/libgsm/add-test/
add_test.c 256 do_word( gsm_abs(op1) );
341 return GSM_ABS(op1);

Completed in 780 milliseconds