Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djdhuff.c81 d_derived_tbl **pdtbl; in start_pass_huff_decoder() local
98 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder()
99 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder()
100 pdtbl = (d_derived_tbl **)(entropy->ac_derived_tbls) + actbl; in start_pass_huff_decoder()
101 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); in start_pass_huff_decoder()
142 d_derived_tbl **pdtbl) in jpeg_make_d_derived_tbl() argument
165 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl()
166 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl()
169 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
Djdphuff.c85 d_derived_tbl **pdtbl; in start_pass_phuff_decoder() local
165 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder()
166 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl); in start_pass_phuff_decoder()
170 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder()
171 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl); in start_pass_phuff_decoder()
Djchuff.h38 int tblno, c_derived_tbl **pdtbl);
Djchuff.c249 c_derived_tbl **pdtbl) in jpeg_make_c_derived_tbl() argument
271 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl()
272 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl()
275 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
Djdhuff.h52 int tblno, d_derived_tbl **pdtbl);
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdhuff.c98 d_derived_tbl **pdtbl; in start_pass_huff_decoder() local
115 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder()
116 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder()
117 pdtbl = (d_derived_tbl **)(entropy->ac_derived_tbls) + actbl; in start_pass_huff_decoder()
118 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); in start_pass_huff_decoder()
159 d_derived_tbl **pdtbl) in jpeg_make_d_derived_tbl() argument
182 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl()
183 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl()
186 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
Djdphuff.c104 d_derived_tbl **pdtbl; in start_pass_phuff_decoder() local
177 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder()
178 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl); in start_pass_phuff_decoder()
182 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder()
183 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl); in start_pass_phuff_decoder()
Djchuff.h38 int tblno, c_derived_tbl **pdtbl);
Djchuff.c222 c_derived_tbl **pdtbl) in jpeg_make_c_derived_tbl() argument
244 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl()
245 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl()
248 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
Djdhuff.h51 int tblno, d_derived_tbl **pdtbl);
/third_party/libjpeg-turbo/
Djdhuff.c81 d_derived_tbl **pdtbl; in start_pass_huff_decoder() local
98 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder()
99 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder()
100 pdtbl = (d_derived_tbl **)(entropy->ac_derived_tbls) + actbl; in start_pass_huff_decoder()
101 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); in start_pass_huff_decoder()
142 d_derived_tbl **pdtbl) in jpeg_make_d_derived_tbl() argument
165 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl()
166 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl()
169 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
Djdphuff.c85 d_derived_tbl **pdtbl; in start_pass_phuff_decoder() local
165 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder()
166 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl); in start_pass_phuff_decoder()
170 pdtbl = (d_derived_tbl **)(entropy->derived_tbls) + tbl; in start_pass_phuff_decoder()
171 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl); in start_pass_phuff_decoder()
Djchuff.h38 int tblno, c_derived_tbl **pdtbl);
Djchuff.c250 c_derived_tbl **pdtbl) in jpeg_make_c_derived_tbl() argument
272 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl()
273 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl()
276 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
Djdhuff.h52 int tblno, d_derived_tbl **pdtbl);