HomeSort by relevance Sort by last modified time
    Searched defs:start_col (Results 1 - 11 of 11) 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/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 285 JDIMENSION start_col; local
309 start_col = MCU_col_num * compptr->MCU_width;
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_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;
fpdfapi_jdcoefct.c 155 JDIMENSION start_col, output_col; local
191 start_col = MCU_col_num * compptr->MCU_sample_width;
195 output_col = start_col;
249 JDIMENSION start_col; local
276 start_col = MCU_col_num * compptr->MCU_width;
278 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/libvterm/include/
vterm.h 33 int start_col; member in struct:__anon24864
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 203 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++) {
245 if (start_col > left)
249 for (int col = start_col + 1; col < end_col - 1; col++) {
256 if (start_col > left) {
262 for (int col = start_col + 1; col < end_col - 1; col++) {
270 for (int col = start_col; col < end_col; col++) {
282 int src_value = start_col > left ? AverageRgb(&src_scan[-1]
1044 int start_col = local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1500 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 1798 unsigned start_line = 1, start_col = 1; local
    [all...]

Completed in 176 milliseconds