HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 126 - 150 of 2085) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 13 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) {
35 input[0] = in_pass0[0 * stride] * 16;
36 input[1] = in_pass0[1 * stride] * 16;
37 input[2] = in_pass0[2 * stride] * 16;
38 input[3] = in_pass0[3 * stride] * 16;
80 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) {
85 sum += input[r * stride + c];
91 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) {
108 s0 = (input[0 * stride] + input[7 * stride]) * 4
    [all...]
  /external/libvpx/libvpx/test/
fdct4x4_test.cc 32 typedef void (*FdctFunc)(const int16_t *in, tran_low_t *out, int stride);
33 typedef void (*IdctFunc)(const tran_low_t *in, uint8_t *out, int stride);
34 typedef void (*FhtFunc)(const int16_t *in, tran_low_t *out, int stride,
36 typedef void (*IhtFunc)(const tran_low_t *in, uint8_t *out, int stride,
42 void fdct4x4_ref(const int16_t *in, tran_low_t *out, int stride,
44 vpx_fdct4x4_c(in, out, stride);
47 void fht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) {
48 vp9_fht4x4_c(in, out, stride, tx_type);
51 void fwht4x4_ref(const int16_t *in, tran_low_t *out, int stride,
53 vp9_fwht4x4_c(in, out, stride);
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 114 // Buffer must be at least stride*height*2 bytes in size
234 void captureRaw(uint8_t *img, uint32_t gain, uint32_t stride);
235 void captureRGBA(uint8_t *img, uint32_t gain, uint32_t stride);
236 void captureRGB(uint8_t *img, uint32_t gain, uint32_t stride);
237 void captureNV21(uint8_t *img, uint32_t gain, uint32_t stride);
238 void captureDepth(uint8_t *img, uint32_t gain, uint32_t stride);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 121 int stride = 0; local
123 stride = 512;
125 stride = 1024;
127 stride = 1280;
129 stride = 2048;
131 stride = 2048;
133 stride = 4096;
135 stride = (width + 0x3f) & ~0x3f;
136 return stride;
142 int allignment = 16 * 2048; // tiling row stride aligne
158 int stride; local
383 int stride; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2334 int stride = 0, scanline = 0; local
2673 int stride = 0, scanline = 0; local
2965 int stride = 0, scanline = 0; local
3260 int32_t stride = PAD_TO_SIZE(dim->width, (int32_t)padding->width_padding); local
3600 int stride = 0, scanline = 0; local
3826 int32_t stride, scanline; local
    [all...]
  /system/extras/tests/framebuffer/
fb_test.c 35 int stride; member in struct:simple_fb
98 fb->stride = fi.line_length / bytes_per_pixel;
106 fb->stride = fi.line_length / bytes_per_pixel;
210 int stride = fi.line_length / (vi.bits_per_pixel >> 3); local
217 loc[i + j*(stride)] = red;
219 loc32[i + j*(stride)] = red32;
222 loc[i + j*(stride)] = green;
224 loc32[i + j*(stride)] = green32;
230 loc[i + j*(stride)] = blue;
232 loc32[i + j*(stride)] = blue32
245 int stride = fi.line_length \/ (vi.bits_per_pixel >> 3); local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 114 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op,
120 if (n >= stride) {
122 if (stride == 3) {
141 } else if (stride == 4) {
165 REPEAT(stride, *op = ToLinearF[*wp&mask]; wp++; op++)
166 n -= stride;
168 REPEAT(stride,
169 wp[stride] += *wp; *op = ToLinearF[*wp&mask]; wp++; op++)
170 n -= stride;
177 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op
461 uint16 stride; member in struct:__anon22277
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 178 verts + stride * (i0), \
179 verts + stride * (i1), \
180 verts + stride * (i2) ); \
187 verts + stride * (i0), \
188 verts + stride * (i1) ); \
193 do_point( draw, verts + stride * (i0) ); \
204 unsigned stride, \
231 draw->pipeline.vertex_stride = vert_info->stride;
263 vert_info->stride,
280 verts + stride * (i0),
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 114 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op,
120 if (n >= stride) {
122 if (stride == 3) {
141 } else if (stride == 4) {
165 REPEAT(stride, *op = ToLinearF[*wp&mask]; wp++; op++)
166 n -= stride;
168 REPEAT(stride,
169 wp[stride] += *wp; *op = ToLinearF[*wp&mask]; wp++; op++)
170 n -= stride;
177 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op
461 uint16 stride; member in struct:__anon20999
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 121 int stride = 0; local
123 stride = 512;
125 stride = 1024;
127 stride = 1280;
129 stride = 2048;
131 stride = 2048;
133 stride = 4096;
135 stride = (width + 0x3f) & ~0x3f;
136 return stride;
142 int allignment = 16 * 2048; // tiling row stride aligne
158 int stride; local
    [all...]
  /external/skia/gm/
texdata.cpp 28 static const int stride = 2 * S; local
40 gTextureData[offset + y * stride + x] = gray;
47 gTextureData[offset + y * stride + x] = white;
51 offset = S * stride;
54 gTextureData[offset + y * stride + x] = black;
58 offset = S * stride + S;
61 gTextureData[offset + y * stride + x] = gray;
106 gTextureData[offset + y * stride + x] =
112 4 * stride);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp 83 const stride_t& stride = hwcLayer->getBufferStride(); local
95 VLOGTRACE("stride %d", stride.rgb.stride);
96 if (stride.rgb.stride > SPRITE_PLANE_MAX_STRIDE_LINEAR) {
97 VLOGTRACE("too large stride %d", stride.rgb.stride);
122 // don't use overlay plane if stride is too bi
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 49 unsigned stride; member in struct:wayland_sw_displaytarget
158 unsigned *stride)
178 wldt->stride = align(format_stride, alignment);
181 wldt->size = wldt->stride * nblocksy;
198 *stride = wldt->stride;
207 unsigned *stride)
220 wldt->stride = whandle->stride;
227 wldt->size = wldt->stride * nblocksy
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.c 65 unsigned stride; /**< because we get stride at create */ member in struct:wrapper_sw_displaytarget
88 wsw_dt_get_stride(struct wrapper_sw_displaytarget *wdt, unsigned *stride)
100 *stride = tr->stride;
101 wdt->stride = tr->stride;
110 struct pipe_resource *tex, unsigned *stride)
119 if (!wsw_dt_get_stride(wdt, stride))
137 unsigned *stride)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
eigen.hpp 68 (void*)src.data(), src.stride()*sizeof(_Tp));
74 (void*)src.data(), src.stride()*sizeof(_Tp));
102 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
116 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
129 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
135 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
148 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
162 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
176 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)));
182 dst.data(), (size_t)(dst.stride()*sizeof(_Tp)))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
fdct4x4_test.cc 33 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
34 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
35 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
37 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) {
44 vp9_fdct4x4_c(in, out, stride);
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) {
48 vp9_fht4x4_c(in, out, stride, tx_type);
56 virtual void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) = 0;
58 virtual void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) = 0
    [all...]
