Searched refs:yshift (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/base/ |
D | ftoutln.c | 1042 FT_Int xshift, yshift; in FT_Outline_Get_Orientation() local 1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14; in FT_Outline_Get_Orientation() 1073 yshift = FT_MAX( yshift, 0 ); in FT_Outline_Get_Orientation() 1084 v_prev.y = points[last].y >> yshift; in FT_Outline_Get_Orientation() 1089 v_cur.y = points[n].y >> yshift; in FT_Outline_Get_Orientation()
|
/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/rnnoise/src/ |
D | pitch.c | 49 , int yshift, opus_val32 maxcorr in find_best_pitch() argument 70 Syy = ADD32(Syy, SHR32(MULT16_16(y[j],y[j]), yshift)); in find_best_pitch() 101 Syy += SHR32(MULT16_16(y[i+len],y[i+len]),yshift) - SHR32(MULT16_16(y[i],y[i]),yshift); in find_best_pitch()
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 5765 yshift = _rshift_nearest(y, R) 5768 w = _div_nearest(M, k) - _div_nearest(yshift*w, M)
|
/external/python/cpython2/Lib/ |
D | decimal.py | 5607 yshift = _rshift_nearest(y, R) 5610 w = _div_nearest(M, k) - _div_nearest(yshift*w, M)
|