OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iMCU_row_num
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jctrans.c
222
JDIMENSION
iMCU_row_num
; /* iMCU row # within image */
250
if (coef->
iMCU_row_num
< (cinfo->total_iMCU_rows-1))
273
coef->
iMCU_row_num
= 0;
307
coef->
iMCU_row_num
* compptr->v_samp_factor,
324
if (coef->
iMCU_row_num
< last_iMCU_row ||
359
coef->
iMCU_row_num
++;
jccoefct.c
37
JDIMENSION
iMCU_row_num
; /* iMCU row # within image */
84
if (coef->
iMCU_row_num
< (cinfo->total_iMCU_rows-1))
104
coef->
iMCU_row_num
= 0;
175
if (coef->
iMCU_row_num
< last_iMCU_row ||
215
coef->
iMCU_row_num
++;
261
coef->
iMCU_row_num
* compptr->v_samp_factor,
264
if (coef->
iMCU_row_num
< last_iMCU_row)
301
if (coef->
iMCU_row_num
== last_iMCU_row) {
321
/* NB: compress_output will increment
iMCU_row_num
if successful.
359
coef->
iMCU_row_num
* compptr->v_samp_factor
[
all
...]
/external/jpeg/
jctrans.c
211
JDIMENSION
iMCU_row_num
; /* iMCU row # within image */
239
if (coef->
iMCU_row_num
< (cinfo->total_iMCU_rows-1))
262
coef->
iMCU_row_num
= 0;
296
coef->
iMCU_row_num
* compptr->v_samp_factor,
313
if (coef->
iMCU_row_num
< last_iMCU_row ||
348
coef->
iMCU_row_num
++;
jccoefct.c
37
JDIMENSION
iMCU_row_num
; /* iMCU row # within image */
84
if (coef->
iMCU_row_num
< (cinfo->total_iMCU_rows-1))
104
coef->
iMCU_row_num
= 0;
175
if (coef->
iMCU_row_num
< last_iMCU_row ||
215
coef->
iMCU_row_num
++;
261
coef->
iMCU_row_num
* compptr->v_samp_factor,
264
if (coef->
iMCU_row_num
< last_iMCU_row)
301
if (coef->
iMCU_row_num
== last_iMCU_row) {
321
/* NB: compress_output will increment
iMCU_row_num
if successful.
359
coef->
iMCU_row_num
* compptr->v_samp_factor
[
all
...]
Completed in 294 milliseconds