Searched refs:x_step (Results 1 – 11 of 11) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_geo_tasks_priv.cpp | 48 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/ |
D | picture_psnr_enc.c | 134 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()
|
D | picture_csp_enc.c | 42 int x_step, int y_step) { in CheckNonOpaque() argument 45 if (x_step == 1) { in CheckNonOpaque()
|
/external/python/cpython2/Lib/test/ |
D | test_xrange.py | 65 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/ |
D | u_format.c | 625 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/ |
D | cpdf_tilingpattern.h | 34 float x_step() const { return m_XStep; } in x_step() function
|
/external/libaom/libaom/av1/encoder/ |
D | rd.c | 924 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/ |
D | encode.h | 402 size_t x_step,
|
/external/webp/src/webp/ |
D | encode.h | 402 size_t x_step,
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1144 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/ |
D | cpdf_renderstatus.cpp | 2240 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()
|