HomeSort by relevance Sort by last modified time
    Searched full:vectors (Results 276 - 300 of 1580) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 20 Description:Perform the convolution between two vectors x[] and h[]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 404 AVCMV *mot16x16; /* Saved motion vectors for 16x16 block*/
405 AVCMV(*mot16x8)[2]; /* Saved motion vectors for 16x8 block*/
406 AVCMV(*mot8x16)[2]; /* Saved motion vectors for 8x16 block*/
407 AVCMV(*mot8x8)[4]; /* Saved motion vectors for 8x8 block*/
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 62 Int fcodeForward; /* VOP dynamic range of motion vectors */
63 Int fcodeBackward; /* VOP dynamic range of motion vectors */
219 Bool MV8x8_Enabled; /* Enable 8x8 motion vectors */
350 MOT **mot; /* Motion vectors */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_16x16.c 30 * minimum SAD. Both the input and output motion vectors are represented using
  /frameworks/base/libs/hwui/utils/
SortedListImpl.cpp 104 // first take care of the case where the vectors are sorted together
  /frameworks/base/tools/aapt/
CrunchCache.cpp 99 // cache directory trees. The vectors will return a modification date of 0
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.h 109 // The number of dimensions of the input vectors.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
envz.h 1 /* Routines for dealing with '\0' separated environment vectors
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
envz.h 1 /* Routines for dealing with '\0' separated environment vectors
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
envz.h 1 /* Routines for dealing with '\0' separated environment vectors
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 69 // Non-POD types will be default-initialized just like regular vectors or
96 // Non-POD types will be default-initialized just like regular vectors or
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.h 129 // matched items from all vectors. Additionally remove items from
134 // processing. For this reason, the vectors are sorted and processed
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store.h 133 // matched items from all vectors. Additionally remove items from
138 // processing. For this reason, the vectors are sorted and processed
  /external/chromium_org/courgette/
description.html 76 vectors. This format can be written to a file directly, and is also
137 serializing its data structures into byte vectors more appropriate
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 79 /* Distance projection along one of the projection vectors */
247 /* vectors */
  /external/chromium_org/third_party/icu/source/common/
uvectr64.h 46 * to use several vectors and make just one check at the end to see if
49 * multiple vectors. The single static flag works best when memory
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.h 68 * Several functions can only cope with vectors of length up to this value.
69 * You may need to increase that value if you want to represent bigger vectors.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 170 h.vectors.cmd_type = RADEON_CMD_VECTORS;
171 h.vectors.offset = offset;
172 h.vectors.stride = stride;
173 h.vectors.count = count;
246 OUT_BATCH(h.vectors.offset | (h.vectors.stride << RADEON_VEC_INDX_OCTWORD_STRIDE_SHIFT)); \
247 OUT_BATCH(CP_PACKET0_ONE(R200_SE_TCL_VECTOR_DATA_REG, h.vectors.count - 1)); \
248 OUT_BATCH_TABLE((data), h.vectors.count); \
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
main_FIX.h 216 const opus_int L, /* I Length of vectors */
227 const opus_int L, /* I Length of vectors */
  /external/clang/test/Parser/
cxx-altivec.cpp 85 // Check some casting between gcc and altivec vectors.
130 // bug 7553 - Problem with '==' and vectors
  /external/eigen/doc/
C04_TutorialBlockOperations.dox 193 \section TutorialBlockOperationsSyntaxVectors Block operations for vectors
195 Eigen also provides a set of block operations designed specifically for the special case of vectors and one-dimensional arrays:
  /external/freetype/src/truetype/
ttinterp.h 79 /* Distance projection along one of the projection vectors */
247 /* vectors */
  /external/icu4c/common/
uvectr64.h 46 * to use several vectors and make just one check at the end to see if
49 * multiple vectors. The single static flag works best when memory
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java 428 * @return the distance squared between the two vectors.
442 * @return the distance between the two vectors.
575 * the value to divide this vectors attributes by.
606 * the value to divide this vectors attributes by.
817 * <code>angleBetween</code> returns (in radians) the angle between two vectors.
818 * It is assumed that both this vector and the given vector are unit vectors (iow, normalized).
933 * are these two vectors the same? they are is they both have the same x,y,
954 * on it's values. If two vectors are logically equivalent, they will return
    [all...]
Vector4f.java 360 * @return the distance squared between the two vectors.
375 * @return the distance between the two vectors.
512 * the value to divide this vectors attributes by.
543 * the value to divide this vectors attributes by.
766 * <code>angleBetween</code> returns (in radians) the angle between two vectors.
767 * It is assumed that both this vector and the given vector are unit vectors (iow, normalized).
857 * are these two vectors the same? they are is they both have the same x,y,
879 * on it's values. If two vectors are logically equivalent, they will return

Completed in 594 milliseconds

<<11121314151617181920>>