OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCU_cols
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
transupp.c
70
JDIMENSION
MCU_cols
, comp_width, blk_x, blk_y;
82
MCU_cols
= dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
86
comp_width =
MCU_cols
* compptr->h_samp_factor;
239
JDIMENSION
MCU_cols
, comp_width, dst_blk_x, dst_blk_y;
249
MCU_cols
= dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
253
comp_width =
MCU_cols
* compptr->h_samp_factor;
367
JDIMENSION
MCU_cols
, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
374
MCU_cols
= dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
379
comp_width =
MCU_cols
* compptr->h_samp_factor;
472
JDIMENSION
MCU_cols
, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y
[
all
...]
/external/qemu/distrib/jpeg-6b/
transupp.c
70
JDIMENSION
MCU_cols
, comp_width, blk_x, blk_y;
82
MCU_cols
= dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
86
comp_width =
MCU_cols
* compptr->h_samp_factor;
239
JDIMENSION
MCU_cols
, comp_width, dst_blk_x, dst_blk_y;
249
MCU_cols
= dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
253
comp_width =
MCU_cols
* compptr->h_samp_factor;
367
JDIMENSION
MCU_cols
, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
374
MCU_cols
= dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
379
comp_width =
MCU_cols
* compptr->h_samp_factor;
472
JDIMENSION
MCU_cols
, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y
[
all
...]
Completed in 75 milliseconds