HomeSort by relevance Sort by last modified time
    Searched refs:hysteresis (Results 1 - 15 of 15) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 181 final float hysteresis = 20F; local
191 if (Math.abs(delta) <= hysteresis) {
213 boolean verticalCheck = (y >= r.top - hysteresis)
214 && (y < r.bottom + hysteresis);
215 boolean horizCheck = (x >= r.left - hysteresis)
216 && (x < r.right + hysteresis);
219 if ((Math.abs(r.left - x) < hysteresis) && verticalCheck) {
222 if ((Math.abs(r.right - x) < hysteresis) && verticalCheck) {
225 if ((Math.abs(r.top - y) < hysteresis) && horizCheck) {
228 if ((Math.abs(r.bottom - y) < hysteresis) && horizCheck)
    [all...]
  /external/libopus/celt/
bands.h 118 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis, int N, int prev);
bands.c 46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis, int N, int prev)
54 if (i>prev && val < thresholds[prev]+hysteresis[prev])
56 if (i<prev && val > thresholds[prev-1]-hysteresis[prev-1])
526 /* Hysteresis */
    [all...]
  /external/aac/libSBRenc/src/
invf_est.cpp 129 static const FIXP_DBL hysteresis = 0x00400000 ; /* Delta value for hysteresis. scaled with SCALE_FAC_QUO */ variable
380 quantStepsSbrTmp[*prevRegionSbr] = quantStepsSbr[*prevRegionSbr] + hysteresis;
382 quantStepsSbrTmp[*prevRegionSbr - 1] = quantStepsSbr[*prevRegionSbr - 1] - hysteresis;
385 quantStepsOrigTmp[*prevRegionOrig] = quantStepsOrig[*prevRegionOrig] + hysteresis;
387 quantStepsOrigTmp[*prevRegionOrig - 1] = quantStepsOrig[*prevRegionOrig - 1] - hysteresis;
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 479 int threshold, int hysteresis)
483 threshold, hysteresis);
ctrl_iface.c 7249 int hysteresis = 0; local
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220.dtsi 881 hysteresis = <1000>;
887 hysteresis = <1000>;
  /external/libopus/src/
opus_encoder.c 113 middle (memoriless) threshold. The second column is the hysteresis
1286 int threshold, hysteresis; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 68 // This way we have one buffer's worth of hysteresis, which
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 68 // This way we have one buffer's worth of hysteresis, which
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
canny.rs 303 uchar __attribute__((kernel)) hysteresis(uchar in, uint32_t x, uint32_t y) {
  /prebuilts/go/darwin-x86/src/cmd/go/
get.go 226 // Use that in the following to prevent hysteresis effects
  /prebuilts/go/linux-x86/src/cmd/go/
get.go 226 // Use that in the following to prevent hysteresis effects
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
driver_nl80211.c     [all...]

Completed in 380 milliseconds