HomeSort by relevance Sort by last modified time
    Searched full:pdtbl (Results 1 - 11 of 11) sorted by null

  /external/libjpeg-turbo/
jchuff.h 38 c_derived_tbl ** pdtbl);
jdhuff.c 94 d_derived_tbl **pdtbl; local
111 pdtbl = entropy->dc_derived_tbls + dctbl;
112 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl);
113 pdtbl = entropy->ac_derived_tbls + actbl;
114 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl);
155 d_derived_tbl ** pdtbl)
178 if (*pdtbl == NULL)
179 *pdtbl = (d_derived_tbl *)
182 dtbl = *pdtbl;
jdphuff.c 99 d_derived_tbl **pdtbl; local
172 pdtbl = entropy->derived_tbls + tbl;
173 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl);
177 pdtbl = entropy->derived_tbls + tbl;
178 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl);
jchuff.c 216 c_derived_tbl ** pdtbl)
238 if (*pdtbl == NULL)
239 *pdtbl = (c_derived_tbl *)
242 dtbl = *pdtbl;
    [all...]
jdhuff.h 49 d_derived_tbl ** pdtbl);
  /external/pdfium/third_party/libjpeg/
jchuff.h 43 c_derived_tbl ** pdtbl));
fpdfapi_jdhuff.c 153 d_derived_tbl ** pdtbl)
176 if (*pdtbl == NULL)
177 *pdtbl = (d_derived_tbl *)
180 dtbl = *pdtbl;
fpdfapi_jchuff.c 183 c_derived_tbl ** pdtbl)
205 if (*pdtbl == NULL)
206 *pdtbl = (c_derived_tbl *)
209 dtbl = *pdtbl;
jdhuff.h 51 d_derived_tbl ** pdtbl));
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 162 c_derived_tbl ** pdtbl)
184 if (*pdtbl == NULL)
185 *pdtbl = (c_derived_tbl *)
188 dtbl = *pdtbl;
    [all...]
jdhuff.c 324 d_derived_tbl ** pdtbl)
347 if (*pdtbl == NULL)
348 *pdtbl = (d_derived_tbl *)
351 dtbl = *pdtbl;
    [all...]

Completed in 1707 milliseconds