Searched defs:cshift (Results 1 - 3 of 3) 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/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));
/external/libvorbis/lib/
H A Dfloor1.c867 int cshift=0; local
889 cval|= bookas[k]<<cshift;
890 cshift+=csubbits;

Completed in 714 milliseconds