/external/libvpx/libvpx/vp9/encoder/ |
vp9_psnr.h | 15 double vp9_mse2psnr(double samples, double peak, double mse);
|
vp9_psnr.c | 17 double vp9_mse2psnr(double samples, double peak, double mse) { 21 psnr = 10.0 * log10(peak * peak * samples / 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 | 123 size_t* peak) { 125 *peak = 0; 133 *peak = GetGuiResources(process_with_query_rights, GR_GDIOBJECTS_PEAK); 140 size_t* peak) { 142 *peak = 0; 150 *peak = GetGuiResources(process_with_query_rights, GR_USEROBJECTS_PEAK); 449 size_t current, peak; local 450 GetGDIHandles(index, ¤t, &peak); 452 base::IntToString16(current), base::IntToString16(peak)); 456 size_t current, peak; local [all...] |
task_manager.h | 203 // On Windows, get the current and peak number of GDI handles in use. 204 void GetGDIHandles(int index, size_t* current, size_t* peak) const; 206 // On Windows, get the current and peak number of USER handles in use. 207 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...] |
/external/libvpx/libvpx/ |
vpxstats.h | 35 double vp8_mse2psnr(double samples, double peak, double mse);
|
vpxstats.c | 124 double vp8_mse2psnr(double samples, double peak, double mse) { 129 psnr = 10.0 * log10(peak * peak * samples / mse);
|
/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
|
new-cpp.post.exp | 33 Detailed snapshots: [5 (peak)]
|
overloaded-new.post.exp | 33 Detailed snapshots: [5 (peak)]
|
realloc.post.exp | 33 Detailed snapshots: [3, 6 (peak)]
|
realloc.stderr.exp | 26 Massif: re-PEAK Sp 3 (t:800, hp:800, ex:0, st:0) 29 Massif: de-PEAK Sp 6 (t:1200, hp:1200, ex:0, st:0) 48 Massif: peak snapshots: 2
|
deep-C.stderr.exp | 61 Massif: peak snapshots: 0
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 649 long peak = 0; local 688 peak = 0; 693 if (peak < energy) { 694 peak = energy; 700 if (energy < threshold || energy < (peak / 2)) { 701 // e went to less than half of the peak [all...] |