HomeSort by relevance Sort by last modified time
    Searched defs:FAST_FLOAT (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/simd/
jsimdcfg.inc.h 107 %define FAST_FLOAT FP32 ; float
108 %define SIZEOF_FAST_FLOAT SIZEOF_FP32 ; sizeof(FAST_FLOAT)
  /external/syslinux/com32/lib/jpeg/
jidctflt.c 77 #define FAST_FLOAT float
81 #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval))
125 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
126 FAST_FLOAT tmp10, tmp11, tmp12, tmp13;
127 FAST_FLOAT z5, z10, z11, z12, z13;
129 FAST_FLOAT *quantptr;
130 FAST_FLOAT *wsptr;
133 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
155 FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
183 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 *
    [all...]
  /external/libjpeg-turbo/
jmorecfg.h 412 /* FAST_FLOAT should be either float or double, whichever is done faster
417 #ifndef FAST_FLOAT
418 #define FAST_FLOAT float

Completed in 82 milliseconds