Searched refs:PSHR16 (Results 1 - 12 of 12) sorted by relevance

/external/speex/libspeex/
H A Dquant_lsp.c203 qlsp[i]=PSHR16(qlsp[i],2);
273 qlsp[i] = PSHR16(qlsp[i],1);
356 qlsp[i] = PSHR16(qlsp[i],1);
H A Dkiss_fft.c144 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);
H A Dlsp.c333 dd = PSHR16(dd,1);
360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */
H A Darch.h169 #define PSHR16(a,shift) (a) macro
H A Dfixed_generic.h49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) macro
H A Dcb_search.c236 target[j]=SUB16(target[j],PSHR16(r2[j],2));
509 target[j]=SUB16(target[j],PSHR16(r2[j],2));
H A Dstereo.c168 data[i] = SHR16(data[2*i],1)+PSHR16(data[2*i+1],1);
H A Dfftwrap.c74 out[i] = PSHR16(in[i], shift);
H A Dfixed_debug.h163 #define PSHR16(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift)) macro
H A Dfilters.c747 iexc0_mag = ADD16(1,PSHR16(exc_mag,6));
749 iexc1_mag = ADD16(1,PSHR16(exc_mag,6));
H A Dnb_celp.c595 quant = PSHR16(MULT16_16_16(15, ol_pitch_coef),GAIN_SHIFT);
1075 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = PSHR16(pitch_gain,9);
1563 st->last_pitch_gain = PSHR16(pitch_average,2);
H A Dpreprocess.c962 st->frame[i] = PSHR16(st->frame[i], st->frame_shift);

Completed in 447 milliseconds