LibJPEG
my_coef_controller
is only used within LibJPEG.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LibJPEG
my_coef_controller
my_coef_controller struct
Syntax
Show:
Summary
Declaration
from
jccoefct.c:35
typedef
struct
{
struct
jpeg_c_coef_controller
pub
;
JDIMENSION
iMCU_row_num
;
JDIMENSION
mcu_ctr
;
int
MCU_vert_offset
;
int
MCU_rows_per_iMCU_row
;
JBLOCKROW
MCU_buffer
[
C_MAX_BLOCKS_IN_MCU
]
;
jvirt_barray_ptr
whole_image
[
MAX_COMPONENTS
]
;
}
my_coef_controller
;
Fields
Field
Declared as
my_coef_controller::pub
struct
jpeg_c_coef_controller
my_coef_controller::iMCU_row_num
JDIMENSION
my_coef_controller::mcu_ctr
JDIMENSION
my_coef_controller::MCU_vert_offset
int
my_coef_controller::MCU_rows_per_iMCU_row
int
my_coef_controller::MCU_buffer
JBLOCKROW
[
C_MAX_BLOCKS_IN_MCU
]
my_coef_controller::whole_image
jvirt_barray_ptr
[
MAX_COMPONENTS
]
my_coef_controller::dummy_buffer
JBLOCKROW
[
C_MAX_BLOCKS_IN_MCU
]
my_coef_controller::MCU_ctr
JDIMENSION
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out