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

  /external/valgrind/main/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/base/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/main/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/media/libstagefright/codecs/aacenc/inc/
tns_func.h 72 Word32 *thresholds);
  /external/valgrind/main/callgrind/
callgrind_annotate.in 133 # Thresholds, one for each sort event (or default to 1 if no sort events
136 my @thresholds;
252 $thresholds[$i] = $th;
255 $thresholds[$i] = 0;
259 @thresholds = ();
490 if (not @thresholds) {
492 push(@thresholds, 0);
494 $thresholds[0] = $single_threshold;
732 print("Thresholds: @thresholds\n")
    [all...]
  /external/libvpx/vp8/common/x86/
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
postproc_mmx.c 151 accumulate thresholds
178 accumulate thresholds
203 accumulate thresholds
304 accumulate thresholds
331 accumulate thresholds
355 accumulate thresholds
487 accumulate thresholds
510 accumulate thresholds
531 accumulate thresholds
621 accumulate thresholds
    [all...]
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
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
tns.c     [all...]

Completed in 525 milliseconds