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

  /external/freetype/src/base/
ftoutln.c 1047 FT_Int xshift, yshift; local
1068 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1070 xshift = FT_MAX( xshift, 0 );
1083 v_prev.x = points[last].x >> xshift;
1088 v_cur.x = points[n].x >> xshift;
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 1041 FT_Int xshift, yshift; local
1062 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1064 xshift = FT_MAX( xshift, 0 );
1083 ( ( v_cur.x + v_prev.x ) >> xshift );
  /external/libopus/celt/
pitch.c 57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));

Completed in 184 milliseconds