HomeSort by relevance Sort by last modified time
    Searched defs:slope (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium_org/third_party/libwebp/enc/
frame.c 68 const double slope = (s->target - s->value) / (s->last_value - s->value); local
69 dq = (float)(slope * (s->last_q - s->q));
quant.c 310 const double slope = (exp_min - exp_max) / (amax - amin); local
315 : exp_max + slope * (alpha - amin);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.cc 177 // 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 - 1) / (distortion_lag * slope)
    [all...]
  /external/webp/src/enc/
frame.c 68 const double slope = (s->target - s->value) / (s->last_value - s->value); local
69 dq = (float)(slope * (s->last_q - s->q));
quant.c 310 const double slope = (exp_min - exp_max) / (amax - amin); local
315 : exp_max + slope * (alpha - amin);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 281 /* 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 << 7
    [all...]
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 422 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 441 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 703 float slope = deltaY / deltaX; local
704 float theta = (float) Math.atan(slope);
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 461 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 476 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 691 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 745 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_mdp.h 557 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_mdp.h 581 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 1162 float slope = absDeltaY \/ absDeltaX; local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 695 uint32_t slope; member in struct:mdp_ar_gc_lut_data
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 748 uint32_t slope; member in struct:mdp_ar_gc_lut_data
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 1137 milliseconds

12 3