HomeSort by relevance Sort by last modified time
    Searched defs:xshift (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 1028 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/
ftoutln.c 1031 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/
ftoutln.c 1028 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/
pitch.c 57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
  /external/libopus/celt/
pitch.c 57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
  /external/srec/srec/cfront/
sp_fft.c 78 asr_int32_t xshift = x >> i; local
83 xshift |= -signbit;
86 xshift += (x >> (i - 1)) & 1;
87 return xshift;
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1573 int c1, havedig, udx0, xshift; variable
    [all...]

Completed in 381 milliseconds