OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_iMCU_rows
(Results
1 - 20
of
20
) sorted by null
/external/jpeg/
jdtrans.c
70
cinfo->progress->pass_limit += (long) cinfo->
total_iMCU_rows
;
105
for (mcu = 0; mcu < cinfo->
total_iMCU_rows
; mcu++) {
137
cinfo->progress->pass_limit += (long) cinfo->
total_iMCU_rows
;
187
cinfo->progress->pass_limit += (long) cinfo->
total_iMCU_rows
;
266
cinfo->progress->pass_limit = (long) cinfo->
total_iMCU_rows
* nscans;
jdcoefct.c
91
if (cinfo->input_iMCU_row < (cinfo->
total_iMCU_rows
-1))
152
JDIMENSION last_iMCU_row = cinfo->
total_iMCU_rows
- 1;
226
if (++(cinfo->input_iMCU_row) < cinfo->
total_iMCU_rows
) {
345
if (++(cinfo->input_iMCU_row) < cinfo->
total_iMCU_rows
) {
436
if (++(cinfo->input_iMCU_row) < cinfo->
total_iMCU_rows
) {
536
if (++(cinfo->input_iMCU_row) < cinfo->
total_iMCU_rows
) {
557
JDIMENSION last_iMCU_row = cinfo->
total_iMCU_rows
- 1;
624
if (++(cinfo->output_iMCU_row) < cinfo->
total_iMCU_rows
)
717
JDIMENSION last_iMCU_row = cinfo->
total_iMCU_rows
- 1;
916
if (++(cinfo->output_iMCU_row) < cinfo->
total_iMCU_rows
)
[
all
...]
jcapimin.c
162
for (iMCU_row = 0; iMCU_row < cinfo->
total_iMCU_rows
; iMCU_row++) {
165
cinfo->progress->pass_limit = (long) cinfo->
total_iMCU_rows
;
jcmainct.c
119
while (main->cur_iMCU_row < cinfo->
total_iMCU_rows
) {
178
while (main->cur_iMCU_row < cinfo->
total_iMCU_rows
) {
jdhuff.c
832
index->
total_iMCU_rows
= cinfo->
total_iMCU_rows
;
835
index->scan[0].offset = (huffman_offset_data**)malloc(cinfo->
total_iMCU_rows
841
+ cinfo->
total_iMCU_rows
* sizeof(huffman_offset_data*);
849
for(j = 0; j < index->
total_iMCU_rows
; j++) {
jccoefct.c
84
if (coef->iMCU_row_num < (cinfo->
total_iMCU_rows
-1))
148
JDIMENSION last_iMCU_row = cinfo->
total_iMCU_rows
- 1;
248
JDIMENSION last_iMCU_row = cinfo->
total_iMCU_rows
- 1;
jctrans.c
239
if (coef->iMCU_row_num < (cinfo->
total_iMCU_rows
-1))
283
JDIMENSION last_iMCU_row = cinfo->
total_iMCU_rows
- 1;
jpeglib.h
371
JDIMENSION
total_iMCU_rows
; /* # of iMCU rows to be input to coef ctlr */
588
JDIMENSION
total_iMCU_rows
; /* # of iMCU rows in image */
687
int
total_iMCU_rows
;
[
all
...]
jdphuff.c
729
* (sizeof(huffman_scan_header) + cinfo->
total_iMCU_rows
734
cinfo->
total_iMCU_rows
* sizeof(huffman_offset_data*));
jdapistd.c
70
cinfo->progress->pass_limit += (long) cinfo->
total_iMCU_rows
;
jdinput.c
110
cinfo->
total_iMCU_rows
= (JDIMENSION)
jdmainct.c
424
if (main->iMCU_row_ctr == cinfo->
total_iMCU_rows
)
jdmaster.c
441
cinfo->progress->pass_limit = (long) cinfo->
total_iMCU_rows
* nscans;
jcmaster.c
121
cinfo->
total_iMCU_rows
= (JDIMENSION)
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 629 milliseconds