Home
last modified time | relevance | path

Searched defs:peak (Results 1 – 18 of 18) sorted by relevance

/external/fec/
Dpeakval_mmx.c10 int peak = 0; in peakval_mmx() local
Dpeakval_sse.c11 int peak = 0; in peakval_sse() local
Dpeakval_sse2.c10 int peak = 0; in peakval_sse2() local
Dpeakval_port.c7 int peak = 0; in peakval_port() local
/external/libvpx/libvpx/vpx/src/
Dvpx_psnr.c17 double vpx_sse_to_psnr(double samples, double peak, double sse) { in vpx_sse_to_psnr()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DPool.java26 public int peak; field in Pool
/external/valgrind/massif/tests/
DMakefile.am70 peak \ program
/external/pdfium/third_party/freetype/src/base/
Dftbbox.c255 FT_Pos peak = 0; in cubic_peak() local
/external/freetype/src/base/
Dftbbox.c255 FT_Pos peak = 0; in cubic_peak() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftbbox.c255 FT_Pos peak = 0; in cubic_peak() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c143 int ind1, ind2, peaks_ind, peak, max_ind; in WebRtcIsac_InitializePitch() local
/external/libvpx/libvpx/
Dtools_common.c277 double sse_to_psnr(double samples, double peak, double sse) { in sse_to_psnr()
Dvpxenc.c1789 static void show_psnr(struct stream_state *stream, double peak) { in show_psnr()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1960 const double peak = (double)((1 << cpi->oxcf.input_bit_depth) - 1); in vp9_remove_compressor() local
2285 const double peak = (double)((1 << in_bit_depth) - 1); in calc_highbd_psnr() local
2325 static const double peak = 255.0; in calc_psnr() local
4555 const double peak = (double)((1 << cpi->oxcf.input_bit_depth) - 1); local
/external/aac/libAACenc/src/
Dmetadata_compressor.cpp660 FIXP_DBL peak[2]; in FDK_DRC_Generator_Calc() local
/external/ImageMagick/MagickCore/
Dsegment.c1500 peak; in OptimalTau() local
/external/skia/dm/
DDM.cpp120 peak = sk_tools::getMaxResidentSetSizeMB(); in print_status() local
/external/dbus/bus/
Dconnection.c1207 update_peak (int *peak, in update_peak()