Searched refs:start_row (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Debi2_l2f.c135 static void epsonQcif_disp_set_display_area(word start_row, word end_row);
412 static void epsonQcif_disp_set_display_area(word start_row, word end_row) argument
417 if ((start_row == disp_area_start_row)
420 disp_area_start_row = start_row;
427 if (start_row > end_row)
428 start_row = end_row;
433 if ((start_row == 0) && (end_row == (QCIF_HEIGHT - 1))) {
446 DISP_DATA_OUT(start_row);
447 DISP_DATA_OUT(start_row >> 8);
505 word start_row, wor
504 epsonQcif_disp_clear_screen_area( word start_row, word end_row, word start_column, word end_column) argument
[all...]
H A Debi2_tmd20.c702 static void tmd20qvga_disp_set_display_area(word start_row, word end_row);
708 void tmd20qvga_disp_clear_screen_area(word start_row, word end_row,
755 static void tmd20qvga_disp_set_display_area(word start_row, word end_row) argument
757 word start_driving = start_row;
770 end_driving = start_row; /* Has not changed */
1048 (word start_row, word end_row, word start_column, word end_column) {
1052 DISP_SET_RECT(start_row, end_row, start_column, end_column);
1054 i = (end_row - start_row + 1) * (end_column - start_column + 1);
1047 tmd20qvga_disp_clear_screen_area(word start_row, word end_row, word start_column, word end_column) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemmgr.c513 * strips; that is, successive access start_row numbers differ by exactly
757 JDIMENSION start_row, JDIMENSION num_rows,
759 /* Access the part of a virtual sample array starting at start_row */
763 JDIMENSION end_row = start_row + num_rows;
772 if (start_row < ptr->cur_start_row ||
786 * start_row = 0, so the limiting case applies and we load from 0 anyway.
788 if (start_row > ptr->cur_start_row) {
789 ptr->cur_start_row = start_row;
810 if (ptr->first_undef_row < start_row) {
813 undef_row = start_row; /* bu
[all...]
H A Djcdctmgr.c175 * position start_row/start_col, and moving to the right for any additional
182 JDIMENSION start_row, JDIMENSION start_col,
193 sample_data += start_row; /* fold in the vertical offset once */
272 JDIMENSION start_row, JDIMENSION start_col,
283 sample_data += start_row; /* fold in the vertical offset once */
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 Djpeglib.h783 JDIMENSION start_row,
788 JDIMENSION start_row,
H A Djpegint.h108 JDIMENSION start_row, JDIMENSION start_col,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemmgr.c513 * strips; that is, successive access start_row numbers differ by exactly
757 JDIMENSION start_row, JDIMENSION num_rows,
759 /* Access the part of a virtual sample array starting at start_row */
763 JDIMENSION end_row = start_row + num_rows;
772 if (start_row < ptr->cur_start_row ||
786 * start_row = 0, so the limiting case applies and we load from 0 anyway.
788 if (start_row > ptr->cur_start_row) {
789 ptr->cur_start_row = start_row;
810 if (ptr->first_undef_row < start_row) {
813 undef_row = start_row; /* bu
[all...]
H A Djcdctmgr.c60 * position start_row/start_col, and moving to the right for any additional
67 JDIMENSION start_row, JDIMENSION start_col,
78 sample_data += start_row; /* fold in the vertical offset once */
130 JDIMENSION start_row, JDIMENSION start_col,
141 sample_data += start_row; /* fold in the vertical offset once */
65 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
128 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 Djpeglib.h809 JDIMENSION start_row,
814 JDIMENSION start_row,
H A Djpegint.h106 JDIMENSION start_row, JDIMENSION start_col,

Completed in 72 milliseconds