HomeSort by relevance Sort by last modified time
    Searched defs:img_width (Results 1 - 5 of 5) sorted by null

  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 31 template<typename Real> void MandelbrotThread::render(int img_width, int img_height)
38 const int alignedWidth = (img_width/packetSize)*packetSize;
41 const double yradius = xradius * img_height / img_width;
45 Vector2 step(2*widget->xradius/img_width, 2*yradius/img_height);
50 int pix = y * img_width;
105 for(int x = alignedWidth; x < img_width; x++, pix++)
117 int img_width = widget->width()/widget->draft; local
122 render<float>(img_width, img_height);
124 render<double>(img_width, img_height);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 277 unsigned img_width; local
281 img_width = ALIGN(width, halign);
283 mt->total_width = MAX2(mt->total_width, x + img_width);
285 x += img_width;
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java 392 int img_width = getWidth() / sample; local
394 state.createOutputAllocation(mSurface, img_width, img_height);
423 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms");
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 717 int32_t img_width = m_GifFrameRect.Width(); local
720 for (int i = 0; i < img_width; i++) {
735 FXSYS_memcpy(m_pDecodeBuf + left, row_buf, img_width);
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 14804 const int32_t img_width = 32; local
    [all...]

Completed in 426 milliseconds