/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
ph_disp.cpp | 88 This file contains the function that performs adaptive phase dispersion of 89 the excitation signal. The phase dispersion initialization, reset, and 90 exit functions are included in this file, as well as, the phase dispersion 150 This function resets the variables used by the phase dispersion function. 422 This function performs adaptive phase dispersion, i.e., forming of total 461 const Word16 *ph_imp; // Pointer to phase dispersion filter 470 // basic adaption of phase dispersion 474 impNr = 1; // medium dispersion 478 impNr = 0; // maximum dispersion 483 impNr = 2; // no dispersion [all...] |
ph_disp.h | 57 needed by the Phase dispersion of excitation signal ph_disp() function. 145 ; Purpose: mark phase dispersion as locked in state struct 153 ; Purpose: mark phase dispersion as unlocked in state struct 162 ; Purpose: perform phase dispersion according to the specified codec
|
dec_amr.cpp | [all...] |
/external/kernel-headers/original/linux/ |
timex.h | 100 #define NTP_PHASE_LIMIT (MAXPHASE << 5) /* beyond max. dispersion */ 197 * Note: maximum error = NTP synch distance = dispersion + delay / 2; 198 * estimated error = NTP dispersion.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 500 double dispersion = mRandom.nextGaussian() * 0.2; local 501 double vx = Math.cos(direction) * dispersion; 502 double vy = Math.sin(direction) * dispersion;
|
/external/libvpx/examples/includes/geshi/geshi/ |
povray.php | 74 'error_bound', 'emission', 'eccentricity', 'double_illuminate', 'distance', 'dist_exp', 'dispersion_samples', 'dispersion',
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
phase_dispersion.cpp | 109 /* impulse response with phase dispersion */ 111 /* 2.0 - 6.4 kHz phase dispersion */ 124 /* 3.2 - 6.4 kHz phase dispersion */ 224 state += mode; /* level of dispersion */
|
pvamrwbdecoder.cpp | 968 * phase dispersion to enhance noise in low bit rate 974 j = 0; /* high dispersion for rate <= 7.5 kbit/s */ 978 j = 1; /* low dispersion for rate <= 9.6 kbit/s */ 982 j = 2; /* no dispersion for rate > 9.6 kbit/s */ [all...] |
e_pv_amrwbdec.h | 113 int16 disp_mem[8]; /* phase dispersion memory */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
timex.h | 93 #define NTP_PHASE_LIMIT (MAXPHASE << 5) /* beyond max. dispersion */
|
/external/tcpdump/ |
print-ntp.c | 123 fputs(", Root dispersion: ", stdout);
|
ntp.h | 48 * | Root Dispersion |
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
ph_disp_tab.cpp | 47 This file contains the table of impulse responses of the phase dispersion
|
/external/libpng/ |
pngwutil.c | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | [all...] |
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
voAMRWBEnc.c | [all...] |