HomeSort by relevance Sort by last modified time
    Searched refs:slope (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/ImageMagick/MagickCore/
feature.c 387 slope;
389 slope=dy/dx;
390 if (slope < 0.0)
392 if (slope < -2.41421356237)
395 if (slope < -0.414213562373)
402 if (slope > 2.41421356237)
405 if (slope > 0.414213562373)
385 slope; local
    [all...]
  /external/toolchain-utils/cros_utils/
stats.py 833 lol = [['Slope', 'Intercept', 'r', 'Prob', 'SEestimate'],
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 493 SkDVector slope = this->dSlopeAtT(t); local
494 testPerp[1].fX += slope.fY;
495 testPerp[1].fY -= slope.fX;
    [all...]
  /external/skqp/src/pathops/
SkOpSegment.cpp 493 SkDVector slope = this->dSlopeAtT(t); local
494 testPerp[1].fX += slope.fY;
495 testPerp[1].fY -= slope.fX;
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_struct.h 630 FLOAT32 slope; member in struct:__anon26437
  /external/v8/src/
counters.h 437 double slope = (current_value - last_value_) / (current_ms - last_ms_); local
442 double end_value = last_value_ + (end_ms - last_ms_) * slope;
    [all...]
  /external/aac/libAACenc/src/
adj_thr.cpp 352 FIXP_DBL slope = FL2FXCONST_DBL( local
353 0.0f); /* the slope from the start bits2Pe entry to the next one */
358 The slope for extrapolating the bits2PE factor must be zero.
388 slope = fDivNorm(bitRate - startB, stopB - startB);
389 bit2PE = fMult(slope, stopPF - startPF) + startPF;
2376 FIXP_DBL slope = MAXVAL_DBL; local
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 57 .slope = 0.0f,
981 unsigned slope = fui(d->depth_bias.slope * 16.0f); local
    [all...]
radv_private.h 625 float slope; member in struct:radv_dynamic_state::__anon29157
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 156 * slope of the workload size vs frame time data is estimated. This slope
181 * tests is to look at the slope of the increasing right part. Additionally
411 const float slope = slopeNumerator / slopeDenominator; local
412 const float offset = mid.y() - slope*mid.x();
414 return gls::LineParameters(offset, slope);
530 * left.slope = 0, meaning essentially that the initial "flat" part of the
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 156 * slope of the workload size vs frame time data is estimated. This slope
181 * tests is to look at the slope of the increasing right part. Additionally
411 const float slope = slopeNumerator / slopeDenominator; local
412 const float offset = mid.y() - slope*mid.x();
414 return gls::LineParameters(offset, slope);
530 * left.slope = 0, meaning essentially that the initial "flat" part of the
    [all...]
  /external/ImageMagick/www/api/
enhance.php 111 <p>BrightnessContrastImage() changes the brightness and/or contrast of an image. It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image.</p>
191 &lt;Slope&gt; 0.9 1.2 0.5 &lt;/Slope&gt;
  /external/adhd/scripts/audio_tuning/frontend/
audio.js     [all...]
  /external/webp/src/enc/
quant_enc.c 346 const double slope = (exp_min - exp_max) / (amax - amin); local
351 : exp_max + slope * (alpha - amin);
    [all...]
  /external/skia/src/jumper/
SkJumper_stages.cpp 1988 F slope = min(xabs, yabs)\/max(xabs, yabs); local
    [all...]
  /external/skqp/src/jumper/
SkJumper_stages.cpp 1958 F slope = min(xabs, yabs)\/max(xabs, yabs); local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h 733 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 796 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h 897 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 947 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp.h 912 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp.h 961 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_mdp.h 721 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_mdp.h 946 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 709 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]

Completed in 1854 milliseconds

1 2 34 5 6