HomeSort by relevance Sort by last modified time
    Searched refs:xshift (Results 1 - 2 of 2) 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/libopus/celt/
pitch.c 57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));

Completed in 1177 milliseconds