jpeg_component_info::component_index is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_component_info::component_index

jpeg_component_info::component_index field

Syntax

int component_index;

References

LocationReferrerText
jpeglib.h:130
int component_index; /* its index in SOF or cinfo->comp_info[] */
jccoefct.c:172compress_data()
forward_DCT = cinfo->fdct->forward_DCT[compptr->component_index];
jccoefct.c:182compress_data()
input_buf[compptr->component_index],
jcdctmgr.c:73forward_DCT()
forward_DCT_method_ptr do_dct = fdct->do_dct[compptr->component_index];
jcdctmgr.c:136forward_DCT_float()
float_DCT_method_ptr do_dct = fdct->do_float_dct[compptr->component_index];
jcmaster.c:295initial_setup()
compptr->component_index = ci;
jcsample.c:160int_downsample()
h_expand = downsample->h_expand[compptr->component_index];
jcsample.c:161int_downsample()
v_expand = downsample->v_expand[compptr->component_index];
jctrans.c:289compress_output()
((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jdarith.c:669start_pass()
int coefi, cindex = cinfo->cur_comp_info[ci]->component_index;
jdcoefct.c:188decompress_onepass()
inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
jdcoefct.c:191decompress_onepass()
output_ptr = output_buf[compptr->component_index] +
jdhuff.c:1350start_pass_huff_decoder()
int coefi, cindex = cinfo->cur_comp_info[ci]->component_index;
jdmarker.c:284get_sof()
compptr->component_index = ci;
jdsample.c:202int_upsample()
h_expand = upsample->h_expand[compptr->component_index];
jdsample.c:203int_upsample()
v_expand = upsample->v_expand[compptr->component_index];

Data Use

Functions writing jpeg_component_info::component_index
Functions reading jpeg_component_info::component_index
all items filtered out
jpeg_component_info::component_index