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

  /external/gemmlowp/internal/
unpack.h 60 int start_col; member in struct:gemmlowp::MatrixBlockBounds
66 start_col(start_col_),
141 assert(dst_block.start_col >= 0);
142 assert(dst_block.start_col + dst_block.cols <= dst->cols());
184 const int global_col = c + dst_block.start_col;
191 r + dst_block.start_row, c8 + dst_block.start_col);
197 const int global_col = c + dst_block.start_col;
209 const int global_col = c + dst_block.start_col;
221 const int global_col = c + dst_block.start_col;
248 const int global_col = c + dst_block.start_col;
    [all...]
  /external/libjpeg-turbo/
jctrans.c 299 JDIMENSION start_col; local
323 start_col = MCU_col_num * compptr->MCU_width;
330 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jccoefct.c 346 JDIMENSION start_col; local
372 start_col = MCU_col_num * compptr->MCU_width;
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jdcoefct.c 94 JDIMENSION start_col, output_col; local
136 start_col = (MCU_col_num - cinfo->master->first_iMCU_col) *
141 output_col = start_col;
196 JDIMENSION start_col; local
223 start_col = MCU_col_num * compptr->MCU_width;
225 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/libvterm/include/
vterm.h 33 int start_col; member in struct:__anon26308
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1503 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 207 int start_col,
227 uint8_t* src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
228 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp;
231 for (int col = start_col; col < end_col; ++col) {
247 if (start_col > left)
251 for (int col = start_col + 1; col < end_col - 1; ++col) {
259 if (start_col > left) {
265 for (int col = start_col + 1; col < end_col - 1; ++col) {
273 for (int col = start_col; col < end_col; ++col) {
287 int src_value = start_col > left ? AverageRgb(&src_scan[-1]
1063 int start_col = local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 1798 unsigned start_line = 1, start_col = 1; local
    [all...]

Completed in 311 milliseconds