Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DNV12_resize.c51 mmUint32 cox, coy, codx, cody; in VT_resizeFrame_Video_opt2_lp() local
82 codx = o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
89 codx = cropout->uWidth; in VT_resizeFrame_Video_opt2_lp()
103 resizeFactorX = ((idx-1)<<9) / codx; in VT_resizeFrame_Video_opt2_lp()
122 for (col=0; col < codx; col++) in VT_resizeFrame_Video_opt2_lp()
181 ptr8 = ptr8 + (o_img_ptr->uStride - codx); in VT_resizeFrame_Video_opt2_lp()
207 for (col=0; col < (((codx)>>1)); col++) in VT_resizeFrame_Video_opt2_lp()
293 ptr8Cb = ptr8Cb + (o_img_ptr->uStride-codx); in VT_resizeFrame_Video_opt2_lp()
294 ptr8Cr = ptr8Cr + (o_img_ptr->uStride-codx); in VT_resizeFrame_Video_opt2_lp()