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

  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 296 JDIMENSION start_col; local
320 start_col = MCU_col_num * compptr->MCU_width;
327 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 161 JDIMENSION start_col, output_col; local
197 start_col = MCU_col_num * compptr->MCU_sample_width;
201 output_col = start_col;
255 JDIMENSION start_col; local
282 start_col = MCU_col_num * compptr->MCU_width;
284 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/jpeg/
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;
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 155 JDIMENSION start_col, output_col; local
204 start_col = MCU_col_num * compptr->MCU_sample_width;
208 output_col = start_col;
260 JDIMENSION start_col; local
316 start_col = MCU_col_num * compptr->MCU_width;
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
397 JDIMENSION start_col; local
457 JDIMENSION start_col; local
500 start_col = MCU_col_num * compptr->MCU_width;
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 286 JDIMENSION start_col; local
310 start_col = MCU_col_num * compptr->MCU_width;
317 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_jccoefct.c 347 JDIMENSION start_col; local
373 start_col = MCU_col_num * compptr->MCU_width;
375 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_jdcoefct.c 156 JDIMENSION start_col, output_col; local
192 start_col = MCU_col_num * compptr->MCU_sample_width;
196 output_col = start_col;
250 JDIMENSION start_col; local
277 start_col = MCU_col_num * compptr->MCU_width;
279 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/qemu/distrib/jpeg-6b/
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;
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 155 JDIMENSION start_col, output_col; local
204 start_col = MCU_col_num * compptr->MCU_sample_width;
208 output_col = start_col;
260 JDIMENSION start_col; local
316 start_col = MCU_col_num * compptr->MCU_width;
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
397 JDIMENSION start_col; local
457 JDIMENSION start_col; local
500 start_col = MCU_col_num * compptr->MCU_width;
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 1176 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row,
317 start_col(start_col),
330 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 &&
331 row_span > 0 && start_col < column_set->num_columns() &&
332 (start_col + col_span) <= column_set->num_columns());
337 const int start_col; member in struct:views::ViewState
517 for (int i = view_state->start_col,
518 max_col = view_state->start_col + view_state->col_span;
539 int start_col = view_state->start_col local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 905 int start_col, end_col; local
    [all...]
  /external/libvterm/include/
vterm.h 33 int start_col; member in struct:__anon8702
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/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 360 int start_col = left; local
361 if (start_col < 0) {
362 start_col = 0;
368 if (start_col >= end_col) {
377 FX_LPBYTE src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
378 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2);
381 for (int col = start_col; col < end_col; col ++) {
404 if (start_col > left) {
413 for (int col = start_col + 1; col < end_col - 1; col ++) {
435 if (start_col > left) {
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 1619 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 336 milliseconds