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

  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder_unittest.cc 42 int row_start = j * kRasterWidth; local
44 bitmap_data[row_start + i] = red;
51 int row_start = j * kRasterWidth; local
53 bitmap_data[row_start + i] = 255 << 8;
55 bitmap_data[row_start + i] = 255 << 16;
  /external/ceres-solver/internal/ceres/
dynamic_compressed_row_sparse_matrix.h 79 // Clear all entries for rows, starting from row index `row_start`
81 void ClearRows(int row_start, int num_rows);
dynamic_compressed_row_sparse_matrix.cc 59 void DynamicCompressedRowSparseMatrix::ClearRows(int row_start,
62 const int i = row_start + r;
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 608 const int row_start = tile_y << bits; local
610 const int max_y = GetMin(tile_size, height - row_start);
624 const int row = row_start + y;
656 const int row_start = tile_y << bits; local
658 const int max_y = GetMin(tile_size, height - row_start);
666 const int row = row_start + y;
    [all...]
lossless.h 87 // rows. Transform will be applied to rows [row_start, row_end[.
89 // corresponding to the intermediate row (row_start).
91 int row_start, int row_end,
  /external/webp/src/dsp/
lossless.c 599 const int row_start = tile_y << bits; local
601 const int max_y = GetMin(tile_size, height - row_start);
615 const int row = row_start + y;
647 const int row_start = tile_y << bits; local
649 const int max_y = GetMin(tile_size, height - row_start);
657 const int row = row_start + y;
    [all...]
lossless.h 87 // rows. Transform will be applied to rows [row_start, row_end[.
89 // corresponding to the intermediate row (row_start).
91 int row_start, int row_end,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_optimize.c 323 int row_start = inst->bits2.da1.src0_reg_nr*REG_SIZE local
326 int write_start = row_start;
335 row_start += vs;
358 int row_start = inst->bits3.da1.src1_reg_nr*REG_SIZE local
361 int write_start = row_start;
370 row_start += vs;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c 323 int row_start = inst->bits2.da1.src0_reg_nr*REG_SIZE local
326 int write_start = row_start;
335 row_start += vs;
358 int row_start = inst->bits3.da1.src1_reg_nr*REG_SIZE local
361 int write_start = row_start;
370 row_start += vs;
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 79 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; local
85 for (int row = row_start; row < row_end; row ++) {
87 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
106 for (int row = row_start; row < row_end; row ++) {
107 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
140 for (int row = row_start; row < row_end; row ++) {
141 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
    [all...]
  /external/eigen/bench/
sparse_setter.cpp 359 I row_start = Ap[i]; local
364 for(I jj = row_start; jj < row_end; jj++){
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 230 static void detect_super_cols (colamd_col<Index> Col [], Index A [], Index head [], Index row_start, Index row_length ) ;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1065 uint64_t* row_start = (uint64_t *)frame->buffer + local
1101 uint8_t* row_start = (uint8_t *)frame->buffer + local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 952 uint64_t* row_start = (uint64_t *)frame->buffer + local
955 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6)));
    [all...]

Completed in 758 milliseconds