HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 276 - 300 of 2584) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vdecl.c 82 if (vb->stride)
83 tmp_neg_bias = (tmp_neg_bias + vb->stride - 1) / vb->stride;
106 decls[i].array.stride = vb->stride;
113 + 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;
  /external/tensorflow/tensorflow/core/kernels/
eigen_pooling_test.cc 44 // Max pooling using a 4x4 window and a stride of 1.
45 const int stride = 1; local
46 result = SpatialMaxPooling(input, patch_rows, patch_cols, stride, stride,
93 // Max pooling using a 4x4 window and a stride of 1.
94 const int stride = 1; local
95 result = SpatialMaxPooling(input, patch_rows, patch_cols, stride, stride,
146 // Max pooling using a 4x3x2 window and a stride of 1.
147 const int stride = 1 local
207 const int stride = 1; local
267 const int stride = 1; local
329 const int stride = 1; local
391 const int stride = 1; local
469 const int stride = 1; local
541 int stride = 2; local
590 int stride = 2; local
643 int stride = 2; local
703 int stride = 2; local
    [all...]
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
ion_buffer.h 17 uint32_t stride, uint32_t format, uint64_t usage);
19 uint32_t layer_count, uint32_t stride, uint32_t format,
43 uint32_t layer_count, uint32_t stride, uint32_t format,
50 uint32_t layer_count, uint32_t stride, uint32_t format,
58 uint32_t layer_count, uint32_t stride, uint32_t format,
82 uint32_t stride() const { return buffer_.get() ? buffer_->getStride() : 0; } function in class:android::dvr::IonBuffer
  /frameworks/rs/driver/
rsdVertexArray.cpp 47 stride = 0;
53 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride,
61 this->stride = stride;
69 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%p",
76 mAttribs[idx].stride,
113 mAttribs[ct].stride,
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_script_group2_gatherscatter.java 76 int stride; local
77 for (stride = ARRAY_SIZE / 2; stride >= 1; stride >>= 1) {
85 Type.createX(pRS, Element.I32_4(pRS), stride),
86 new ScriptGroup.Binding(s.getFieldID_reduction_stride(), stride),
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_script_group2_gatherscatter.java 78 int stride; local
79 for (stride = ARRAY_SIZE / 2; stride >= 1; stride >>= 1) {
87 Type.createX(pRS, Element.I32_4(pRS), stride),
88 new ScriptGroup.Binding(s.getFieldID_reduction_stride(), stride),
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 154 unsigned int alignment, stride = 0; local
163 stride = MSM_MEDIA_ALIGN(width, alignment);
169 return stride;
174 unsigned int alignment, stride = 0; local
183 stride = MSM_MEDIA_ALIGN(width, alignment);
189 return stride;
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 154 unsigned int alignment, stride = 0; local
163 stride = MSM_MEDIA_ALIGN(width, alignment);
169 return stride;
174 unsigned int alignment, stride = 0; local
183 stride = MSM_MEDIA_ALIGN(width, alignment);
189 return stride;
  /external/gemmlowp/meta/
streams.h 28 int stride; member in struct:gemmlowp::meta::RowMajor
34 int stride; member in struct:gemmlowp::meta::RowMajorWithSum
42 int stride; member in struct:gemmlowp::meta::ColumnMajorWithSum
54 offset_stride * params.stride + offset_advance * sizeof(InType));
60 offset_stride * params.stride +
65 return AlignTo<64>(lanes_count * AlignTo(pack_size, params.stride));
77 offset_stride * params.stride + offset_advance * sizeof(InType));
83 offset_stride * params.stride +
102 params.stride * offset_advance + offset_stride * sizeof(InType));
108 params.stride * offset_advance
    [all...]
  /external/webp/src/utils/
