HomeSort by relevance Sort by last modified time
    Searched full:dimension (Results 151 - 175 of 1501) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvpx/libvpx/vp8/common/
entropy.h 62 /* Outside dimension. 0 = Y no DC, 1 = Y2, 2 = UV, 3 = Y with DC */
66 /* Middle dimension is a coarsening of the coefficient's
72 /* Inside dimension is 3-valued measure of nearby complexity, that is,
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssGrammarTest.java 73 "3px:DIMENSION",
74 "4ex:DIMENSION",
75 "-0.5pt:DIMENSION",
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropy.h 62 /* Outside dimension. 0 = Y no DC, 1 = Y2, 2 = UV, 3 = Y with DC */
66 /* Middle dimension is a coarsening of the coefficient's
72 /* Inside dimension is 3-valued measure of nearby complexity, that is,
  /packages/apps/Camera2/jni/
tinyplanet.cc 88 inline float wrap(float value, float dimension) {
89 return value - (dimension * floor(value/dimension));
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 87 inline float wrap(float value, float dimension) {
88 return value - (dimension * floor(value/dimension));
  /external/javassist/src/main/javassist/expr/
NewArray.java 120 * Returns the dimension of the created array.
243 int index, dimension; field in class:NewArray.ProceedForArray
249 dimension = dim;
256 if (num != dimension)
269 bytecode.add(dimension);
270 bytecode.growStack(1 - dimension);
  /frameworks/base/packages/Keyguard/res/values/
attrs.xml 67 <attr name="pageSpacing" format="dimension" />
69 <attr name="scrollIndicatorPaddingLeft" format="dimension" />
70 <attr name="scrollIndicatorPaddingRight" format="dimension" />
74 <attr name="dotSize" format="dimension" />
108 <attr name="layout_maxHeight" format="dimension" />
123 <attr name="layout_maxWidth" format="dimension" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 110 null, // screen dimension
134 null, // screen dimension
158 null, // screen dimension
182 null, // screen dimension
206 "480x320", // screen dimension
238 "480x320", // screen dimension
  /development/samples/ApiDemos/res/values/
attrs.xml 27 <attr name="textSize" format="dimension" />
46 <attr name="radius" format="dimension" />
  /device/generic/goldfish/camera/
EmulatedQemuCamera.cpp 76 * Use first dimension reported by the device to set current preview and
97 ALOGE("%s: Invalid first dimension format in %s",
  /external/ceres-solver/include/ceres/
autodiff_cost_function.h 89 // Dimension of residual -----+ | |
90 // Dimension of x ---------------+ |
91 // Dimension of y ------------------+
110 // Dimension of x ------------------------------------+ |
111 // Dimension of y ---------------------------------------+
124 // set the template parameters to (dimension of residual, number of parameters)
125 // instead of passing a dimension parameter for *every parameter*. In the
143 // comment. The second argument is the dimension of the residual (or
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 48 struct tgsi_dimension Dimension;
56 struct tgsi_dimension Dimension;
  /external/chromium_org/third_party/sqlite/src/test/
fts2k.test 98 INSERT INTO t1 (rowid, content) VALUES(13, "third dimension");
101 SELECT rowid FROM t1 WHERE t1 MATCH 'dimension';
fts3ak.test 98 INSERT INTO t1 (rowid, content) VALUES(13, "third dimension");
101 SELECT rowid FROM t1 WHERE t1 MATCH 'dimension';
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.h 23 * scaling == -1, normalize by total dimension of the transform
24 * scaling < -1, normalize by the square-root of the total dimension
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.h 23 * scaling == -1, normalize by total dimension of the transform
24 * scaling < -1, normalize by the square-root of the total dimension
  /external/clang/test/CodeGenObjCXX/
mangle.mm 68 @property (assign) enum { T2i, T2j, T2k } dimension;
78 Test2Template<decltype(t.dimension)> t1;
  /external/eigen/Eigen/src/misc/
Image.h 27 // dimension is the number of rows of the original matrix
28 Dynamic, // we don't know at compile time the dimension of the image (the rank)
Kernel.h 29 Dynamic, // we don't know at compile-time the dimension of the kernel
33 // whose dimension is the number of columns of the original matrix
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 48 struct tgsi_dimension Dimension;
56 struct tgsi_dimension Dimension;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.h 23 * scaling == -1, normalize by total dimension of the transform
24 * scaling < -1, normalize by the square-root of the total dimension
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.h 23 * scaling == -1, normalize by total dimension of the transform
24 * scaling < -1, normalize by the square-root of the total dimension
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 45 the first dimension of the underlying array will vary the
47 dimension will vary the fastest (C-style contiguous). If
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 45 the first dimension of the underlying array will vary the
47 dimension will vary the fastest (C-style contiguous). If
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 35 public Dimension getPreferredSize() {
36 Dimension d = super.getPreferredSize();

Completed in 1640 milliseconds

1 2 3 4 5 67 8 91011>>