Searched refs:pdtbl (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | jdhuff.c | 95 d_derived_tbl **pdtbl; in start_pass_huff_decoder() local 112 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder() 113 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder() 114 pdtbl = (d_derived_tbl **)(entropy->ac_derived_tbls) + actbl; in start_pass_huff_decoder() 115 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); in start_pass_huff_decoder() 156 d_derived_tbl **pdtbl) in jpeg_make_d_derived_tbl() argument 179 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl() 180 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl() 183 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
|
D | jdphuff.c | 100 d_derived_tbl **pdtbl; in start_pass_phuff_decoder() local 173 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder() 174 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl); in start_pass_phuff_decoder() 178 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder() 179 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl); in start_pass_phuff_decoder()
|
D | jchuff.h | 39 c_derived_tbl ** pdtbl);
|
D | jchuff.c | 223 c_derived_tbl **pdtbl) in jpeg_make_c_derived_tbl() argument 245 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl() 246 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl() 249 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
|
D | jdhuff.h | 52 d_derived_tbl ** pdtbl);
|