fdct8x8_test.cc 32 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
33 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
34 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
36 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) {
43 vp9_fdct8x8_c(in, out, stride);
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) {
47 vp9_fht8x8_c(in, out, stride, tx_type);
55 virtual void RunFwdTxfm(int16_t *in, int16_t *out, int stride) = 0;
56 virtual void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) = 0
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 84 getElementAt1(const uint8_t *p, size_t stride, int32_t x, int32_t y) {
85 p += y * stride;
91 getElementAt2(const uint8_t *p, size_t stride, int32_t x, int32_t y) {
92 p += y * stride;
99 getElementAt3(const uint8_t *p, size_t stride, int32_t x, int32_t y) {
100 p += y * stride;
107 getElementAt4(const uint8_t *p, size_t stride, int32_t x, int32_t y) {
108 p += y * stride;
115 getElementAt565(const uint8_t *p, size_t stride, int32_t x, int32_t y) {
116 p += y * stride;
323 size_t stride = alloc->mHal.drvState.lod[lod].stride; local
389 size_t stride = alloc->mHal.drvState.lod[lod].stride; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2040 int stride = 0, scanline = 0; local
2245 int stride = 0, scanline = 0; local
2454 int stride = 0, scanline = 0; local
2630 int32_t stride = PAD_TO_SIZE(dim->width, (int32_t)padding->width_padding); local
2913 int stride = 0, scanline = 0; local
2948 int stride = 0, scanline = 0; local
3045 int32_t stride, scanline; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2040 int stride = 0, scanline = 0; local
2245 int stride = 0, scanline = 0; local
2454 int stride = 0, scanline = 0; local
2630 int32_t stride = PAD_TO_SIZE(dim->width, (int32_t)padding->width_padding); local
2913 int stride = 0, scanline = 0; local
2948 int stride = 0, scanline = 0; local
3045 int32_t stride, scanline; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 85 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride,
89 return y * stride + x;
93 uint8_t *src, int stride,
99 dst->buf = src + scaled_buffer_offset(x, y, stride, scale);
100 dst->stride = stride;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vdecl.c 87 if (vb->stride)
88 tmp_neg_bias = (tmp_neg_bias + vb->stride - 1) / vb->stride;
111 decl.array.stride = vb->stride;
118 + neg_bias * vb->stride
  /external/mesa3d/src/glx/
eval.c 40 __glFillMap1f(GLint k, GLint order, GLint stride,
43 if (stride == k) {
52 points += stride;
59 __glFillMap1d(GLint k, GLint order, GLint stride,
62 if (stride == k) {
70 points += stride;
  /frameworks/rs/driver/
rsdVertexArray.cpp 48 stride = 0;
54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride,
62 this->stride = stride;
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%p",
77 mAttribs[idx].stride,
114 mAttribs[ct].stride,
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_gatherscatter.java 81 int stride; local
82 for (stride = ARRAY_SIZE / 2; stride >= 1; stride >>= 1) {
90 Type.createX(pRS, Element.I32_4(pRS), stride),
91 new ScriptGroup.Binding(s.getFieldID_reduction_stride(), stride),

Completed in 1166 milliseconds

1 2 3 4 56 7 8 91011>>