Searched refs:cshift (Results 1 - 4 of 4) sorted by relevance

/external/jpeg/
H A Dwrgif.c224 int cshift = dinfo->cinfo->data_precision - 8; local
265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file);
266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file);
267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file);
270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift);
/external/stlport/stlport/stl/
H A D_valarray.c145 // Shift and cshift
165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const {
H A D_valarray.h348 valarray<_Tp> cshift(int __n) const;
/external/speex/libspeex/
H A Dltp.c186 int cshift=0, eshift=0; local
249 cshift = normalize16(corr, corr16, 180, end-start+1);
298 g = DIV32(SHL32(EXTEND32(corr16[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(EXTEND32(ener16[i-start]),eshift))),6));

Completed in 2738 milliseconds