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

  /external/chromium_org/chrome/utility/cloud_print/
pwg_encoder_unittest.cc 43 int row_start = j * kRasterWidth; local
45 bitmap_data[row_start + i] = red;
52 int row_start = j * kRasterWidth; local
54 bitmap_data[row_start + i] = 255 << 8;
56 bitmap_data[row_start + i] = 255 << 16;
  /external/chromium_org/third_party/libwebp/dsp/
lossless.h 31 // rows. Transform will be applied to rows [row_start, row_end[.
33 // corresponding to the intermediate row (row_start).
35 int row_start, int row_end,
lossless.c 527 const int row_start = tile_y << bits; local
529 const int ymax = (tile_size <= height - row_start) ?
530 tile_size : height - row_start;
546 const int row = row_start + y;
582 const int row_start = tile_y << bits; local
584 const int ymax = (tile_size <= height - row_start) ?
585 tile_size : height - row_start;
594 const int row = row_start + y;
    [all...]
  /external/webp/src/dsp/
lossless.h 31 // rows. Transform will be applied to rows [row_start, row_end[.
33 // corresponding to the intermediate row (row_start).
35 int row_start, int row_end,
lossless.c 527 const int row_start = tile_y << bits; local
529 const int ymax = (tile_size <= height - row_start) ?
530 tile_size : height - row_start;
546 const int row = row_start + y;
582 const int row_start = tile_y << bits; local
584 const int ymax = (tile_size <= height - row_start) ?
585 tile_size : height - row_start;
594 const int row = row_start + y;
    [all...]
  /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/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++){

Completed in 605 milliseconds