Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dquant_lsp.c203 qlsp[i]=PSHR16(qlsp[i],2); in lsp_quant_nb()
273 qlsp[i] = PSHR16(qlsp[i],1); in lsp_quant_lbr()
356 qlsp[i] = PSHR16(qlsp[i],1); in lsp_quant_high()
Dkiss_fft.c144 Fout->r = PSHR16(Fout->r, 2); in kf_bfly4()
145 Fout->i = PSHR16(Fout->i, 2); in kf_bfly4()
150 Fout[m2].r = PSHR16(Fout[m2].r, 2); in kf_bfly4()
151 Fout[m2].i = PSHR16(Fout[m2].i, 2); in kf_bfly4()
Dlsp.c333 dd = PSHR16(dd,1); in lpc_to_lsp()
360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */ in lpc_to_lsp()
Darch.h169 #define PSHR16(a,shift) (a) macro
Dfixed_generic.h49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) macro
Dcb_search.c236 target[j]=SUB16(target[j],PSHR16(r2[j],2)); in split_cb_search_shape_sign_N1()
509 target[j]=SUB16(target[j],PSHR16(r2[j],2)); in split_cb_search_shape_sign()
Dstereo.c168 data[i] = SHR16(data[2*i],1)+PSHR16(data[2*i+1],1); in speex_encode_stereo_int()
Dfftwrap.c74 out[i] = PSHR16(in[i], shift); in renorm_range()
Dfilters.c747 iexc0_mag = ADD16(1,PSHR16(exc_mag,6)); in multicomb()
749 iexc1_mag = ADD16(1,PSHR16(exc_mag,6)); in multicomb()
Dfixed_debug.h163 #define PSHR16(a,shift) (SHR16(ADD16((a),((1<<((shift))>>1))),shift)) macro
Dnb_celp.c595 quant = PSHR16(MULT16_16_16(15, ol_pitch_coef),GAIN_SHIFT); in nb_encode()
1075 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = PSHR16(pitch_gain,9); in nb_decode_lost()
1563 st->last_pitch_gain = PSHR16(pitch_average,2); in nb_decode()
Dpreprocess.c962 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()