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

  /external/jpeg/
jddctmgr.c 47 IFAST_MULT_TYPE *dct_table = (IFAST_MULT_TYPE *)compptr->dct_table; local
48 armv6_idct(coef_block, dct_table, output_buf, output_col);
77 * The actual multiplier tables are pointed to by dct_table in the
203 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table;
220 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table;
274 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table;
321 compptr->dct_table =
324 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
jidctred.c 136 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
288 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
391 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
jidctflt.c 87 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
jidctfst.c 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
jidctint.c 169 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
jpeglib.h 178 void * dct_table; member in struct:__anon4441
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 67 milliseconds