Searched refs:crow (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpngenc.c240 uint8_t *crow_base = NULL, *crow_buf, *crow; local
373 crow = png_choose_filter(s, crow_buf, progressive_buf, top, pass_row_size, bits_per_pixel>>3);
374 png_write_row(s, crow, pass_row_size + 1);
389 crow = png_choose_filter(s, crow_buf, ptr, top, row_size, bits_per_pixel>>3);
390 png_write_row(s, crow, row_size + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c119 static int crow, ccol, offset; // cursor is on Crow x Ccol with Horz Ofset variable
469 crow = 0;
2626 place_cursor(crow, ccol, FALSE); // put cursor back in correct place
2794 sync_cursor(dot, &crow, &ccol); // where cursor will be (on "dot")
2884 place_cursor(crow, ccol, (crow == last_row) ? TRUE : FALSE);
2885 last_row = crow;
2887 place_cursor(crow, ccol, FALSE);

Completed in 74 milliseconds