Searched refs:ui32CurrentIndex (Results 1 – 2 of 2) sorted by relevance
291 IMG_UINT32 ui32CurrentIndex; in tng__fill_inp_ctrl_buf() local332 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()
524 IMG_UINT32 ui32CurrentIndex; member