HomeSort by relevance Sort by last modified time
    Searched refs:src_row_stride (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc 32 const int src_row_stride = ComputeRowStride( local
34 const int src_byte_count = src_row_stride * height;
40 signal_y * src_row_stride + signal_x * channel_count + channel_index;
54 const int src_row_stride = ComputeRowStride( local
56 const int src_byte_count = src_row_stride * height;
64 (*image)[y * src_row_stride + x * channel_count + channel_index] = value;
109 const int src_row_stride = ComputeRowStride( local
116 SingleChannelConvolveX1D(&input[0], src_row_stride,
126 SingleChannelRecursiveGaussianY(&input[0], src_row_stride,
172 const int src_row_stride = ComputeRowStride local
258 const int src_row_stride = ComputeRowStride( local
347 const int src_row_stride = ComputeRowStride( local
    [all...]
convolver_unittest.cc 94 int src_row_stride = src_width * 4; local
95 int src_byte_count = src_row_stride * src_height;
124 int src_offset = (y * 2 * src_row_stride + x * 2 * 4) + channel;
127 input[src_offset + src_row_stride] + // Lower left.
128 input[src_offset + src_row_stride + 4]; // Lower right.
342 const int src_row_stride = kImgWidth * kChannelCount + kStrideSlack; local
343 int src_byte_count = src_row_stride * kImgHeight;
350 signal_y * src_row_stride + signal_x * kChannelCount + 1;
360 SingleChannelConvolveX1D(&input[0], src_row_stride, 1, kChannelCount,
370 SingleChannelConvolveY1D(&input[0], src_row_stride, 1, kChannelCount
412 int src_row_stride = kImgWidth * kChannelCount + kStrideSlack; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.c 298 GLuint src_row_stride, GLuint src_image_stride)
323 src_row_stride,
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 298 GLuint src_row_stride, GLuint src_image_stride)
323 src_row_stride,

Completed in 479 milliseconds