HomeSort by relevance Sort by last modified time
    Searched defs:STRIDE (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
3dnow_normal.S 39 #define STRIDE REGOFF(12, ESI)
127 ADD_L ( STRIDE, EDX ) /* next normal */
158 ADD_L ( STRIDE, EDX ) /* next normal */
279 ADD_L ( STRIDE, EDX ) /* next normal */
323 ADD_L ( STRIDE, EDX ) /* next normal */
407 ADD_L ( STRIDE, EDX ) /* next normal */
501 ADD_L ( STRIDE, EDX ) /* next normal */
570 ADD_L ( STRIDE, EDX) /* next normal */
658 ADD_L ( STRIDE, EDX ) /* next normal */
722 ADD_L ( STRIDE, ECX ) /* next normal *
    [all...]
sse_normal.S 43 #define STRIDE REGOFF(12, ESI)
66 MOV_L ( STRIDE, EAX ) /* stride */
128 MOV_L ( STRIDE, EAX ) /* stride */
221 MOV_L ( STRIDE, EAX ) /* stride */
  /external/mesa3d/src/mesa/x86/
3dnow_normal.S 39 #define STRIDE REGOFF(12, ESI)
127 ADD_L ( STRIDE, EDX ) /* next normal */
158 ADD_L ( STRIDE, EDX ) /* next normal */
279 ADD_L ( STRIDE, EDX ) /* next normal */
323 ADD_L ( STRIDE, EDX ) /* next normal */
407 ADD_L ( STRIDE, EDX ) /* next normal */
501 ADD_L ( STRIDE, EDX ) /* next normal */
570 ADD_L ( STRIDE, EDX) /* next normal */
658 ADD_L ( STRIDE, EDX ) /* next normal */
722 ADD_L ( STRIDE, ECX ) /* next normal *
    [all...]
sse_normal.S 43 #define STRIDE REGOFF(12, ESI)
66 MOV_L ( STRIDE, EAX ) /* stride */
128 MOV_L ( STRIDE, EAX ) /* stride */
221 MOV_L ( STRIDE, EAX ) /* stride */
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcessNeon.h 28 // TODO: Stride 16 and Stride 8 can be combined with one pass stride 8 (if necessary)
29 // and looping stride 16 (or vice versa). This has some polyphase coef data alignment
62 const int STRIDE = 16;
63 sP -= CHANNELS*((STRIDE>>1)-1);
114 const int STRIDE = 16;
115 sP -= CHANNELS*((STRIDE>>1)-1);
175 const int STRIDE = 16;
176 sP -= CHANNELS*((STRIDE>>1)-1)
    [all...]
  /external/chromium_org/third_party/skia/bench/
PathUtilsBench.cpp 16 #define STRIDE 2
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
42 char* bits[H * STRIDE];
59 fillRandomBits(H * STRIDE, (char*) &bits);
  /external/skia/bench/
PathUtilsBench.cpp 16 #define STRIDE 2
29 SkPathUtils::BitsToPath_Path(path, bits, H, W, STRIDE);
33 SkPathUtils::BitsToPath_Region(path, bits, H, W, STRIDE);
42 char* bits[H * STRIDE];
59 fillRandomBits(H * STRIDE, (char*) &bits);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java 36 private static final int STRIDE = 64; // must be >= WIDTH
39 int[] colors = new int[STRIDE * HEIGHT];
46 colors[y * STRIDE + x] = (a << 24) | (r << 16) | (g << 8) | b;
77 mBitmaps[0] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
79 mBitmaps[1] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
81 mBitmaps[2] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
92 mBitmaps[i].setPixels(colors, 0, STRIDE, 0, 0, WIDTH, HEIGHT);
118 canvas.drawBitmap(mColors, 0, STRIDE, 0, 0, WIDTH, HEIGHT,
121 canvas.drawBitmap(mColors, 0, STRIDE, 0, 0, WIDTH, HEIGHT,
PurgeableBitmapView.java 47 private static final int STRIDE = 320; // must be >= WIDTH
59 Bitmap src = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
68 int[] colors = new int[STRIDE * HEIGHT];
75 colors[y * STRIDE + x] = (a << 24) | (r << 16) | (g << 8) | b;
MeasureText.java 34 private static final int STRIDE = 64; // must be >= WIDTH
37 int[] colors = new int[STRIDE * HEIGHT];
44 colors[y * STRIDE + x] = (a << 24) | (r << 16) | (g << 8) | b;
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_translate.c 41 GLuint stride,
47 GLuint stride,
53 GLuint stride,
59 GLuint stride,
65 GLuint stride,
71 GLuint stride,
77 GLuint stride,
109 #define STRIDE stride
110 #define NEXT_F f += stride
    [all...]
  /external/mesa3d/src/mesa/math/
m_translate.c 41 GLuint stride,
47 GLuint stride,
53 GLuint stride,
59 GLuint stride,
65 GLuint stride,
71 GLuint stride,
77 GLuint stride,
109 #define STRIDE stride
110 #define NEXT_F f += stride
    [all...]
  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 24 #define STRIDE 4096
100 CAMHAL_LOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride);
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 8 #define STRIDE 4096
98 ALOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride);
  /external/libhevc/test/decoder/
main.c 354 #define STRIDE 0
    [all...]

Completed in 468 milliseconds