Home
last modified time | relevance | path

Searched refs:pdtbl (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djdhuff.c95 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()
Djdphuff.c100 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()
Djchuff.h39 c_derived_tbl ** pdtbl);
Djchuff.c223 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()
Djdhuff.h52 d_derived_tbl ** pdtbl);
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdhuff.c149 d_derived_tbl ** pdtbl) in jpeg_make_d_derived_tbl() argument
172 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl()
173 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl()
176 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
Djchuff.h43 c_derived_tbl ** pdtbl));
Dfpdfapi_jchuff.c179 c_derived_tbl ** pdtbl) in jpeg_make_c_derived_tbl() argument
201 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl()
202 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl()
205 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
Djdhuff.h51 d_derived_tbl ** pdtbl));