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

  /external/speex/libspeex/
quant_lsp.c 203 qlsp[i]=PSHR16(qlsp[i],2);
273 qlsp[i] = PSHR16(qlsp[i],1);
356 qlsp[i] = PSHR16(qlsp[i],1);
kiss_fft.c 144 Fout->r = PSHR16(Fout->r, 2);
145 Fout->i = PSHR16(Fout->i, 2);
150 Fout[m2].r = PSHR16(Fout[m2].r, 2);
151 Fout[m2].i = PSHR16(Fout[m2].i, 2);
lsp.c 333 dd = PSHR16(dd,1);
360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */
arch.h 169 #define PSHR16(a,shift) (a)
fixed_generic.h 49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift))
cb_search.c 236 target[j]=SUB16(target[j],PSHR16(r2[j],2));
509 target[j]=SUB16(target[j],PSHR16(r2[j],2));
stereo.c 168 data[i] = SHR16(data[2*i],1)+PSHR16(data[2*i+1],1);
fftwrap.c 74 out[i] = PSHR16(in[i], shift);
fixed_debug.h 163 #define PSHR16(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift))
filters.c 747 iexc0_mag = ADD16(1,PSHR16(exc_mag,6));
749 iexc1_mag = ADD16(1,PSHR16(exc_mag,6));
nb_celp.c 595 quant = PSHR16(MULT16_16_16(15, ol_pitch_coef),GAIN_SHIFT);
    [all...]
preprocess.c     [all...]

Completed in 592 milliseconds