Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp62 mmUint32 cox, coy, codx, cody; in VT_resizeFrame_Video_opt2_lp() local
87 codx = o_img_ptr->uWidth; in VT_resizeFrame_Video_opt2_lp()
92 codx = cropout->uWidth; in VT_resizeFrame_Video_opt2_lp()
104 resizeFactorX = ((idx-1)<<9) / codx; in VT_resizeFrame_Video_opt2_lp()
124 for ( col = 0; col < codx; col++ ) { in VT_resizeFrame_Video_opt2_lp()
178 ptr8 = ptr8 + (o_img_ptr->uStride - codx); in VT_resizeFrame_Video_opt2_lp()
203 for ( col = 0; col < (((codx)>>1)); col++ ) { in VT_resizeFrame_Video_opt2_lp()
283 ptr8Cb = ptr8Cb + (o_img_ptr->uStride-codx); in VT_resizeFrame_Video_opt2_lp()
284 ptr8Cr = ptr8Cr + (o_img_ptr->uStride-codx); in VT_resizeFrame_Video_opt2_lp()
/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()