huffman_encode_utils.c 24 // Heuristics for selecting the stride ranges to collapse.
51 int stride = 0; local
54 if ((symbol == 0 && stride >= 5) ||
55 (symbol != 0 && stride >= 7)) {
57 for (k = 0; k < stride; ++k) {
61 stride = 1;
66 ++stride;
72 uint32_t stride = 0; local
79 if (stride >= 4 || (stride >= 3 && sum == 0))
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp 94 uint32_t stride; local
115 // setup stride and source buffer crop
120 stride = mapper.getStride().rgb.stride;
123 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp;
125 linoff = srcY * stride + srcX * bpp;
128 if (linoff > (stride * mapper.getHeight())) {
151 mContext.ctx.sp_ctx.stride = stride;
263 uint32_t stride; local
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_media_info.h 191 * <--Compressed tile Y Stride--->
213 * <--Compressed tile UV Stride--->
279 * <--Compressed tile Y Stride--->
301 * <--Compressed tile UV Stride--->
536 * <--Compressed tile Y Stride--->
558 * <--Compressed tile UV Stride--->
607 unsigned int alignment, stride = 0; local
618 stride = MSM_MEDIA_ALIGN(width, alignment);
622 stride = MSM_MEDIA_ALIGN(width, 192);
623 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment)
638 unsigned int alignment, stride = 0; local
827 unsigned int alignment = 0, stride = 0, bpp = 4; local
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_media_info.h 191 * <--Compressed tile Y Stride--->
213 * <--Compressed tile UV Stride--->
279 * <--Compressed tile Y Stride--->
301 * <--Compressed tile UV Stride--->
536 * <--Compressed tile Y Stride--->
558 * <--Compressed tile UV Stride--->
607 unsigned int alignment, stride = 0; local
618 stride = MSM_MEDIA_ALIGN(width, alignment);
622 stride = MSM_MEDIA_ALIGN(width, 192);
623 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment)
638 unsigned int alignment, stride = 0; local
827 unsigned int alignment = 0, stride = 0, bpp = 4; local
    [all...]
  /external/libvpx/libvpx/test/
consistency_test.cc 80 void FillRandom(uint8_t *data, int stride, int width, int height) {
83 data[h * stride + w] = rnd_.Rand8();
88 void FillRandom(uint8_t *data, int stride) {
89 FillRandom(data, stride, width_, height_);
96 void Blur(uint8_t *data, int stride, int taps) {
101 sum += data[w + h * stride];
104 sum += data[w + h * stride] - data[w - taps + h * stride];
105 data[w - half_taps + h * stride] = (sum + half_taps) / taps;
110 sum += data[h + w * stride];
    [all...]
util.h 33 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
34 img2->planes[VPX_PLANE_Y][i * img2->stride[VPX_PLANE_Y] + j];
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.c 18 int stride) {
51 dst0 += stride;
53 dst1 += stride;
55 dst0 += stride;
57 dst1 += stride;
60 dst0 += stride;
62 dst1 += stride;
167 dst0 += stride;
169 dst1 += stride;
171 dst0 += stride;
    [all...]
  /frameworks/av/media/ndk/
NdkImage.cpp 290 // those are single plane data without pixel stride defined
320 *rowStride = (planeIdx == 0) ? mLockedBuffer->stride
327 if (mLockedBuffer->stride % 16) {
328 ALOGE("Stride %d is not 16 pixel aligned!", mLockedBuffer->stride);
331 *rowStride = (planeIdx == 0) ? mLockedBuffer->stride
332 : ALIGN(mLockedBuffer->stride / 2, 16);
337 *rowStride = mLockedBuffer->stride;
340 if (mLockedBuffer->stride % 16) {
341 ALOGE("Stride %d is not 16 pixel aligned!"
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
ExactComparer.java 29 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
35 int index = indexFromXAndY(x, y, stride, offset);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
WideGamutBitmapVerifier.java 37 public abstract boolean verify(ByteBuffer bitmap, int offset, int stride,
41 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) {
43 // verify(ByteBuffer bitmap, int offset, int stride, int width, int height) instead
  /device/generic/goldfish-opengl/system/include/ETC1/
etc1.h 62 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
68 etc1_uint32 pixelSize, etc1_uint32 stride, etc1_byte* pOut);
73 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
80 etc1_uint32 pixelSize, etc1_uint32 stride);
  /external/aac/libSACdec/src/
sac_qmf.cpp 113 const FIXP_DBL *Si, const INT stride, INT_PCM *timeSig) {
127 qmfSynthesisFilteringSlot(hSpaceSynthesisQmf, Sr, Si, 0, 0, timeSig, stride,
  /external/libopus/celt/arm/
mdct_arm.h 43 int shift, int stride, int arch);
48 int shift, int stride, int arch);
  /external/mesa3d/src/gallium/include/state_tracker/
sw_winsys.h 94 unsigned *stride );
103 unsigned *stride );
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 54 unsigned stride; member in struct:gdi_sw_displaytarget
128 unsigned *stride)
145 gdt->stride = align(width * cpp, alignment);
146 gdt->size = gdt->stride * height;
153 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
164 *stride = gdt->stride;
178 unsigned *stride)

Completed in 871 milliseconds

<<11121314151617181920>>