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

  /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/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 75 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; local
81 for (int row = row_start; row < row_end; row ++) {
83 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
102 for (int row = row_start; row < row_end; row ++) {
103 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
135 for (int row = row_start; row < row_end; row ++) {
136 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 950 uint64_t* row_start = (uint64_t *)frame->buffer + local
953 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6)));
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1699 uint64_t* row_start = (uint64_t *)frame->buffer + local
1742 uint8_t* row_start = (uint8_t *)frame->buffer + local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1040 uint64_t* row_start = (uint64_t *)frame->buffer + local
1043 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6)));
1076 uint8_t* row_start = (uint8_t *)frame->buffer + local
    [all...]
  /external/webp/src/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...]

Completed in 234 milliseconds