Searched refs:yshift (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | pitch.c | 48 , int yshift, opus_val32 maxcorr in find_best_pitch() argument 69 Syy = ADD32(Syy, SHR32(MULT16_16(y[j],y[j]), yshift)); in find_best_pitch() 100 Syy += SHR32(MULT16_16(y[i+len],y[i+len]),yshift) - SHR32(MULT16_16(y[i],y[i]),yshift); in find_best_pitch()
|
/external/freetype/src/base/ |
D | ftoutln.c | 1033 FT_Int xshift, yshift; in FT_Outline_Get_Orientation() local 1058 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation() 1059 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation() 1074 area += ( ( v_cur.y - v_prev.y ) >> yshift ) * in FT_Outline_Get_Orientation()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftoutln.c | 1041 FT_Int xshift, yshift; in FT_Outline_Get_Orientation() local 1066 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation() 1067 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation() 1082 area += ( ( v_cur.y - v_prev.y ) >> yshift ) * in FT_Outline_Get_Orientation()
|
/external/opencv3/apps/createsamples/ |
D | utility.cpp | 716 double xshift, yshift, randscale; in icvPlaceDistortedSample() local 754 yshift = maxshiftf * rand() / RAND_MAX; in icvPlaceDistortedSample() 757 cr.y -= (int) ( yshift * cr.height ); in icvPlaceDistortedSample()
|