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

  /external/speex/libspeex/
arch.h 110 #define GAIN_SHIFT 6
nb_celp.c 595 quant = PSHR16(MULT16_16_16(15, ol_pitch_coef),GAIN_SHIFT);
604 ol_pitch_coef=MULT16_16_P15(QCONST16(0.066667,15),SHL16(quant,GAIN_SHIFT));
    [all...]

Completed in 195 milliseconds