/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
lsp_lsf.cpp | 148 This function performs the LSF to LSP transformation using the equation: 152 The transformation from lsp[i] to lsf[i] is approximated by a look-up table 271 This function performs the LSP to LSF transformation using the equation: 275 The transformation from lsf[i] to lsp[i] is approximated by a look-up table
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 57 * Define a viewing transformation in terms of an eye point, a center of
|
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerException.java | 24 * during the transformation process.
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 160 \param H Image similarity transformation (out)
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 160 \param H Image similarity transformation (out)
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 160 \param H Image similarity transformation (out)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_base.py | 93 """Returns the transformation for a given parse tree node.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_base.py | 93 """Returns the transformation for a given parse tree node.
|
/system/core/include/system/ |
window.h | 181 * transformation that will most-likely be applied to buffers. This is only 182 * a hint, the actual transformation applied might be different. 187 * driver, to pre-rotate the rendering such that the final transformation 208 * inverse transformation to the buffer it just rendered.
|
/external/chromium_org/third_party/mesa/src/doxygen/ |
gallium.doc | 133 vertex transformation, polygon culling and clipping. It will be used by 134 drivers for hardware which lacks vertex transformation (such as the 156 hardware transformation even if available would reduce performance, usually
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
matrix.c | 32 * -# 4x4 transformation matrices are stored in memory in column major order. 34 * -# Transformation of a point p by a matrix M is: p' = M * p 773 /* Transformation group */
|
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 118 /// \brief Keeps text passed to transformation methods. 170 /// \brief Stores text passed to the transformation methods to keep the string 580 /// \brief Stores text passed to the transformation methods to keep the string
|
/external/llvm/docs/ |
Atomics.rst | 39 address, the first store can be erased. This transformation is not allowed for a 95 concurrency model was implemented, LLVM would perform this transformation.) 199 In terms of the optimizer, this prohibits any transformation that transforms a
|
WritingAnLLVMPass.rst | 226 the program through our transformation like this (or course, any bitcode file 324 never need to be updated. This is not a normal type of transformation or 365 should return ``true`` if the module was modified by the transformation and 427 return ``true`` if the module was modified by the transformation, ``false`` 502 transformation or analysis work of your pass. As usual, a ``true`` value 557 transformation or analysis work of your pass. As usual, a ``true`` value 610 transformation or analysis work of your pass. As usual, a true value should be 786 computed before your pass is run. Running arbitrary transformation passes can 802 sets may be specified for your transformation. The implementation should fill [all...] |
/external/llvm/lib/CodeGen/ |
ShadowStackGC.cpp | 15 // This pass implements the code transformation described in this paper: 22 // In order to support this particular transformation, all stack roots are 243 // Still, if it isn't deemed acceptable, then this transformation needs
|
/external/mesa3d/doxygen/ |
gallium.doc | 133 vertex transformation, polygon culling and clipping. It will be used by 134 drivers for hardware which lacks vertex transformation (such as the 156 hardware transformation even if available would reduce performance, usually
|
/external/mesa3d/src/mesa/main/ |
matrix.c | 32 * -# 4x4 transformation matrices are stored in memory in column major order. 34 * -# Transformation of a point p by a matrix M is: p' = M * p 773 /* Transformation group */
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 308 This function performs transformation of the Intra16x16DC value according to 317 This function performs transformation of a 4x4 block according to 338 This function performs transformation of the DCChroma value according to
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ProgressBarICS.java | 47 import android.view.animation.Transformation; 90 private Transformation mTransformation; 625 mTransformation = new Transformation();
|
/packages/apps/Camera/src/com/android/camera/ui/ |
PieRenderer.java | 37 import android.view.animation.Transformation; 797 protected void applyTransformation(float interpolatedTime, Transformation t) { 820 protected void applyTransformation(float interpolatedTime, Transformation t) {
|
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 183 // transformation. This encourages merging 4 x i8 -> i32 and 2 x i16 -> i32 318 // This transformation requires dominator postdominator info 572 // The general transformation to keep in mind is 697 // All the checks have passed, so do the transformation. [all...] |
/frameworks/native/opengl/libagl/ |
matrix.cpp | 132 // Validate the viewport transformation 146 // Validate the mvui (for normal transformation) 515 // premultiply it with the viewport transformation. In addition to 634 // transformation and matrices API 638 #pragma mark transformation and matrices API
|
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 46 import android.view.animation.Transformation; 131 * A Transformation used when drawing children, to 134 private Transformation mChildTransformation; 142 * A Transformation used to calculate a correct 145 Transformation mInvalidationTransformation; 269 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} to be 273 * {@link #getChildStaticTransformation(View, android.view.animation.Transformation)} should [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftobjs.h | 363 /* font transformation. This is _not_ the same */ 368 /* transformation, if necessary. */ 371 /* the glyph transformation, if necessary. */ [all...] |
/external/chromium_org/third_party/skia/include/gpu/ |
GrContext.h | 333 * Gets the current transformation matrix. 339 * Sets the transformation matrix. 345 * Sets the current transformation matrix to identity. [all...] |