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

  /external/libjpeg-turbo/simd/i386/
jfdctint-avx2.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
jfdctflt-3dn.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jfdctflt-sse.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jfdctfst-mmx.asm 18 ; the forward DCT (Discrete Cosine Transform). The following code is
jfdctfst-sse2.asm 18 ; the forward DCT (Discrete Cosine Transform). The following code is
jidctflt-3dn.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jidctfst-mmx.asm 18 ; the inverse DCT (Discrete Cosine Transform). The following code is
jidctfst-sse2.asm 18 ; the inverse DCT (Discrete Cosine Transform). The following code is
jidctint-avx2.asm 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
jfdctint-mmx.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
jfdctint-sse2.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
jidctflt-sse.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jidctflt-sse2.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jidctint-mmx.asm 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
    [all...]
jidctint-sse2.asm 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
    [all...]
  /external/libjpeg-turbo/simd/x86_64/
jfdctint-avx2.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
jfdctflt-sse.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jidctint-avx2.asm 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
jfdctfst-sse2.asm 18 ; the forward DCT (Discrete Cosine Transform). The following code is
jidctflt-sse2.asm 18 ; (Discrete Cosine Transform). The following code is based directly on
jidctfst-sse2.asm 18 ; the inverse DCT (Discrete Cosine Transform). The following code is
jfdctint-sse2.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
jidctint-sse2.asm 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
    [all...]
  /external/ImageMagick/MagickCore/
resize.c 157 Blackman: 2nd order cosine windowing function:
163 const double cosine=cos((double) (MagickPI*x));
165 return(0.34+cosine*(0.5+cosine*0.16));
172 Bohman: 2rd Order cosine windowing function:
179 const double cosine=cos((double) (MagickPI*x));
180 const double sine=sqrt(1.0-cosine*cosine);
182 return((1.0-x)*cosine+(1.0/MagickPI)*sine);
199 static double Cosine(const double x
159 const double cosine=cos((double) (MagickPI*x)); local
175 const double cosine=cos((double) (MagickPI*x)); local
329 const double cosine=cos((double) (MagickPI*x)); local
341 const double cosine=cos((double) (MagickPI*x)); local
    [all...]

Completed in 695 milliseconds