HomeSort by relevance Sort by last modified time
    Searched full:start_col (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libvterm/src/
rect.h 6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col;
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col;
26 if(dst->end_col < dst->start_col) dst->end_col = dst->start_col
    [all...]
vterm.c 242 abs(rightward) >= rect.end_col - rect.start_col) {
253 dest.start_col = rect.start_col;
255 src.start_col = rect.start_col + rightward;
264 dest.start_col = rect.start_col + leftward;
266 src.start_col = rect.start_col;
293 rect.start_col = rect.end_col - rightward
    [all...]
screen.c 128 if(screen->damaged.start_col > rect.start_col)
129 screen->damaged.start_col = rect.start_col;
165 .start_col = 0,
194 .start_col = pos.col,
212 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner
224 int cols = src.end_col - src.start_col;
240 memmove(getcell(screen, row, dest.start_col),
241 getcell(screen, row + downward, src.start_col),
    [all...]
state.c 87 if(rect.start_col == 0 && rect.end_col == state->cols && rightward == 0) {
115 .start_col = SCROLLREGION_LEFT(state),
311 .start_col = state->pos.col,
408 .start_col = SCROLLREGION_LEFT(state),
955 rect.start_col = state->pos.col;
1034 rect.start_col = state->pos.col; rect.end_col = state->cols;
1035 if(rect.end_col > rect.start_col)
1039 rect.start_col = 0;
1048 rect.start_col = 0; rect.end_col = state->cols;
1051 if(rect.end_col > rect.start_col)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdct.h 42 JDIMENSION start_col));
45 JDIMENSION start_col));
166 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
168 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
170 JPP((FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col));
172 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
174 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
176 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
178 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
180 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
    [all...]
jcdctmgr.c 60 * position start_row/start_col, and moving to the right for any additional
67 JDIMENSION start_row, JDIMENSION start_col,
80 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) {
82 (*do_dct) (workspace, sample_data, start_col);
130 JDIMENSION start_row, JDIMENSION start_col,
143 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) {
145 (*do_dct) (workspace, sample_data, start_col);
jfdctint.c 158 jpeg_fdct_islow (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
174 elemptr = sample_data[ctr] + start_col;
328 jpeg_fdct_7x7 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
348 elemptr = sample_data[ctr] + start_col;
463 jpeg_fdct_6x6 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
482 elemptr = sample_data[ctr] + start_col;
576 jpeg_fdct_5x5 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
597 elemptr = sample_data[ctr] + start_col;
686 jpeg_fdct_4x4 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
706 elemptr = sample_data[ctr] + start_col;
    [all...]
jfdctflt.c 60 jpeg_fdct_float (FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col)
73 elemptr = sample_data[ctr] + start_col;
  /external/libjpeg-turbo/
jsimddct.h 15 EXTERN(void) jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
18 JDIMENSION start_col,
jcdctmgr.c 31 JDIMENSION start_col,
34 JDIMENSION start_col,
368 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace)
376 elemptr = sample_data[elemr] + start_col;
480 * position start_row/start_col, and moving to the right for any additional
487 JDIMENSION start_row, JDIMENSION start_col,
505 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
507 (*do_convsamp) (sample_data, start_col, workspace);
522 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace)
530 elemptr = sample_data[elemr] + start_col;
    [all...]
jsimd_none.c 231 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
237 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
  /external/gemmlowp/internal/
compute.h 64 void ComputeRun(int start_row, int start_col, int start_depth,
67 packed_rhs_.seek_run(start_col, start_depth);
69 start_row, start_col, Format::kRows, Format::kCols);
75 void ComputeL1(int start_row, int rows, int start_col, int cols,
83 ComputeRun(start_row + r, start_col + c, start_depth, depth);
  /external/gemmlowp/public/
map.h 63 MatrixMap block(int start_row, int start_col, int block_rows,
67 assert(start_col >= 0);
68 assert(start_col + block_cols <= cols_);
70 return MatrixMap(data(start_row, start_col), block_rows, block_cols,
  /external/libjpeg-turbo/simd/
jquantf-sse2.asm 29 ; jsimd_convsamp_float_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
jsimd.h 515 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
518 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
521 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
524 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
528 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
531 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
534 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
537 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
jquant-3dn.asm 29 ; jsimd_convsamp_float_3dnow (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
jquant-sse.asm 29 ; jsimd_convsamp_float_sse (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
jquanti-sse2.asm 29 ; jsimd_convsamp_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
jquant-mmx.asm 29 ; jsimd_convsamp_mmx (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
jsimd_x86_64.c 489 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
492 jsimd_convsamp_sse2(sample_data, start_col, workspace);
496 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
499 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
jquantf-sse2-64.asm 30 ; jsimd_convsamp_float_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
35 ; r11 = JDIMENSION start_col
jquanti-sse2-64.asm 30 ; jsimd_convsamp_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
35 ; r11 = JDIMENSION start_col
jsimd_i386.c 695 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
699 jsimd_convsamp_sse2(sample_data, start_col, workspace);
701 jsimd_convsamp_mmx(sample_data, start_col, workspace);
705 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
709 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
711 jsimd_convsamp_float_sse(sample_data, start_col, workspace);
713 jsimd_convsamp_float_3dnow(sample_data, start_col, workspace);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcdctmgr.c 175 * position start_row/start_col, and moving to the right for any additional
182 JDIMENSION start_row, JDIMENSION start_col,
195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
203 elemptr = sample_data[elemr] + start_col;
272 JDIMENSION start_row, JDIMENSION start_col,
285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
293 elemptr = sample_data[elemr] + start_col;
  /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...]

Completed in 501 milliseconds

1 2 3