Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_geo_tasks_priv.cpp48 float x_step = 1.0f / factors.x; in work_range() local
72 first, Float2(first.x + x_step, first.y), in work_range()
73 Float2(first.x + x_step * 2, first.y), Float2(first.x + x_step * 3, first.y), in work_range()
74 Float2(first.x + x_step * 4, first.y), Float2(first.x + x_step * 5, first.y), in work_range()
75 Float2(first.x + x_step * 6, first.y), Float2(first.x + x_step * 7, first.y) in work_range()
/external/webp/src/enc/
Dpicture_psnr_enc.c134 int width, int height, size_t x_step, in WebPPlaneDistortion() argument
141 src_stride < x_step * width || ref_stride < x_step * width || in WebPPlaneDistortion()
147 if (x_step != 1) { // extract a packed plane if needed in WebPPlaneDistortion()
158 tmp1[x + y * width] = src[x * x_step + y * src_stride]; in WebPPlaneDistortion()
159 tmp2[x + y * width] = ref[x * x_step + y * ref_stride]; in WebPPlaneDistortion()
231 int width, int height, size_t x_step, in WebPPlaneDistortion() argument
239 (void)x_step; in WebPPlaneDistortion()
Dpicture_csp_enc.c42 int x_step, int y_step) { in CheckNonOpaque() argument
45 if (x_step == 1) { in CheckNonOpaque()
/external/python/cpython2/Lib/test/
Dtest_xrange.py65 x_step = x[1] - x[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c625 unsigned x_step, y_step; in util_format_translate() local
657 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width); in util_format_translate()
674 assert(x_step == 1); in util_format_translate()
719 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate()
749 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate()
/external/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h34 float x_step() const { return m_XStep; } in x_step() function
/external/libaom/libaom/av1/encoder/
Drd.c924 const double x_step = 0.5; in av1_model_rd_curvfit() local
930 xqr = AOMMAX(xqr, x_start + x_step + epsilon); in av1_model_rd_curvfit()
931 xqr = AOMMIN(xqr, x_end - x_step - epsilon); in av1_model_rd_curvfit()
932 const double x = (xqr - x_start) / x_step; in av1_model_rd_curvfit()
/external/webp/include/webp/
Dencode.h402 size_t x_step,
/external/webp/src/webp/
Dencode.h402 size_t x_step,
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1144 const glw::GLfloat x_step = 2.0f / ((glw::GLfloat)(n_layers * 3)); in preparePositionForFace() local
1145 const glw::GLfloat x_mid_step = x_step / 2.0f; in preparePositionForFace()
1149 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step; in preparePositionForFace()
1150 const glw::GLfloat x_middle = x_left + x_step; in preparePositionForFace()
1151 const glw::GLfloat x_right = x_middle + x_step; in preparePositionForFace()
1329 const glw::GLfloat x_step = 2.0f / x_range; in prepareTextureCoordinatesForFace() local
1332 const glw::GLfloat x_mid_step = x_step / 2.0f; in prepareTextureCoordinatesForFace()
1438 const glw::GLfloat x_step = 2.0f / x_range; in prepareTextureCoordinatesForGatherForFace() local
1441 const glw::GLfloat x_mid_step = x_step / 2.0f; in prepareTextureCoordinatesForGatherForFace()
1444 const glw::GLfloat left = -1.0f + x_mid_step + x_step; in prepareTextureCoordinatesForGatherForFace()
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2240 pPattern->bbox().right == pPattern->x_step() && in DrawTilingPattern()
2265 pPattern->x_step()); in DrawTilingPattern()
2267 pPattern->x_step()); in DrawTilingPattern()
2289 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()
2359 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()