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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/gslice.cons/
start_size_stride.pass.cpp 15 // const valarray<size_t>& stride);
25 std::valarray<std::size_t> stride(a2, sizeof(a2)/sizeof(a2[0]));
26 std::gslice gs(7, size, stride);
33 r = gs.stride();
  /external/pdfium/third_party/libtiff/
tif_predict.c 90 sp->stride = (td->td_planarconfig == PLANARCONFIG_CONTIG ?
270 tmsize_t stride = PredictorState(tif)->stride; local
273 assert((cc%stride)==0);
274 if (cc > stride) {
278 if (stride == 3) {
291 } else if (stride == 4) {
307 cc -= stride;
309 REPEAT4(stride, cp[stride]
330 tmsize_t stride = PredictorState(tif)->stride; local
358 tmsize_t stride = PredictorState(tif)->stride; local
379 tmsize_t stride = PredictorState(tif)->stride; local
466 tmsize_t stride = sp->stride; local
513 tmsize_t stride = sp->stride; local
544 tmsize_t stride = sp->stride; local
577 tmsize_t stride = PredictorState(tif)->stride; local
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
WeightedPixelDifference.java 41 private static boolean inspectRegions(int[] ideal, int start, int stride, int regionSize) {
45 int index = indexFromXAndY(x, y, stride, start);
71 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
78 int index = indexFromXAndY(x, y,stride, offset);
79 if (inspectRegions(ideal, index, stride, regionSize)) {
91 int index = indexFromXAndY(x, y, stride, offset);
  /external/libopus/celt/
mdct.h 62 const opus_val16 *window, int overlap, int shift, int stride);
68 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride);
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_dct_neon.c 20 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride,
32 vpx_fdct8x8_neon(input, temp_buffer, stride);
  /external/mesa3d/src/mesa/x86/
3dnow.c 63 GLuint stride );
69 GLuint stride,
  /external/webrtc/webrtc/modules/desktop_capture/
differ.h 31 Differ(int width, int height, int bytes_per_pixel, int stride);
62 int stride,
73 // Number of bytes in each row of the image (AKA: stride).
  /frameworks/base/libs/hwui/renderstate/
MeshState.cpp 70 ALOGD("MeshState vertices: vertex data %p, stride %d",
72 ALOGD("MeshState texCoord: data %p, stride %d",
116 void MeshState::bindPositionVertexPointer(const GLvoid* vertices, GLsizei stride) {
120 || stride != mCurrentPositionStride) {
121 glVertexAttribPointer(Program::kBindingPosition, 2, GL_FLOAT, GL_FALSE, stride, vertices);
123 mCurrentPositionStride = stride;
127 void MeshState::bindTexCoordsVertexPointer(const GLvoid* vertices, GLsizei stride) {
131 || stride != mCurrentTexCoordsStride) {
132 glVertexAttribPointer(Program::kBindingTexCoords, 2, GL_FLOAT, GL_FALSE, stride, vertices);
134 mCurrentTexCoordsStride = stride;
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 120 plane_buffer += frame.stride(plane_type);
149 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane));
243 // Stride values should correspond to the destination values.
250 dst_frame->stride(kYPlane),
252 dst_frame->stride(kUPlane),
254 dst_frame->stride(kVPlane),
267 src_frame.stride(kYPlane),
269 src_frame.stride(kUPlane),
271 src_frame.stride(kVPlane),
284 src_frame.stride(kYPlane)
    [all...]
  /external/aac/libAACdec/src/
ldfiltbank.cpp 102 static void multE2_DinvF_fdk(INT_PCM *output, FIXP_DBL* x, const FIXP_WTB* fb, FIXP_DBL* z, const int N, const int stride)
122 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp, -WTS1-1 + scale, SAMPLE_BITS);
125 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp, WTS1+1 - scale, SAMPLE_BITS);
146 output[(i-N/4)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
147 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp1, -WTS1-1 + scale, SAMPLE_BITS);
150 output[(i-N/4)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
151 output[(N*3/4-1-i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp1, WTS1+1 - scale, SAMPLE_BITS);
164 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_RIGHT_SHIFT(tmp0, -WTS0-1 + scale, SAMPLE_BITS);
167 output[(N*3/4 + i)*stride] = (INT_PCM)SATURATE_LEFT_SHIFT(tmp0, WTS0+1 - scale, SAMPLE_BITS);
172 int InvMdctTransformLowDelay_fdk (FIXP_DBL *mdctData, const int mdctData_e, INT_PCM *output, FIXP_DBL *fs_buffer, const int stride, const int N)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_mips.cc 239 intptr_t stride = src_stride; local
240 const uint8* s1 = src_ptr + stride;
241 const uint8* s2 = s1 + stride;
242 const uint8* s3 = s2 + stride;
523 intptr_t stride = src_stride; local
524 const uint8* t = src_ptr + stride;
578 intptr_t stride = src_stride; local
579 const uint8* s1 = src_ptr + stride;
580 stride += stride;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 54 img->stride[VPX_PLANE_Y] = yv12->y_stride;
55 img->stride[VPX_PLANE_U] = yv12->uv_stride;
56 img->stride[VPX_PLANE_V] = yv12->uv_stride;
57 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;
68 img->stride[VPX_PLANE_Y] = 2 * yv12->y_stride;
69 img->stride[VPX_PLANE_U] = 2 * yv12->uv_stride;
70 img->stride[VPX_PLANE_V] = 2 * yv12->uv_stride;
71 img->stride[VPX_PLANE_ALPHA] = 2 * yv12->y_stride;
101 yv12->y_stride = img->stride[VPX_PLANE_Y];
102 yv12->uv_stride = img->stride[VPX_PLANE_U]
    [all...]
  /external/libdrm/tests/util/
pattern.c 79 unsigned int height, unsigned int stride)
119 y_mem += stride;
125 y_mem += stride;
136 y_mem += stride;
145 u_mem += stride * cs / xsub;
146 v_mem += stride * cs / xsub;
154 u_mem += stride * cs / xsub;
155 v_mem += stride * cs / xsub;
175 u_mem += stride * cs / xsub;
176 v_mem += stride * cs / xsub
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 521 static WEBP_INLINE void Load8x4(const uint8_t* const b, int stride,
526 WebPMemToUint32(&b[6 * stride]), WebPMemToUint32(&b[2 * stride]),
527 WebPMemToUint32(&b[4 * stride]), WebPMemToUint32(&b[0 * stride]));
529 WebPMemToUint32(&b[7 * stride]), WebPMemToUint32(&b[3 * stride]),
530 WebPMemToUint32(&b[5 * stride]), WebPMemToUint32(&b[1 * stride]));
550 int stride,
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraAllocator.h 46 int stride,
  /external/eigen/blas/
GeneralRank1Update.h 22 static void run(Index rows, Index cols, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha)
29 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,rows));
36 static void run(Index rows, Index cols, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha)
38 general_rank1_update<Scalar,Index,ColMajor,ConjRhs,ConjRhs>::run(rows,cols,mat,stride,u,v,alpha);
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 59 unsigned int stride = cairo_image_surface_get_stride (surface); local
77 data += stride / 4;
85 const uint32_t *row = data + (height - 1) * stride / 4;
98 ansi_print_image_rgb24 (data, width, height, stride / 4);
  /external/libhevc/decoder/
ihevcd_ittiam_logo.h 114 UWORD32 stride,
122 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht);
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht)
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.h 54 unsigned stride);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_span.h 41 intptr_t intel_offset_S8(uint32_t stride, uint32_t x, uint32_t y, bool swizzled);
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 33 GLuint stride,
36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
59 GLuint stride,
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
84 GLuint stride,
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
106 GLuint stride,
109 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
126 GLuint stride,
129 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
    [all...]
  /frameworks/native/opengl/libagl/
dxt.h 29 void *surface, int stride, int format);
  /hardware/ti/omap4-aah/camera/inc/
Decoder_libjpeg.h 42 bool decode(unsigned char *jpeg_src, int filled_len, unsigned char *nv12_buffer, int stride);
  /hardware/ti/omap4-aah/ion/
omap_ion.h 30 size_t stride; member in struct:omap_ion_tiler_alloc_data
  /hardware/ti/omap4xxx/ion/
omap_ion.h 30 size_t stride; member in struct:omap_ion_tiler_alloc_data

Completed in 717 milliseconds

1 2 3 45 6 7 8 91011>>