HomeSort by relevance Sort by last modified time
    Searched refs:xshift (Results 1 - 6 of 6) 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/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/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 538 int xshift = 0, yshift = 0;
539 while ((output->width() << xshift) < input->width()) {
540 xshift++;
545 int xmag = 1 << xshift;
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1573 int c1, havedig, udx0, xshift; variable
    [all...]

Completed in 1460 milliseconds