Searched refs:yf (Results 1 – 3 of 3) sorted by relevance
47 mmUint16 xf, yf; in VT_resizeFrame_Video_opt2_lp() local118 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()147 w = bWeights[xf][yf][0]; in VT_resizeFrame_Video_opt2_lp()154 w = bWeights[xf][yf][1]; in VT_resizeFrame_Video_opt2_lp()161 w = bWeights[xf][yf][3]; in VT_resizeFrame_Video_opt2_lp()168 w = bWeights[xf][yf][2]; in VT_resizeFrame_Video_opt2_lp()200 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()235 w = bWeights[xf][yf][0]; in VT_resizeFrame_Video_opt2_lp()246 w = bWeights[xf][yf][1]; in VT_resizeFrame_Video_opt2_lp()257 w = bWeights[xf][yf][3]; in VT_resizeFrame_Video_opt2_lp()[all …]
58 mmUint16 xf, yf; in VT_resizeFrame_Video_opt2_lp() local120 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()145 w = bWeights[xf][yf][0]; in VT_resizeFrame_Video_opt2_lp()152 w = bWeights[xf][yf][1]; in VT_resizeFrame_Video_opt2_lp()159 w = bWeights[xf][yf][3]; in VT_resizeFrame_Video_opt2_lp()166 w = bWeights[xf][yf][2]; in VT_resizeFrame_Video_opt2_lp()196 yf = (mmUchar) ((mmUint32)((row*resizeFactorY) >> 6) & 0x7); in VT_resizeFrame_Video_opt2_lp()226 w = bWeights[xf][yf][0]; in VT_resizeFrame_Video_opt2_lp()237 w = bWeights[xf][yf][1]; in VT_resizeFrame_Video_opt2_lp()248 w = bWeights[xf][yf][3]; in VT_resizeFrame_Video_opt2_lp()[all …]
3516 int yf = cy & 0xffff; in ScalePlaneBilinearSimple() local3527 *dst++ = (r0 * (65536 - yf) + r1 * yf) >> 16; in ScalePlaneBilinearSimple()