Searched refs:pdtbl (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/ |
D | jdhuff.c | 94 d_derived_tbl **pdtbl; in start_pass_huff_decoder() local 111 pdtbl = entropy->dc_derived_tbls + dctbl; in start_pass_huff_decoder() 112 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder() 113 pdtbl = entropy->ac_derived_tbls + actbl; in start_pass_huff_decoder() 114 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); in start_pass_huff_decoder() 155 d_derived_tbl ** pdtbl) in jpeg_make_d_derived_tbl() argument 178 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl() 179 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl() 182 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
|
D | jdphuff.c | 99 d_derived_tbl **pdtbl; in start_pass_phuff_decoder() local 172 pdtbl = entropy->derived_tbls + tbl; in start_pass_phuff_decoder() 173 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl); in start_pass_phuff_decoder() 177 pdtbl = entropy->derived_tbls + tbl; in start_pass_phuff_decoder() 178 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl); in start_pass_phuff_decoder()
|
D | jchuff.h | 38 c_derived_tbl ** pdtbl);
|
D | jchuff.c | 216 c_derived_tbl ** pdtbl) in jpeg_make_c_derived_tbl() argument 238 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl() 239 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl() 242 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
|
D | jdhuff.h | 49 d_derived_tbl ** pdtbl);
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdhuff.c | 153 d_derived_tbl ** pdtbl) in jpeg_make_d_derived_tbl() argument 176 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl() 177 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl() 180 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
|
D | jchuff.h | 43 c_derived_tbl ** pdtbl));
|
D | fpdfapi_jchuff.c | 183 c_derived_tbl ** pdtbl) in jpeg_make_c_derived_tbl() argument 205 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl() 206 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl() 209 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
|
D | jdhuff.h | 51 d_derived_tbl ** pdtbl));
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdhuff.c | 324 d_derived_tbl ** pdtbl) in jpeg_make_d_derived_tbl() argument 347 if (*pdtbl == NULL) in jpeg_make_d_derived_tbl() 348 *pdtbl = (d_derived_tbl *) in jpeg_make_d_derived_tbl() 351 dtbl = *pdtbl; in jpeg_make_d_derived_tbl()
|
D | jchuff.c | 162 c_derived_tbl ** pdtbl) in jpeg_make_c_derived_tbl() argument 184 if (*pdtbl == NULL) in jpeg_make_c_derived_tbl() 185 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl() 188 dtbl = *pdtbl; in jpeg_make_c_derived_tbl()
|