Searched refs:start_col (Results 1 - 9 of 9) sorted by relevance

/external/jpeg/
H A Djcdctmgr.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 Djdcoefct.c155 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...]
H A Djctrans.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 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 Djpegint.h108 JDIMENSION start_row, JDIMENSION start_col,
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c1957 unsigned long start_row, end_row, start_col, end_col, i, j, w, h; local
1963 start_col = (long)priv->model.base.col - n;
1969 INF("start_row=%lu, end_row=%lu, start_col=%lu, end_col=%lu",
1970 start_row, end_row, start_col, end_col);
1973 for (j = start_col; j <= end_col; j++)
1982 w = (end_col - start_col + 1) * TILE_SIZE_AT_ZOOM(TILE_W, zoom);
1984 start_col * TILE_SIZE_AT_ZOOM(TILE_W, zoom),
/external/clang/tools/c-index-test/
H A Dc-index-test.c832 unsigned start_line, unsigned start_col,
838 PrintExtent(stdout, start_line, start_col, end_line, end_col);
852 unsigned start_line = 1, start_col = 1; local
885 print_cursor_file_scan(TU, prevCursor, start_line, start_col,
888 start_col = col;
831 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/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/opencv/cxcore/include/
H A Dcxcore.h212 /* Selects column span of the input array: arr(:,start_col:end_col)
215 int start_col, int end_col );

Completed in 145 milliseconds