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

1 2

  /external/libvpx/libvpx/vp9/encoder/
vp9_psnr.c 17 double vp9_mse2psnr(double samples, double peak, double mse) {
21 psnr = 10.0 * log10(peak * peak * samples / mse);
vp9_psnr.h 15 double vp9_mse2psnr(double samples, double peak, double mse);
  /external/chromium_org/chrome/browser/task_manager/
os_resource_win.h 12 // Get the current number of GDI handles in use (and peak on >= Win7+).
15 size_t* peak);
17 // Get the current number of USER handles in use (and peak on >= Win7).
20 size_t* peak);
os_resource_win.cc 11 size_t* peak) {
13 *peak = 0;
21 *peak = GetGuiResources(process_with_query_rights, GR_GDIOBJECTS_PEAK);
28 size_t* peak) {
30 *peak = 0;
38 *peak = GetGuiResources(process_with_query_rights, GR_USEROBJECTS_PEAK);
task_manager.cc 124 size_t* peak) {
126 *peak = 0;
134 *peak = GetGuiResources(process_with_query_rights, GR_GDIOBJECTS_PEAK);
141 size_t* peak) {
143 *peak = 0;
151 *peak = GetGuiResources(process_with_query_rights, GR_USEROBJECTS_PEAK);
466 size_t current, peak; local
467 GetGDIHandles(index, &current, &peak);
469 base::IntToString16(current), base::IntToString16(peak));
473 size_t current, peak; local
    [all...]
task_manager.h 202 // On Windows, get the current and peak number of GDI handles in use.
203 void GetGDIHandles(int index, size_t* current, size_t* peak) const;
205 // On Windows, get the current and peak number of USER handles in use.
206 void GetUSERHandles(int index, size_t* current, size_t* peak) const;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 142 int ind1, ind2, peaks_ind, peak, max_ind; local
162 peak = 0;
281 /* threshold value to qualify as a peak */
294 /* found a peak; store index into matrix */
310 /* found a peak; store index into matrix */
320 /* examine each peak */
323 peak = peaks[k];
325 /* compute four interpolated values around current peak */
326 IntrepolFilter(&CorrSurfPtr1[peak - (PITCH_LAG_SPAN2+5)], &intrp_a);
327 IntrepolFilter(&CorrSurfPtr1[peak - 1 ], &intrp_b)
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/
ServerSocketFactoryTest.java 94 int peak = 0; local
101 peak++;
107 System.out.println("backlog peaked at " + peak);
121 assertTrue(peak >= specifiedBacklog && peak <= (specifiedBacklog + 3) * 1.5);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdspm.h 26 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
60 struct hdspm_peak_rms *peak; member in struct:hdspm_peak_rms_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdspm.h 26 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
60 struct hdspm_peak_rms *peak; member in struct:hdspm_peak_rms_ioctl
  /external/aac/libAACenc/src/
metadata_compressor.cpp 184 FIXP_DBL prevPeak[2]; /*!< max peak of previous block (stereo/mono)*/
660 FIXP_DBL peak[2]; local
    [all...]
  /external/srec/srec/cfront/
spec_anl.c 217 fftdata peak; local
244 peak = density[last];
247 peak = (fftdata)(SHIFT_DOWN((bigdata)peak, COEFDATA_SHIFT) * (bigdata)bdecay);
248 ASSERT(peak >= 0);
249 if (density[i] > peak)
250 peak = density[i];
252 density[i] = peak;
257 peak = density[first];
260 peak = (fftdata)(SHIFT_DOWN((bigdata)peak, COEFDATA_SHIFT) * (bigdata)fdecay)
    [all...]
  /external/valgrind/main/massif/tests/
peak2.post.exp 2 Command: ./peak
3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=10.0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
33 Detailed snapshots: [3, 7, 11, 15, 19, 23, 27, 31, 35, 39, 46, 53, 60, 67, 74 (peak)]
43 ->85.47% (1,600B) 0x........: main (peak.c:8)
55 ->88.89% (3,200B) 0x........: main (peak.c:8)
67 ->90.09% (4,800B) 0x........: main (peak.c:8)
79 ->90.70% (6,400B) 0x........: main (peak.c:8)
91 ->91.07% (8,000B) 0x........: main (peak.c:8)
103 ->91.32% (9,600B) 0x........: main (peak.c:8)
115 ->91.50% (11,200B) 0x........: main (peak.c:8
    [all...]
peak.post.exp 2 Command: ./peak
3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
33 Detailed snapshots: [3, 7, 11, 15, 19, 23, 27, 31, 35, 39, 43, 47, 51, 55, 59, 63, 67, 71, 75, 79 (peak)]
43 ->85.47% (1,600B) 0x........: main (peak.c:8)
55 ->88.89% (3,200B) 0x........: main (peak.c:8)
67 ->90.09% (4,800B) 0x........: main (peak.c:8)
79 ->90.70% (6,400B) 0x........: main (peak.c:8)
91 ->91.07% (8,000B) 0x........: main (peak.c:8)
103 ->91.32% (9,600B) 0x........: main (peak.c:8)
115 ->91.50% (11,200B) 0x........: main (peak.c:8
    [all...]
ignored.post.exp 33 Detailed snapshots: [3 (peak)]
custom_alloc.post.exp 33 Detailed snapshots: [2, 5 (peak)]
deep-B.stderr.exp 58 Massif: peak snapshots: 0