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

  /external/libxcam/xcore/
xcam_utils.h 32 const uint32_t img_width, const uint32_t img_height);
36 const uint32_t img_width, const uint32_t img_height,
xcam_utils.cpp 33 const uint32_t img_width)
39 img_x *= img_width / (2.0f * PI);
40 return XCAM_CLAMP (img_x, 0.0f, img_width - 1.0f);
77 const uint32_t img_width, const uint32_t img_height)
80 img_pos.x = transform_bowl_coord_to_image_x (bowl_pos.x, bowl_pos.y, img_width);
88 const uint32_t img_width, const uint32_t img_height,
102 float angle_step = fabs(config.angle_end - config.angle_start) / img_width;
  /external/libjpeg-turbo/simd/
jsimd.h 35 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
38 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
41 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
44 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
47 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
50 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
53 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
58 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
61 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
64 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf
    [all...]
  /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);
mandelbrot.h 31 template<typename Real> void render(int img_width, int img_height);
  /external/libaom/libaom/test/
lightfield_test.sh 26 local img_width=1024
43 eval "${AOM_TEST_PREFIX}" "${encoder}" "${img_width}" "${img_height}" \
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.c 250 static inline void calc_tex_coords(float img_width, float img_height,
255 buf[0] = x / img_width;
256 buf[1] = buf[0] + reg_width / img_width;
  /external/libjpeg-turbo/simd/powerpc/
jcgryext-altivec.c 27 void jsimd_rgb_gray_convert_altivec(JDIMENSION img_width, JSAMPARRAY input_buf,
32 int pitch = img_width * RGB_PIXELSIZE, num_cols;
jccolext-altivec.c 27 void jsimd_rgb_ycc_convert_altivec(JDIMENSION img_width, JSAMPARRAY input_buf,
32 int pitch = img_width * RGB_PIXELSIZE, num_cols;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.c 402 static inline void calc_tex_coords(float img_width, float img_height,
407 buf[0] = x / img_width;
408 buf[1] = buf[0] + reg_width / img_width;
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.h 197 CFX_SizeF CalculateImageSize(float img_width,
cxfa_widgetacc.cpp 866 CFX_SizeF CXFA_WidgetAcc::CalculateImageSize(float img_width,
870 CFX_RectF rtImage(0, 0, XFA_UnitPx2Pt(img_width, dpi_x),
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 692 int32_t img_width = m_GifFrameRect.Width(); local
695 for (int i = 0; i < img_width; i++) {
710 memcpy(m_pDecodeBuf + left, row_buf, img_width);
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]

Completed in 515 milliseconds