Searched refs:WII (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvoptflowlk.cpp129 icvDerProduct *WII; local
216 WII = (icvDerProduct *) cvAlloc( BufferSize * sizeof( icvDerProduct ));
219 if( (II == NULL) || (WII == NULL) )
234 if( WII )
235 cvFree( &WII );
377 WII[address].xx = 0;
378 WII[address].xy = 0;
379 WII[address].yy = 0;
380 WII[address].xt = 0;
381 WII[addres
[all...]

Completed in 38 milliseconds