Searched defs:start_col (Results 1 - 25 of 26) sorted by relevance

12

/external/gemmlowp/internal/
H A Dcompute.h64 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, argument
83 ComputeRun(start_row + r, start_col + c, start_depth, depth);
/external/gemmlowp/public/
H A Dmap.h63 MatrixMap block(int start_row, int start_col, int block_rows, argument
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/
H A Djccoefct.c346 JDIMENSION start_col; local
372 start_col = MCU_col_num * compptr->MCU_width;
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djctrans.c299 JDIMENSION start_col; local
323 start_col = MCU_col_num * compptr->MCU_width;
330 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djcdctmgr.c32 JDIMENSION start_col,
35 JDIMENSION start_col,
373 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM *workspace) argument
381 elemptr = sample_data[elemr] + start_col;
485 * position start_row/start_col, and moving to the right for any additional
492 JDIMENSION start_row, JDIMENSION start_col,
510 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
512 (*do_convsamp) (sample_data, start_col, workspace);
527 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT *workspace) argument
535 elemptr = sample_data[elemr] + start_col;
490 forward_DCT(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
580 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
[all...]
H A Djdcoefct.c94 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;
H A Djsimd_none.c233 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
239 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jccoefct.c346 JDIMENSION start_col; local
372 start_col = MCU_col_num * compptr->MCU_width;
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Dfpdfapi_jcdctmgr.c175 * 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;
180 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
270 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Dfpdfapi_jctrans.c285 JDIMENSION start_col; local
309 start_col = MCU_col_num * compptr->MCU_width;
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Dfpdfapi_jdcoefct.c155 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/google-breakpad/src/processor/
H A Dstackwalk_common.cc66 // pass 0 for |start_col|. For registers in a set, pass the most recent
72 static int PrintRegister(const char *name, uint32_t value, int start_col) { argument
76 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
77 start_col = 0;
82 return start_col + strlen(buffer);
86 static int PrintRegister64(const char *name, uint64_t value, int start_col) { argument
90 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
91 start_col = 0;
96 return start_col + strlen(buffer);
/external/libjpeg-turbo/simd/
H A Djquanti-altivec.c35 elemptr = sample_data[row] + start_col; \
44 elemptr = sample_data[row] + start_col; \
52 jsimd_convsamp_altivec (JSAMPARRAY sample_data, JDIMENSION start_col, argument
H A Djsimd_i386.c700 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
704 jsimd_convsamp_sse2(sample_data, start_col, workspace);
706 jsimd_convsamp_mmx(sample_data, start_col, workspace);
710 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
714 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
716 jsimd_convsamp_float_sse(sample_data, start_col, workspace);
718 jsimd_convsamp_float_3dnow(sample_data, start_col, workspace);
H A Djsimd_x86_64.c568 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
571 jsimd_convsamp_sse2(sample_data, start_col, workspace);
575 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
578 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
H A Djsimd_arm.c458 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
461 jsimd_convsamp_neon(sample_data, start_col, workspace);
465 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
H A Djsimd_arm64.c519 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
522 jsimd_convsamp_neon(sample_data, start_col, workspace);
526 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
H A Djsimd_mips.c730 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
734 jsimd_convsamp_mips_dspr2(sample_data, start_col, workspace);
738 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
742 jsimd_convsamp_float_mips_dspr2(sample_data, start_col, workspace);
H A Djsimd_powerpc.c618 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
621 jsimd_convsamp_altivec(sample_data, start_col, workspace);
625 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
/external/libvterm/include/
H A Dvterm.h33 int start_col; member in struct:__anon12023
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/
H A Dvp9_mcomp.c1500 int start_col, end_col, start_row, end_row; local
1513 start_col = VPXMAX(-range, x->mv_limits.col_min - fcenter_mv.col);
1518 for (c = start_col; c <= end_col; c += col_step) {
/external/opencv/cxcore/src/
H A Dcxarray.cpp1574 cvGetCols( const CvArr* arr, CvMat* submat, int start_col, int end_col ) argument
1592 if( (unsigned)start_col >= (unsigned)cols ||
1606 submat->cols = end_col - start_col;
1608 submat->data.ptr = mat->data.ptr + (size_t)start_col*CV_ELEM_SIZE(mat->type);
/external/pdfium/core/fxge/ge/
H A Dcfx_renderdevice.cpp203 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 > lef
198 DrawNormalTextHelper(CFX_DIBitmap* bitmap, const CFX_DIBitmap* pGlyph, int nrows, int left, int top, int start_col, int end_col, bool bNormal, bool bBGRStripe, int x_subpixel, int a, int r, int g, int b) argument
1044 int start_col = local
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c1778 unsigned start_line, unsigned start_col,
1784 PrintExtent(stdout, start_line, start_col, end_line, end_col);
1798 unsigned start_line = 1, start_col = 1; local
1832 print_cursor_file_scan(TU, prevCursor, start_line, start_col,
1835 start_col = col;
1777 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 451 milliseconds

12