Home
last modified time | relevance | path

Searched refs:yf (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/
DNV12_resize.c47 mmUint16 xf, yf; in VT_resizeFrame_Video_opt2_lp() local
118 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 …]
/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp58 mmUint16 xf, yf; in VT_resizeFrame_Video_opt2_lp() local
120 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 …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3516 int yf = cy & 0xffff; in ScalePlaneBilinearSimple() local
3527 *dst++ = (r0 * (65536 - yf) + r1 * yf) >> 16; in ScalePlaneBilinearSimple()