/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 180 * may produce while compressing a frame. 412 * Note that this is a maximum value -- the encoder may produce frames [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | [all...] |
/external/llvm/include/llvm/IR/ |
PassManager.h | 311 /// re-run the analysis to produce a valid result. 469 // run it to produce a result, which we then add to the cache. [all...] |
/external/llvm/lib/Target/ARM/ |
ARMScheduleA8.td | 33 // Binary Instructions that produce a result 40 // Bitwise Instructions that produce a result 46 // Unary Instructions that produce a result [all...] |
/external/llvm/lib/Target/PowerPC/ |
README.txt | 47 The CBE manages to produce: 435 it would be better to produce: 567 ; This should produce one 'or' or 'cror' instruction per function.
|
/external/valgrind/coregrind/ |
m_wordfm.c | 145 /* Unsignedly compare w1 and w2. If w1 < w2, produce a negative 146 number; if w1 > w2 produce a positive number, and if w1 == w2 147 produce zero. */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_encoder.h | 166 * may produce while compressing a frame. 360 * Note that this is a maximum value -- the encoder may produce frames 814 * output quality. The encoder can be given an unlimited time to produce the [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
mmintrin.h | 618 produce two 32-bit results. */ 636 M2 and produce the high 16 bits of the 32-bit results. */ 653 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 and produce [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
mmintrin.h | 618 produce two 32-bit results. */ 636 M2 and produce the high 16 bits of the 32-bit results. */ 653 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 and produce [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
builtins.def | 60 floorf has the meaning we expect, but we can't produce floorf by 115 We can still recognize the builtin in C90 mode but we can't produce it 123 the builtin in C99 mode but we can't produce it implicitly. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-gcov.1 | 274 produce an output file called \fIa.c##x.h.gcov\fR instead of 357 which was compiled to produce the data files. The \fImangledname\fR part 418 will now produce a listing of the code along with frequency of execution
|
/toolchain/binutils/binutils-2.25/gas/ |
Makefile.am | 456 # yacc will produce working code which contain compile time warnings. 517 # yacc will produce working code which contain compile time warnings. 531 # yacc will produce working code which contain compile time warnings.
|
/art/compiler/ |
oat_writer.h | 116 // To produce a valid oat file, the user must first add sources with any combination of
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
hdtoa.c | 66 * current rounding mode. Note that this could produce a string whose
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_expm1.c | 108 * to produce the hexadecimal values shown.
|
/build/blueprint/ |
unpack.go | 316 // The parser should not produce this.
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
TestSensorEnvironment.java | 36 * actually produce events.
|
/cts/tools/dasm/src/java_cup/ |
lr_item_core.java | 145 /** Produce a new lr_item_core that results from shifting the dot one
|
/dalvik/docs/ |
heap-profiling.html | 10 The Dalvik virtual machine can produce a complete dump of the contents
|
/development/ndk/platforms/android-13/include/android/ |
tts.h | 117 // there is more data to produce.
|
/device/google/contexthub/firmware/inc/ |
syscallDo.h | 39 /* it is always safe to use this, but using syscallDo0P .. syscallDo4P macros may produce faster code for free */
|
/device/google/contexthub/lib/nanohub/ |
rsa.c | 121 //produce a partial sum & add it in
|
/docs/source.android.com/src/devices/audio/ |
attributes.jd | 38 However, basing such decisions on stream type was too limiting to produce quality output across
|
/external/ImageMagick/ImageMagick/api/ |
cipher.html | 91 <p>EncipherAESBlock() enciphers a single block of plaintext to produce a block of ciphertext.</p>
|
morphology.html | 140 <dd> NOTE: that the 'radius' is optional, but if provided can limit (clip) the final size of the resulting kernel to a square 2*radius+1 in size. The radius should be at least 2 times that of the sigma value, or sever clipping and aliasing may result. If not given or set to 0 the radius will be determined so as to produce the best minimal error result, which is usally much larger than is normally needed. </dd> 194 <dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction and the strength of the edge can be determined. </dd> 234 <dd> NOTE: That a low radii Disk kernels produce the same results as many of the previously defined kernels, but differ greatly at larger radii. Here is a table of equivalences... "Disk:1" => "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5" => "Square" "Disk:2" => "Diamond:2" "Disk:2.5" => "Octagon" "Disk:2.9" => "Square:2" "Disk:3.5" => "Octagon:3" "Disk:4.5" => "Octagon:4" "Disk:5.4" => "Octagon:5" "Disk:6.4" => "Octagon:6" All other Disk shapes are unique to this kernel, but because a "Disk" is more circular when using a larger radius, using a larger radius is preferred over iterating the morphological operation. </dd> 244 <dd> For the same reasons iterating these kernels does not produce the same result as using a larger radius for the symbol. </dd> [all...] |