HomeSort by relevance Sort by last modified time
    Searched refs:thresholds (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 122 public static int calculateThermalState(int temp, Integer thresholds[]) {
123 if (thresholds == null) return THERMAL_STATE_OFF;
124 // Return OFF state if temperature less than starting of thresholds
125 if (temp < thresholds[0])
128 if (temp >= thresholds[thresholds.length - 2])
129 return (thresholds.length - 2);
131 for (int i = 0; i < thresholds.length - 1; i++) {
132 if (temp >= thresholds[i] && temp < thresholds[i + 1])
    [all...]
  /device/huawei/angler/
thermal-engine-angler.conf 12 thresholds 42000 43000 44000 45000 46000 66000
21 thresholds 42000 43000 44000 46000 48000
30 thresholds 42000 43000 44000
39 thresholds 48000
48 thresholds 40000 42000 45000 53000
58 thresholds 42000
167 thresholds 107000 127000
176 thresholds 5000
186 thresholds 5000
196 thresholds 500
    [all...]
  /external/valgrind/massif/tests/
thresholds_0_0.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
53 | ->05.00% (4,000B) 0x........: main (thresholds.c:54)
55 | ->01.00% (800B) 0x........: a450 (thresholds.c:45)
56 | | ->01.00% (800B) 0x........: main (thresholds.c:53)
58 | ->00.50% (400B) 0x........: a450 (thresholds.c:47)
59 | ->00.50% (400B) 0x........: main (thresholds.c:53)
61 ->20.00% (16,000B) 0x........: main (thresholds.c:55
    [all...]
thresholds_5_0.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
53 | ->05.00% (4,000B) 0x........: main (thresholds.c:54)
57 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
59 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
60 | ->09.00% (7,200B) 0x........: a7550 (thresholds.c:39)
61 | | ->09.00% (7,200B) 0x........: main (thresholds.c:52)
thresholds_0_10.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_10_0.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_10_10.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_5_10.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 173 static void FilterLuma(u8 *data, bS_t *bS, edgeThreshold_t *thresholds,
176 static void FilterChroma(u8 *cb, u8 *cr, bS_t *bS, edgeThreshold_t *thresholds,
179 static void FilterVerLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
181 static void FilterHorLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
183 static void FilterHorLuma( u8 *data, u32 bS, edgeThreshold_t *thresholds,
186 static void FilterVerChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
188 static void FilterHorChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
190 static void FilterHorChroma( u8 *data, u32 bS, edgeThreshold_t *thresholds,
194 edgeThreshold_t *thresholds,
199 edgeThreshold_t *thresholds,
587 edgeThreshold_t thresholds[3]; local
    [all...]
  /external/valgrind/cachegrind/
cg_annotate.in 118 # Thresholds, one for each sort event (or default to 1 if no sort events
121 my @thresholds;
196 # Nb: You can specify thresholds individually, eg.
207 $thresholds[$i] = $th;
210 $thresholds[$i] = 0;
214 @thresholds = ();
378 if (not @thresholds) {
380 push(@thresholds, 100);
382 $thresholds[0] = $single_threshold;
464 print("Thresholds: @thresholds\n")
    [all...]
  /frameworks/base/core/java/android/net/
NetworkAgent.java 194 * Sent by ConnectivityService to inform this network transport of signal strength thresholds
197 * obj = int[] describing signal strength thresholds.
313 ArrayList<Integer> thresholds = local
314 ((Bundle) msg.obj).getIntegerArrayList("thresholds");
315 // TODO: Change signal strength thresholds API to use an ArrayList<Integer>
317 int[] intThresholds = new int[(thresholds != null) ? thresholds.size() : 0];
319 intThresholds[i] = thresholds.get(i);
492 * Called by ConnectivityService to inform this network transport of signal strength thresholds
495 protected void setSignalStrengthThresholds(int[] thresholds) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_func.h 72 Word32 *thresholds);
  /external/valgrind/callgrind/
callgrind_annotate.in 134 # Thresholds, one for each sort event (or default to 1 if no sort events
137 my @thresholds;
253 $thresholds[$i] = $th;
256 $thresholds[$i] = 0;
260 @thresholds = ();
488 if (not @thresholds) {
490 push(@thresholds, 0);
492 $thresholds[0] = $single_threshold;
736 print("Thresholds: @thresholds\n")
    [all...]
  /external/aac/libSBRenc/src/
tran_det.h 97 FIXP_DBL thresholds[QMF_CHANNELS]; member in struct:__anon6422
tran_det.cpp 462 FIXP_DBL *RESTRICT thresholds,
530 ? fMult(FL2FXCONST_DBL(0.66f), thresholds[i]) + (fMult(FL2FXCONST_DBL(0.34f), std_val) >> commonScale)
533 thresholds[i] = fixMax(ABS_THRES,temp);
545 FIXP_DBL *RESTRICT thresholds,
584 FIXP_DBL thres = thresholds[i];
586 if((LONG)thresholds[i]>=256)
587 i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24);
670 h_sbrTran->thresholds,
679 h_sbrTran->thresholds,
    [all...]
  /external/libopus/celt/
bands.h 112 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis, int N, int prev);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmquota.h 312 STDMETHOD_(HRESULT,get_Thresholds)(THIS_ SAFEARRAY *thresholds) PURE;
338 #define IFsrmQuotaBase_get_Thresholds(This,thresholds) (This)->lpVtbl->get_Thresholds(This,thresholds)
380 STDMETHOD_(HRESULT,get_Thresholds)(THIS_ SAFEARRAY *thresholds) PURE;
414 #define IFsrmQuotaObject_get_Thresholds(This,thresholds) (This)->lpVtbl->get_Thresholds(This,thresholds)
462 STDMETHOD_(HRESULT,get_Thresholds)(THIS_ SAFEARRAY *thresholds) PURE;
501 #define IFsrmAutoApplyQuota_get_Thresholds(This,thresholds) (This)->lpVtbl->get_Thresholds(This,thresholds)
552 STDMETHOD_(HRESULT,get_Thresholds)(THIS_ SAFEARRAY *thresholds) PURE
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 98 por mm7, mm6 ; accumulate thresholds
114 por mm7, mm6 ; accumulate thresholds
128 por mm7, mm6 ; accumulate thresholds
195 por mm7, mm6 ; accumulate thresholds
211 por mm7, mm6 ; accumulate thresholds
225 por mm7, mm6 ; accumulate thresholds
vp9_postproc_sse2.asm 90 por xmm7, xmm6 ; accumulate thresholds
104 por xmm7, xmm6 ; accumulate thresholds
116 por xmm7, xmm6 ; accumulate thresholds
182 por xmm7, xmm6 ; accumulate thresholds
195 por xmm7, xmm6 ; accumulate thresholds
207 por xmm7, xmm6 ; accumulate thresholds
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 90 por xmm7, xmm6 ; accumulate thresholds
104 por xmm7, xmm6 ; accumulate thresholds
116 por xmm7, xmm6 ; accumulate thresholds
182 por xmm7, xmm6 ; accumulate thresholds
195 por xmm7, xmm6 ; accumulate thresholds
207 por xmm7, xmm6 ; accumulate thresholds
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 476 // Set the variance split thresholds for following the block sizes:
480 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q) {
487 thresholds[0] = threshold_base;
488 thresholds[1] = threshold_base >> 2;
489 thresholds[2] = threshold_base >> 2;
490 thresholds[3] = threshold_base << 2;
492 thresholds[1] = threshold_base;
494 thresholds[0] = threshold_base >> 2;
495 thresholds[2] = threshold_base << 3;
497 thresholds[0] = threshold_base
668 int64_t thresholds[4] = {cpi->vbp_thresholds[0], cpi->vbp_thresholds[1], local
    [all...]

Completed in 463 milliseconds

1 2