Searched refs:xshift (Results 1 - 8 of 8) sorted by relevance

/external/srec/srec/cfront/
H A Dsp_fft.c78 asr_int32_t xshift = x >> i; local
83 xshift |= -signbit;
86 xshift += (x >> (i - 1)) & 1;
87 return xshift;
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c1028 FT_Int xshift, yshift; local
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1046 xshift = FT_MAX( xshift, 0 );
1065 ( ( v_cur.x + v_prev.x ) >> xshift );
/external/freetype/src/base/
H A Dftoutln.c1031 FT_Int xshift, yshift; local
1048 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1049 xshift = FT_MAX( xshift, 0 );
1068 ( ( v_cur.x + v_prev.x ) >> xshift );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c1028 FT_Int xshift, yshift; local
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
1046 xshift = FT_MAX( xshift, 0 );
1065 ( ( v_cur.x + v_prev.x ) >> xshift );
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
/external/libopus/celt/
H A Dpitch.c57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc538 int xshift = 0, yshift = 0;
539 while ((output->width() << xshift) < input->width()) {
540 xshift++;
545 int xmag = 1 << xshift;
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1573 int c1, havedig, udx0, xshift; variable
1578 havedig = xshift = 0;
1593 xshift = 1;
1617 if (xshift) {
1618 xshift = 0;

Completed in 1425 milliseconds