HomeSort by relevance Sort by last modified time
    Searched refs:ifmtbl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jddctmgr.c 252 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; local
268 ifmtbl[i] = (IFAST_MULT_TYPE)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jddctmgr.c 184 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; local
200 ifmtbl[i] = (IFAST_MULT_TYPE)
  /external/jpeg/
jddctmgr.c 275 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; local
293 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2;
312 ifmtbl[i] = (IFAST_MULT_TYPE)
  /external/qemu/distrib/jpeg-6b/
jddctmgr.c 235 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; local
253 ifmtbl[j] = (qtbl->quantval[i] * scales[i] + 2) >> 2;
272 ifmtbl[i] = (IFAST_MULT_TYPE)

Completed in 933 milliseconds