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

  /external/libjpeg-turbo/
jddctmgr.c 70 IFAST_MULT_TYPE ifast_array[DCTSIZE2];
266 IFAST_MULT_TYPE *ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table;
282 ifmtbl[i] = (IFAST_MULT_TYPE)
jdct.h 68 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */
71 typedef JLONG IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
jidctfst.c 132 #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval))
179 IFAST_MULT_TYPE *quantptr;
191 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
  /external/libjpeg-turbo/simd/
jsimdcfg.inc.h 115 %define IFAST_MULT_TYPE word ; must be short
116 %define SIZEOF_IFAST_MULT_TYPE SIZEOF_WORD ; sizeof(IFAST_MULT_TYPE)
jsimd_mips.c 1053 if (sizeof(IFAST_MULT_TYPE) != 2)
1101 IFAST_MULT_TYPE *quantptr;
1107 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
jsimd_arm.c 661 if (sizeof(IFAST_MULT_TYPE) != 2)
jsimd_arm64.c 732 if (sizeof(IFAST_MULT_TYPE) != 2)
jsimd_x86_64.c 801 if (sizeof(IFAST_MULT_TYPE) != 2)
jsimd_i386.c 984 if (sizeof(IFAST_MULT_TYPE) != 2)
jsimd.h     [all...]

Completed in 94 milliseconds