Home
last modified time | relevance | path

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

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