Searched refs:stride2 (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | bench_shadow_flush.cc | 28 int stride2 = 1; in main() local 30 stride2 = atoi(argv[4]); in main() 32 uptr sz = mem_size + stride2 * kStride + kLargePage; in main() 39 for (uptr off2 = 0; off2 < stride2; off2++) in main()
|
/external/libopus/celt/ |
D | vq.c | 71 int stride2=0; in exp_rotation() local 86 stride2 = 1; in exp_rotation() 89 while ((stride2*stride2+stride2)*stride + (stride>>2) < len) in exp_rotation() 90 stride2++; in exp_rotation() 99 if (stride2) in exp_rotation() 100 exp_rotation1(X+i*len, len, stride2, s, c); in exp_rotation() 104 if (stride2) in exp_rotation() 105 exp_rotation1(X+i*len, len, stride2, s, -c); in exp_rotation()
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 74 int32_t offset2, int32_t stride2) in create_buffer() argument 94 buffer->stride[2] = stride2; in create_buffer() 144 int32_t offset2, int32_t stride2) in drm_create_planar_buffer() argument 163 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
|
/external/webp/src/enc/ |
D | filter.c | 123 const uint8_t* src2, int stride2, in VP8SSIMAccumulate() argument 132 src2 += ymin * stride2; in VP8SSIMAccumulate() 133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in VP8SSIMAccumulate() 181 const uint8_t* src2, int stride2, in VP8SSIMAccumulatePlane() argument 186 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats); in VP8SSIMAccumulatePlane()
|
D | vp8enci.h | 542 const uint8_t* src2, int stride2,
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 164 ; int stride2, 3 181 mov rdi, arg(3) ; stride2 196 add rdx, rdi ; src2 + stride2
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_emit.c | 836 unsigned size1, size2, offset1, offset2, stride1, stride2; in r300_emit_vertex_arrays() local 886 stride2 = 0; in r300_emit_vertex_arrays() 890 stride2 = vb2->stride; in r300_emit_vertex_arrays() 895 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(stride2)); in r300_emit_vertex_arrays()
|