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

/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp38 const int alignedWidth = (img_width/packetSize)*packetSize; local
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize)
105 for(int x = alignedWidth; x < img_width; x++, pix++)

Completed in 215 milliseconds