Searched refs:slope (Results 26 - 50 of 55) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_rss.c234 float slope = 0.0; local
244 slope = curr->slopescaledepthbias;
248 EMIT_RS_FLOAT( svga, slope, SLOPESCALEDEPTHBIAS, fail );
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c234 float slope = 0.0; local
244 slope = curr->slopescaledepthbias;
248 EMIT_RS_FLOAT( svga, slope, SLOPESCALEDEPTHBIAS, fail );
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGComponentTransferFunctionElement.cpp100 func.slope = m_slope->currentValue()->value();
/external/svox/pico/compat/src/com/android/tts/compat/
H A DSynthProxy.java160 float attenuationInDb, float freqInHz, float slope);
159 native_setLowShelf(boolean applyFilter, float filterGain, float attenuationInDb, float freqInHz, float slope) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComponentTransfer.cpp137 double val = transferFunction.slope * i + 255 * transferFunction.intercept;
258 << "\" slope=\"" << function.slope
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A DplotJitterEstimate.m14 plot(x, slopes(x, 1)); title('Line slope');
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc260 void MatlabLine::UpdateTrendLine(MatlabLine * sourceData, double slope, double offset) argument
266 Append(thexMin, thexMin * slope + offset);
267 Append(thexMax, thexMax * slope + offset);
862 int MatlabPlot::MakeTrend(const char *sourceName, const char *trendName, double slope, double offset, const char *plotAttrib) argument
883 _line[trendIx]->UpdateTrendLine(_line[sourceIx], slope, offset);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dexpand.cc177 // Set a suitable cross-fading slope.
211 // Select muting slope depending on how many consecutive expands we have
226 // Mute segment according to slope value.
515 // Set the energy_ratio since it is used by muting slope.
672 // Calculate muting slope. Reuse value from earlier scaling of
674 int16_t slope = amplitude_ratio; local
675 if (slope > 12288) {
676 // slope > 1.5.
677 // Calculate (1 - (1 / slope)) / distortion_lag =
678 // (slope
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDynamicsCompressorKernel.cpp129 // This slope is equal to the inverse of the compression "ratio".
130 // In other words, a compression ratio of 20 would be a slope of 1/20.
160 // A high value for k will more quickly asymptotically approach a slope of 0.
161 float slope = slopeAt(x, k); local
163 if (slope < desiredSlope) {
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp281 /* Correction table depent on the slope */
301 int slope; local
352 slope = (y_step >> (XY_SHIFT - 5)) & 0x3f;
353 slope ^= (y_step < 0 ? 0x3f : 0);
376 slope = (x_step >> (XY_SHIFT - 5)) & 0x3f;
377 slope ^= (x_step < 0 ? 0x3f : 0);
384 slope = (slope & 0x20) ? 0x100 : icvSlopeCorrTable[slope];
388 int t0 = slope <<
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_media_stream_audio_track.cc372 int16_t slope = next_sample - sample; local
374 if (slope < 0) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFilterEffectRenderer.cpp197 transferFunction.slope = narrowPrecisionToFloat(toBasicComponentTransferFilterOperation(filterOperation)->amount());
208 transferFunction.slope = amount;
/external/chromium_org/third_party/opus/src/src/
H A Danalysis.c213 float slope=0; local
376 slope += band_tonality[b]*(b-8);
405 /* Use a simple follower with 13 dB/Bark slope for spreading function */
410 both the ATH and the loudness-dependent slope of the spreading function)
446 slope /= 8*8;
447 info->tonality_slope = slope;
/external/libopus/src/
H A Danalysis.c213 float slope=0; local
376 slope += band_tonality[b]*(b-8);
405 /* Use a simple follower with 13 dB/Bark slope for spreading function */
410 both the ATH and the loudness-dependent slope of the spreading function)
446 slope /= 8*8;
447 info->tonality_slope = slope;
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp313 jfloat filterGain, jfloat attenuationInDb, jfloat freqInHz, jfloat slope)
319 fFilterShelfSlope = slope;
325 ALOGE("Invalid slope, can't be null");
312 com_android_tts_compat_SynthProxy_setLowShelf(JNIEnv *env, jobject thiz, jboolean applyFilter, jfloat filterGain, jfloat attenuationInDb, jfloat freqInHz, jfloat slope) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp633 float slope = tan(deg2rad(90 - angleDeg)); local
635 // We find the endpoint by computing the intersection of the line formed by the slope,
637 float perpendicularSlope = -1 / slope;
654 float endX = c / (slope - perpendicularSlope);
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c68 const double slope = (s->target - s->value) / (s->last_value - s->value); local
69 dq = (float)(slope * (s->last_q - s->q));
H A Dquant.c310 const double slope = (exp_min - exp_max) / (amax - amin); local
315 : exp_max + slope * (alpha - amin);
/external/webp/src/enc/
H A Dframe.c68 const double slope = (s->target - s->value) / (s->last_value - s->value); local
69 dq = (float)(slope * (s->last_q - s->q));
H A Dquant.c310 const double slope = (exp_min - exp_max) / (amax - amin); local
315 : exp_max + slope * (alpha - amin);
/external/chromium_org/third_party/skia/src/core/
H A DSkGeometry.cpp59 SkScalar slope = SkScalarDiv(delta_y, delta_x); local
60 SkScalar b = pts[0].fY - SkScalarMul(slope, pts[0].fX);
62 SkScalar x = SkScalarDiv(pt.fY - b, slope);
/external/skia/src/core/
H A DSkGeometry.cpp59 SkScalar slope = SkScalarDiv(delta_y, delta_x); local
60 SkScalar b = pts[0].fY - SkScalarMul(slope, pts[0].fX);
62 SkScalar x = SkScalarDiv(pt.fY - b, slope);
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp156 * 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
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp156 * 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
/external/libvorbis/doc/
H A D01-introduction.tex384 all use the slope function

Completed in 5010 milliseconds

123