|
Lynkeos
|
Record of data needed for parallelized multiplication. More...


Public Attributes | |
| ArithmeticOperand_t * | op |
| Operands. | |
| LynkeosStandardImageBuffer * | res |
| Operation result. | |
| u_short * | y |
| void(* | processOneLine )(LynkeosStandardImageBuffer *, ArithmeticOperand_t *, LynkeosStandardImageBuffer *, u_short) |
| Startegy method for performing the operation on one line. | |
| NSConditionLock * | lock |
| Exclusive access to this object. | |
| u_short | startedThreads |
| Total number of started threads. | |
| u_short | livingThreads |
| Number of still living threads. | |
Record of data needed for parallelized multiplication.
| - (u_short*) y |
Current line
Referenced by LynkeosStandardImageBuffer(Private)::one_thread_process_image:.
1.8.4