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

  /external/libjpeg-turbo/
jctrans.c 298 JDIMENSION start_col; local
322 start_col = MCU_col_num * compptr->MCU_width;
329 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jccoefct.c 345 JDIMENSION start_col; local
371 start_col = MCU_col_num * compptr->MCU_width;
373 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jdcoefct.c 93 JDIMENSION start_col, output_col; local
135 start_col = (MCU_col_num - cinfo->master->first_iMCU_col) *
140 output_col = start_col;
195 JDIMENSION start_col; local
222 start_col = MCU_col_num * compptr->MCU_width;
224 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/opencv3/3rdparty/libjpeg/
jctrans.c 282 JDIMENSION start_col; local
306 start_col = MCU_col_num * compptr->MCU_width;
313 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jccoefct.c 351 JDIMENSION start_col; local
377 start_col = MCU_col_num * compptr->MCU_width;
379 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jdcoefct.c 156 JDIMENSION start_col, output_col; local
193 start_col = MCU_col_num * compptr->MCU_sample_width;
197 output_col = start_col;
251 JDIMENSION start_col; local
278 start_col = MCU_col_num * compptr->MCU_width;
280 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:__anon16682
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 905 int start_col, end_col; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1539 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 410 int start_col = left; local
411 if (start_col < 0) {
412 start_col = 0;
418 if (start_col >= end_col) {
427 uint8_t* src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
429 dest_buf + dest_row * dest_pitch + (start_col << 2);
432 for (int col = start_col; col < end_col; col++) {
460 if (start_col > left) {
470 for (int col = start_col + 1; col < end_col - 1; col++) {
496 if (start_col > left)
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 1745 unsigned start_line = 1, start_col = 1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2129 milliseconds