OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:row_offset
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jdapistd.c
218
int
row_offset
= *start_y / lines_per_iMCU_row;
local
227
*height = (*start_y -
row_offset
* lines_per_iMCU_row) + *height;
229
*start_y =
row_offset
* lines_per_iMCU_row;
233
cinfo->input_iMCU_row =
row_offset
;
234
cinfo->output_iMCU_row =
row_offset
;
250
cinfo->output_scanline = lines_per_iMCU_row *
row_offset
/ sample_size;
255
cinfo->input_iMCU_row =
row_offset
;
256
cinfo->output_iMCU_row =
row_offset
;
/external/libvpx/vpx_scale/generic/
vpxscale.c
967
int
row_offset
, col_offset;
local
[
all
...]
Completed in 665 milliseconds