HomeSort by relevance Sort by last modified time
    Searched refs:WIDTH (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 18 ; ptrdiff_t width,
33 ; 5. Width
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
linear_scale_yuv_to_rgb_mmx_x64.asm 18 ; ptrdiff_t width,
33 ; 5. Width
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
65 imul WIDTHq, SOURCE_DXq ; source_width = width * source_dx
  /external/chromium_org/v8/test/webkit/
string-trim.js 59 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 49 WIDTH,
121 case WIDTH:
211 config.setProperty(Properties.WIDTH, 200);
332 config.setProperty(Properties.WIDTH, 320);
536 config.setProperty(Properties.WIDTH, 320);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 58 private static final int WIDTH = 1280;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 19 * The window width of WTNAF. The standard value of 4 is slightly less
28 public static final byte WIDTH = 4;
485 * Computes the auxiliary value <code>t<sub>w</sub></code>. If the width is
489 * @param w The window width of the WTNAF.
702 * @param width The window width of the resulting WNAF.
703 * @param pow2w 2<sup>width</sup>.
705 * @param alpha The <code>&alpha;<sub>u</sub></code>'s for the window width.
710 byte width, BigInteger pow2w, BigInteger tw, ZTauElement[] alpha)
723 int maxLength = log2Norm > 30 ? log2Norm + 4 + width : 34 + width
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 290 if (fabs(lmagn[i] - inst->lquantile[offset + i]) < WIDTH) {
293 (float)1.0 / ((float)2.0 * WIDTH)) /
661 widthPrior1 = (float)2.0 * WIDTH_PR_MAP; // width for pause region:
662 // lower range, so increase width in tanh map
699 // use larger width in tanh map for pause regions
711 // use larger width in tanh map for pause regions
727 // use larger width in tanh map for pause regions
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 54 ipt.x -= win_size.width;
57 win_size.width = win_size.width * 2 + 1;
62 max_pt->x = MIN( win_size.width, imgSize.width - ipt.x );
69 return cvAlign(imgSize.width,8) * imgSize.height / 3;
134 levelSize.width = (levelSize.width + 1) >> 1;
137 int tstep = cvAlign(levelSize.width,ALIGN) * elem_size;
141 assert( pyrBytes <= imgSize.width * imgSize.height * elem_size * 4 / 3 )
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 321 def __init__(self, width=None, height=None,
342 width, height
368 `width` and `height` arguments, or with the single `size`
369 argument. If `size` is used it should be a pair (*width*,
503 "size argument should be a pair (width, height)")
504 if width is not None and width != size[0]:
506 "size[0] (%r) and width (%r) should match when both are used."
507 % (size[0], width))
512 width,height = siz
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 1103 milliseconds

1 2 34