HomeSort by relevance Sort by last modified time
    Searched full:dct_table (Results 1 - 14 of 14) 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));
jdct.h 43 * pointed to by compptr->dct_table. The output data is to be placed into the
53 * Each IDCT routine has its own ideas about the best dct_table element type.
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:__anon7607
    [all...]
  /external/qemu/distrib/jpeg-6b/
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));
jdct.h 43 * pointed to by compptr->dct_table. The output data is to be placed into the
53 * Each IDCT routine has its own ideas about the best dct_table element type.
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:__anon10659
    [all...]

Completed in 279 milliseconds