Home
last modified time | relevance | path

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

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