Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdhuff.c94 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()
Djdphuff.c99 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()
Djchuff.h38 c_derived_tbl ** pdtbl);
Djchuff.c216 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()
Djdhuff.h49 d_derived_tbl ** pdtbl);
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdhuff.c153 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()
Djchuff.h43 c_derived_tbl ** pdtbl));
Dfpdfapi_jchuff.c183 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()
Djdhuff.h51 d_derived_tbl ** pdtbl));
/external/opencv3/3rdparty/libjpeg/
Djdhuff.c324 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()
Djchuff.c162 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()