Searched refs:cshift (Results 1 – 6 of 6) sorted by relevance
/external/jpeg/ |
D | wrgif.c | 224 int cshift = dinfo->cinfo->data_precision - 8; in emit_header() local 265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file); in emit_header() 266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file); in emit_header() 267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file); in emit_header() 270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift); in emit_header()
|
/external/qemu/distrib/jpeg-6b/ |
D | wrgif.c | 224 int cshift = dinfo->cinfo->data_precision - 8; in emit_header() local 265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file); in emit_header() 266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file); in emit_header() 267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file); in emit_header() 270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift); in emit_header()
|
/external/stlport/stlport/stl/ |
D | _valarray.c | 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const { in cshift() function
|
D | _valarray.h | 348 valarray<_Tp> cshift(int __n) const;
|
/external/speex/libspeex/ |
D | ltp.c | 186 int cshift=0, eshift=0; in open_loop_nbest_pitch() local 249 cshift = normalize16(corr, corr16, 180, end-start+1); in open_loop_nbest_pitch() 298 …g = DIV32(SHL32(EXTEND32(corr16[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(… in open_loop_nbest_pitch()
|
/external/libvorbis/lib/ |
D | floor1.c | 867 int cshift=0; in floor1_encode() local 889 cval|= bookas[k]<<cshift; in floor1_encode() 890 cshift+=csubbits; in floor1_encode()
|