Searched refs:row (Results 51 - 75 of 90) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcdctmgr.c379 * coefficients scaled by scalefactor[row]*scalefactor[col], where
418 * coefficients scaled by scalefactor[row]*scalefactor[col], where
426 int row, col; local
439 for (row = 0; row < DCTSIZE; row++) {
443 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
H A Drdbmp.c59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
60 JDIMENSION source_row; /* Current source row number */
112 * Read one row of pixels.
114 * unprocessed. We must read it out in top-to-bottom row order, and if
129 /* Fetch next row from virtual array */
158 /* Fetch next row from virtual array */
194 JDIMENSION row, col; local
197 /* Read the data into a virtual array in input-file row order. */
198 for (row = 0; row < cinf
[all...]
H A Drdtarga.c55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
56 JDIMENSION current_row; /* Current logical row number to read */
70 /* This saves the correct pixel-row-expansion method for preload_image */
167 * Read one row of pixels.
268 * row order. The entire image has already been read into whole_image
269 * with proper conversion of pixel format, but it's in a funny row order.
278 /* Compute row of source that maps to current_row of normal order */
283 /* Fetch that row from virtual array */
303 JDIMENSION row; local
306 /* Read the data into a virtual array in input-file row orde
[all...]
H A Dwrbmp.c49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */
50 JDIMENSION data_width; /* JSAMPLEs per row */
51 JDIMENSION row_width; /* physical width of one row in the BMP file */
52 int pad_bytes; /* number of padding bytes needed per row */
53 JDIMENSION cur_output_row; /* next row# to write to virtual array */
81 /* Access next row in virtual array */
116 /* Access next row in virtual array */
350 JDIMENSION row; local
361 for (row = cinfo->output_height; row >
[all...]
H A Djcsample.c10 * Downsampling input data is counted in "row groups". A row group
13 * A single row group is processed in each call to the downsampler module.
23 * one row group's worth of pixels above and below the passed-in data;
25 * the first or last real pixel row.
66 /* Height of an output row group for each component. */
102 int row; local
106 for (row = 0; row < num_rows; row
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp56.c38 static int vp56_get_vectors_predictors(VP56Context *s, int row, int col, argument
48 mvp.y = row + vp56_candidate_predictor_pos[pos][1];
159 static void vp56_decode_4mv(VP56Context *s, int row, int col) argument
193 s->macroblocks[row * s->mb_width + col].mv = s->mv[3];
204 static VP56mb vp56_decode_mv(VP56Context *s, int row, int col) argument
209 ctx = vp56_get_vectors_predictors(s, row, col, VP56_FRAME_PREVIOUS);
211 s->macroblocks[row * s->mb_width + col].type = s->mb_type;
223 vp56_get_vectors_predictors(s, row, col, VP56_FRAME_GOLDEN);
228 vp56_get_vectors_predictors(s, row, col, VP56_FRAME_GOLDEN);
238 vp56_get_vectors_predictors(s, row, co
395 vp56_decode_mb(VP56Context *s, int row, int col, int is_alpha) argument
[all...]
H A Drv40.c162 A = ptr[-s->b4_stride + 1]; // it won't be used for the last coefficient in a row
418 static void rv40_loop_filter(RV34DecContext *r, int row) argument
437 * each nibble represents one row of subblocks.
442 * Format is the same as for luma with two subblocks in a row.
452 mb_pos = row * s->mb_stride;
460 mb_pos = row * s->mb_stride;
476 avail[1] = row;
478 avail[3] = row < s->mb_height - 1;
518 if(!row)
520 if(row
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De7xxx_edac.c77 #define E7XXX_DRB 0x60 /* DRAM row boundary register (8b) */
78 #define E7XXX_DRA 0x70 /* DRAM row attribute register (8b) */
80 * 31 Device width row 7 0=x8 1=x4
81 * 27 Device width row 6
82 * 23 Device width row 5
83 * 19 Device width row 4
84 * 15 Device width row 3
85 * 11 Device width row 2
86 * 7 Device width row 1
87 * 3 Device width row
207 int row; local
232 int row; local
[all...]
H A Di82875p_edac.c122 * 6:0 64MiB row boundary addr
128 * 6:4 row attr row 1
130 * 2:0 row attr row 0
227 int row, multi_chan; local
243 row = edac_mc_find_csrow_by_page(mci, info->eap);
246 edac_mc_handle_ue(mci, info->eap, 0, row, "i82875p UE");
248 edac_mc_handle_ce(mci, info->eap, 0, info->derrsyn, row,
349 /* The dram row boundar
[all...]
H A Dedac_mc.h228 * Chip-select row: All of the memory devices that are selected together.
235 * Single-Ranked stick: A Single-ranked stick has 1 chip-select row of memmory.
253 * spanned by a chip-select row. A single socket set
290 int csrow_idx; /* the chip-select row */
444 unsigned long syndrome, int row, int channel,
450 int row, const char *msg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dspitzkbd.c181 unsigned int row, col, rowd; local
204 for (row = 0; row < KB_ROWS; row++) {
207 scancode = SCANCODE(row, col);
208 pressed = rowd & KB_ROWMASK(row);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dhgafb.c57 #define HGA_ROWADDR(row) ((row%4)*8192 + (row>>2)*90)
61 static inline u8 __iomem * rowaddr(struct fb_info *info, u_int row) argument
63 return info->screen_base + HGA_ROWADDR(row);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py164 row = c.fetchone()
166 print "Table %s contains %d records" % (table, row[0])
172 row = c.fetchone()
173 print "Table %s contains %d records" % (table, row[0])
375 row = c.fetchone()
376 if row == None:
381 return row[0]
404 row = c.fetchone()
405 if row == None:
412 return((int)(row[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Djrevdct_arm.S66 mov lr, r0 @ lr = pointer to the current row
67 mov r12, #8 @ r12 = row-counter
73 @ Optimization for row that have all items except the first set to 0
190 @ End of row loop
329 @ End of row loop
364 @ End of row loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dtextbox.c26 static void print_line(WINDOW * win, int row, int width);
321 static void print_line(WINDOW * win, int row, int width) argument
328 wmove(win, row, 0); /* move cursor to correct line */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c672 int ncols, row; local
679 for (row = 0; row < nrows; row++) {
680 l = strlen(matches[row]);
694 for (row = 0; row < nrows; row++) {
695 int n = row;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c297 uint k, row, col; local
303 row = off / oi->cols;
309 ((row << OTPP_ROW_SHIFT) & OTPP_ROW_MASK) |
311 OTP_DBG(("%s: off = %d, row = %d, col = %d, otpp = 0x%x",
312 __FUNCTION__, off, row, col, otpp));
1043 uint i, k, row, col; local
1047 row = 0;
1053 ((row << OTPP_ROW_SHIFT) & OTPP_ROW_MASK) |
1055 OTP_DBG(("%s: row = %d, col = %d, otpp = 0x%x\n",
1056 __FUNCTION__, row, co
1097 uint k, row, col; local
1142 uint k, row, col; local
1543 uint k, row, col; local
2525 uint k, row, col; local
2845 uint row, col, j, k; local
2992 uint32 hwv, fw, rce, e, sign, row, st; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dtextbox.c26 static void print_line(WINDOW * win, int row, int width);
438 static void print_line(WINDOW * win, int row, int width) argument
445 wmove(win, row, 0); /* move cursor to correct line */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dtextbox.c26 static void print_line (WINDOW * win, int row, int width);
460 print_line (WINDOW * win, int row, int width) argument
467 wmove (win, row, 0); /* move cursor to correct line */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dscanner.c130 int cols, row; local
143 ret = sql_get_table(db, sql, &result, &row, &cols);
227 ret = sql_get_table(db, sql, &result, &row, &cols);
231 if( !row )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dscanner.c135 int cols, row; local
148 ret = sql_get_table(db, sql, &result, &row, &cols);
232 ret = sql_get_table(db, sql, &result, &row, &cols);
236 if( !row )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dls.c386 int i, ncols, nrows, row, nc; local
419 for (row = 0; row < nrows; row++) {
421 /* reach into the array based on the column and row */
422 i = (nc * nrows) + row; /* assume display by column */
424 i = (row * ncols) + nc; /* display across row */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c174 struct rb_root row[TC_HTB_MAXDEPTH][TC_HTB_NUMPRIO]; member in struct:htb_sched
179 /* self wait list - roots of wait PQs per row */
182 /* time of nearest event per level (row) */
376 * htb_add_class_to_row - add class to its row
378 * The class is added to row at priorities marked in mask.
388 htb_add_to_id_tree(q->row[cl->level] + prio, cl, prio);
405 * htb_remove_class_from_row - removes class from its row
407 * The class is removed from row at priorities marked in mask.
422 htb_safe_rb_erase(cl->node + prio, q->row[cl->level] + prio);
423 if (!q->row[c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c1144 static void sync_cursor(char * d, int *row, int *col) argument
1181 // "d" is on screen- find out which row
1183 for (ro = 0; ro < rows - 1; ro++) { // drive "ro" to correct row
1231 *row = ro;
2475 //----- Move the cursor to row x col (count from 0, not 1) -------
2476 static void place_cursor(int row, int col, int opti) argument
2489 if (row < 0) row = 0;
2490 if (row >= rows) row
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Docsp.c1114 char *itmp, *row[DB_NUMBER],**rrow; local
1115 for (i = 0; i < DB_NUMBER; i++) row[i] = NULL;
1121 row[DB_serial] = itmp;
1123 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);

Completed in 162 milliseconds

1234