HomeSort by relevance Sort by last modified time
    Searched defs:row_stride (Results 1 - 25 of 28) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix_test.cc 55 int row_stride; local
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
63 EXPECT_EQ(row_stride, 3 + 4 + 5);
85 int row_stride; local
88 i, j, &row, &col, &row_stride, &col_stride);
89 MatrixRef(cell->values, row_stride, col_stride).block(
block_random_access_crs_matrix_test.cc 73 int row_stride; local
77 &row_stride, &col_stride);
83 MatrixRef(cell->values, row_stride, col_stride).block(
block_random_access_sparse_matrix_test.cc 73 int row_stride; local
77 &row_stride, &col_stride);
81 EXPECT_EQ(row_stride, blocks[row_block_id]);
85 MatrixRef(cell->values, row_stride, col_stride).block(
schur_eliminator_impl.h 188 int r, c, row_stride, col_stride; local
191 &row_stride, &col_stride);
198 MatrixRef m(cell_info->values, row_stride, col_stride);
530 int r, c, row_stride, col_stride; local
533 &row_stride, &col_stride);
541 cell_info->values, r, c, row_stride, col_stride);
604 int r, c, row_stride, col_stride; local
607 &row_stride, &col_stride);
616 cell_info->values, r, c, row_stride, col_stride);
623 int r, c, row_stride, col_stride local
657 int r, c, row_stride, col_stride; local
676 int r, c, row_stride, col_stride; local
    [all...]
visibility_based_preconditioner.cc 392 int r, c, row_stride, col_stride; local
395 &row_stride, &col_stride);
404 MatrixRef m(cell_info->values, row_stride, col_stride);
  /external/jpeg/
example.c 93 int row_stride; /* physical row width in image buffer */ local
154 row_stride = image_width * 3; /* JSAMPLEs per row in image_buffer */
161 row_pointer[0] = & image_buffer[cinfo.next_scanline * row_stride];
298 int row_stride; /* physical row width in output buffer */ local
361 row_stride = cinfo.output_width * cinfo.output_components;
364 ((j_common_ptr) &cinfo, JPOOL_IMAGE, row_stride, 1);
379 put_scanline_someplace(buffer[0], row_stride);
  /external/qemu/distrib/jpeg-6b/
example.c 93 int row_stride; /* physical row width in image buffer */ local
154 row_stride = image_width * 3; /* JSAMPLEs per row in image_buffer */
161 row_pointer[0] = & image_buffer[cinfo.next_scanline * row_stride];
298 int row_stride; /* physical row width in output buffer */ local
361 row_stride = cinfo.output_width * cinfo.output_components;
364 ((j_common_ptr) &cinfo, JPOOL_IMAGE, row_stride, 1);
379 put_scanline_someplace(buffer[0], row_stride);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 256 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS]; local
283 row_stride[j] = lp_tex->row_stride[j];
296 row_stride[0] = lp_tex->row_stride[0];
305 row_stride, img_stride, data);
lp_texture.h 90 unsigned row_stride[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
169 return lpr->row_stride[level];
lp_jit.h 56 uint32_t row_stride[LP_MAX_TEXTURE_LEVELS]; member in struct:lp_jit_texture
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 256 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS]; local
283 row_stride[j] = lp_tex->row_stride[j];
296 row_stride[0] = lp_tex->row_stride[0];
305 row_stride, img_stride, data);
lp_texture.h 90 unsigned row_stride[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
169 return lpr->row_stride[level];
lp_jit.h 56 uint32_t row_stride[LP_MAX_TEXTURE_LEVELS]; member in struct:lp_jit_texture
  /packages/apps/Gallery2/jni/filters/
edge.c 39 int row_stride = 4 * width; local
42 int buf_len = 2 * row_stride;
56 int loc = j * row_stride + k * 4;
62 tmp += *(ptr + (loc - row_stride + 4 + l));
64 tmp += *(ptr + (loc + row_stride + 4 + l));
65 tmp -= *(ptr + (loc - row_stride - 4 + l));
67 tmp -= *(ptr + (loc + row_stride - 4 + l));
76 tmp -= *(ptr + (loc - row_stride - 4 + l));
77 tmp -= *(ptr + (loc - row_stride + l)) * 2.0f;
78 tmp -= *(ptr + (loc - row_stride + 4 + l))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 224 const int row_stride = width * util_format_get_blocksize(format); local
225 const int image_bytes = row_stride * height;
253 row_stride,
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 224 const int row_stride = width * util_format_get_blocksize(format); local
225 const int image_bytes = row_stride * height;
253 row_stride,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 604 const GLuint row_stride = local
632 if (row_stride == srcRowStride) {
643 memcpy((GLubyte *)img + i * row_stride,
645 row_stride);
  /external/mesa3d/src/mesa/main/
texgetimage.c 604 const GLuint row_stride = local
632 if (row_stride == srcRowStride) {
643 memcpy((GLubyte *)img + i * row_stride,
645 row_stride);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 150 (*row_stride)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
  /external/chromium_org/ui/base/ime/
character_composer.cc 259 const int row_stride = length + 1; local
260 const int n_sequences = (table_next - table)/row_stride;
261 const SequenceIterator table_begin(table, row_stride);
  /external/libyuv/files/source/
scale_argb.cc 848 int row_stride = row_step * src_stride; local
852 src_ptr += row_stride;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 150 (*row_stride)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.h 50 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS]; member in struct:draw_jit_texture
296 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS],
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 371 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS]; local
404 row_stride[j] = i915_tex->stride;
413 row_stride, img_stride, data);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.h 50 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS]; member in struct:draw_jit_texture
296 uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS],

Completed in 452 milliseconds

1 2