/external/fec/ |
H A D | peakval_mmx.c | 10 int peak = 0; local 15 if(a > peak) 16 peak = a; 21 if(a > peak) 22 peak = a; 28 if(a > peak) 29 peak = a; 33 return peak;
|
H A D | peakval_sse.c | 11 int peak = 0; local 16 if(a > peak) 17 peak = a; 22 if(a > peak) 23 peak = a; 29 if(a > peak) 30 peak = a; 34 return peak;
|
H A D | peakval_sse2.c | 10 int peak = 0; local 15 if(a > peak) 16 peak = a; 21 if(a > peak) 22 peak = a; 28 if(a > peak) 29 peak = a; 33 return peak;
|
H A D | peakval_port.c | 7 int peak = 0; local 12 if(a > peak) 13 peak = a; 15 return peak;
|
H A D | peak_sse2_assist.s | 7 # Find peak absolute value in signed 16-bit input samples 21 pxor %xmm7,%xmm7 # clear peak 30 pmaxsw %xmm0,%xmm7 # store peak
|
H A D | peak_sse_assist.s | 7 # Find peak absolute value in signed 16-bit input samples 21 pxor %mm7,%mm7 # clear peak 30 pmaxsw %mm0,%mm7 # store peak
|
H A D | peakval_sse2_assist.s | 7 # Find peak absolute value in signed 16-bit input samples 21 pxor %xmm7,%xmm7 # clear peak 30 pmaxsw %xmm0,%xmm7 # store peak
|
H A D | peakval_sse_assist.s | 7 # Find peak absolute value in signed 16-bit input samples 21 pxor %mm7,%mm7 # clear peak 30 pmaxsw %mm0,%mm7 # store peak
|
H A D | peak_mmx_assist.s | 7 # Find peak value in signed 16-bit input samples 22 pxor %mm7,%mm7 # clear peak 31 movq %mm7,%mm6 # copy previous peak 32 pcmpgtw %mm0,%mm6 # ff == old peak greater
|
H A D | peakval_mmx_assist.s | 7 # Find peak value in signed 16-bit input samples 22 pxor %mm7,%mm7 # clear peak 31 movq %mm7,%mm6 # copy previous peak 32 pcmpgtw %mm0,%mm6 # ff == old peak greater
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
H A D | pitch_estimator.c | 143 int ind1, ind2, peaks_ind, peak, max_ind; local 163 peak = 0; 282 /* threshold value to qualify as a peak */ 295 /* found a peak; store index into matrix */ 311 /* found a peak; store index into matrix */ 321 /* examine each peak */ 324 peak = peaks[k]; 326 /* compute four interpolated values around current peak */ 327 IntrepolFilter(&CorrSurfPtr1[peak - (PITCH_LAG_SPAN2+5)], &intrp_a); 328 IntrepolFilter(&CorrSurfPtr1[peak [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
H A D | psnr.h | 32 * Converts sum of squared errros (SSE) to peak signal-to-noise ratio (PNSR). 35 * \param[in] peak Max sample value 38 double vpx_sse_to_psnr(double samples, double peak, double sse);
|
H A D | psnr.c | 17 double vpx_sse_to_psnr(double samples, double peak, double sse) { argument 19 const double psnr = 10.0 * log10(samples * peak * peak / sse); 214 const double peak = (double)((1 << in_bit_depth) - 1); local 235 psnr->psnr[1 + i] = vpx_sse_to_psnr(samples, peak, (double)sse); 244 vpx_sse_to_psnr((double)total_samples, peak, (double)total_sse); 251 static const double peak = 255.0; local 271 psnr->psnr[1 + i] = vpx_sse_to_psnr(samples, peak, (double)sse); 280 vpx_sse_to_psnr((double)total_samples, peak, (double)total_sse);
|
/external/freetype/src/base/ |
H A D | ftbbox.c | 255 FT_Pos peak = 0; local 259 /* This function finds a peak of a cubic segment if it is above 0 */ 266 /* for the peak to exist and avoids undefined FT_MSB. */ 292 /* for a peak to exist above 0, the cubic segment must have */ 323 peak = q1; 328 peak = q4; 334 peak >>= shift; 336 peak <<= -shift; 338 return peak;
|
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftbbox.c | 255 FT_Pos peak = 0; local 259 /* This function finds a peak of a cubic segment if it is above 0 */ 266 /* for the peak to exist and avoids undefined FT_MSB. */ 292 /* for a peak to exist above 0, the cubic segment must have */ 323 peak = q1; 328 peak = q4; 334 peak >>= shift; 336 peak <<= -shift; 338 return peak;
|
/external/aac/libAACenc/src/ |
H A D | metadata_compressor.cpp | 184 FIXP_DBL prevPeak[2]; /*!< max peak of previous block (stereo/mono)*/ 660 FIXP_DBL peak[2]; local 875 /* find peak level */ 876 peak[0] = peak[1] = FL2FXCONST_DBL(0.f); 886 peak[0] = fixMax(peak[0], FX_PCM2FX_DBL(maxSample)>>DOWNMIX_SHIFT); 902 peak[0] = fixMax(peak[0], fixp_abs(tmp)); 915 peak[ [all...] |
/external/valgrind/massif/tests/ |
H A D | 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 [all...] |
H A D | 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 [all...] |
H A D | ignored.post.exp | 33 Detailed snapshots: [3 (peak)]
|
H A D | custom_alloc.post.exp | 33 Detailed snapshots: [2, 5 (peak)]
|
H A D | deep-B.stderr.exp | 51 Massif: peak snapshots: 0
|
/external/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 441 unsigned long peak = 0; local 452 /* Now search for peak. Position of peak is median */ 454 if (table[count] < peak) 456 peak = table[count];
|
/external/libvpx/libvpx/ |
H A D | tools_common.h | 154 double sse_to_psnr(double samples, double peak, double mse);
|
/external/r8/tools/ |
H A D | test_framework.py | 55 ' <mem>\' at the end where <mem> is the peak' + 56 ' peak resident set size (VmHWM) in bytes.',
|
/external/valgrind/include/ |
H A D | pub_tool_xtree.h | 218 Bool peak; member in struct:__anon25007
|