/external/libvpx/ |
args.c | 197 int num; /**< fraction numerator */ 206 /* parse numerator */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
hypergeometric.tcc | 71 * @param __a The "numerator" parameter. 215 * @param __a The "numerator" parameter. 258 * @param __a The first "numerator" parameter. 259 * @param __a The second "numerator" parameter. 716 * @param __a The first "numerator" parameter. 717 * @param __a The second "numerator" parameter.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 71 * @param __a The "numerator" parameter. 215 * @param __a The "numerator" parameter. 258 * @param __a The first "numerator" parameter. 259 * @param __a The second "numerator" parameter. 716 * @param __a The first "numerator" parameter. 717 * @param __a The second "numerator" parameter.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
hypergeometric.tcc | 71 * @param __a The "numerator" parameter. 215 * @param __a The "numerator" parameter. 258 * @param __a The first "numerator" parameter. 259 * @param __a The second "numerator" parameter. 716 * @param __a The first "numerator" parameter. 717 * @param __a The second "numerator" parameter.
|
/frameworks/base/media/libstagefright/ |
OggExtractor.cpp | 669 size_t numerator = mTableOfContents.size(); local 671 if (numerator > kMaxNumTOCEntries) { 672 size_t denom = numerator - kMaxNumTOCEntries; 677 if (accum >= numerator) { 679 accum -= numerator;
|
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyImpl.h | 229 uint32_t Numerator = START_FREQ - CProb ? START_FREQ - CProb : 1; 230 divBlockFreq(BB, BranchProbability(Numerator, START_FREQ));
|
/external/libvpx/examples/includes/geshi/geshi/ |
scheme.php | 86 'numerator',
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.h | 76 int numerator; member in struct:SDL_PrivateVideoData::__anon9594
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.h | 97 int numerator; member in struct:SDL_PrivateVideoData::__anon9647
|
/external/skia/src/effects/ |
SkEmbossMask.cpp | 60 // build it 0..127 x 0..127, so we use 2^15 - 1 in the numerator for our "fixed" table
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
ns_core.h | 97 float pinkNoiseNumerator; //pink noise parameter: numerator
|
nsx_core.c | 674 WebRtc_Word32 numerator; local 1860 WebRtc_UWord32 numerator = 0; local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 400 double numerator = uniform_numerator_ + exp_shift * exponential_numerator_; local 407 quality_ = numerator / denominator;
|
/external/libvpx/vpx_scale/generic/ |
vpxscale.c | 318 * unsigned int hscale : Horizontal scale factor numerator. 320 * unsigned int vscale : Vertical scale factor numerator. 587 * unsigned int hscale : Horizontal scale factor numerator. 589 * unsigned int vscale : Vertical scale factor numerator. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xvlib.h | 61 int numerator; member in struct:__anon9485
|
Xvproto.h | 69 INT32 numerator B32;
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 57 /* 2. The numerator coefficients of the filter are negated to cause an inversion. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
ratio | 140 * numerator and denominator representable by compile-time constants of
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 140 * numerator and denominator representable by compile-time constants of
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
ratio | 140 * numerator and denominator representable by compile-time constants of
|
/external/kernel-headers/original/sound/ |
asound.h | 360 unsigned int rate_num; /* R: rate numerator */ 600 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 608 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */ [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
div_32.cpp | 117 numerator L_num and the denominator L_denom. The denominator is formed by 119 The numerator and denominator must be positive and the numerator must be
|
/external/webrtc/src/common_audio/signal_processing_library/main/interface/ |
signal_processing_library.h | [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 646 extern BOOL WINAPI wglGetMscRateOML (HDC hdc, INT32 *numerator, INT32 *denominator); 653 typedef BOOL (WINAPI * PFNWGLGETMSCRATEOMLPROC) (HDC hdc, INT32 *numerator, INT32 *denominator); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 428 case 5: // rational = two long values, first is numerator, second is denominator 450 case 10: // signed rational, two slongs, first is numerator, second is denominator
|