/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdhuff.c | 81 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()
|
D | jdphuff.c | 85 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()
|
D | jchuff.h | 38 int tblno, c_derived_tbl **pdtbl);
|
D | jchuff.c | 249 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()
|
D | jdhuff.h | 52 int tblno, d_derived_tbl **pdtbl);
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdhuff.c | 98 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()
|
D | jdphuff.c | 104 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()
|
D | jchuff.h | 38 int tblno, c_derived_tbl **pdtbl);
|
D | jchuff.c | 222 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()
|
D | jdhuff.h | 51 int tblno, d_derived_tbl **pdtbl);
|
/third_party/libjpeg-turbo/ |
D | jdhuff.c | 81 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()
|
D | jdphuff.c | 85 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()
|
D | jchuff.h | 38 int tblno, c_derived_tbl **pdtbl);
|
D | jchuff.c | 250 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()
|
D | jdhuff.h | 52 int tblno, d_derived_tbl **pdtbl);
|