Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostair.c291 IMG_UINT32 ui32CurrentIndex; in tng__fill_inp_ctrl_buf() local
332 ui32CurrentIndex=0; in tng__fill_inp_ctrl_buf()
339 if (ui32HalfWayMB && ui32CurrentIndex == ui32HalfWayMB) in tng__fill_inp_ctrl_buf()
341 ui32CurrentIndex=(((ui32CurrentIndex)+31)&(~31)); in tng__fill_inp_ctrl_buf()
352 if ((IMG_INT32)ui32CurrentIndex > ctx->i32LastCIRIndex) { in tng__fill_inp_ctrl_buf()
353 ctx->i32LastCIRIndex = ui32CurrentIndex; in tng__fill_inp_ctrl_buf()
360 pui16MBParam[ui32CurrentIndex++] = ui16MBParam; in tng__fill_inp_ctrl_buf()
Dpnw_hostjpeg.h524 IMG_UINT32 ui32CurrentIndex; member