OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_next_row
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jdpostct.c
165
JDIMENSION
old_next_row
, num_rows;
local
175
old_next_row
= post->next_row;
182
if (post->next_row >
old_next_row
) {
183
num_rows = post->next_row -
old_next_row
;
184
(*cinfo->cquantize->color_quantize) (cinfo, post->buffer +
old_next_row
,
/external/jpeg/
jdpostct.c
165
JDIMENSION
old_next_row
, num_rows;
local
175
old_next_row
= post->next_row;
182
if (post->next_row >
old_next_row
) {
183
num_rows = post->next_row -
old_next_row
;
184
(*cinfo->cquantize->color_quantize) (cinfo, post->buffer +
old_next_row
,
Completed in 171 milliseconds