Home
last modified time | relevance | path

Searched defs:DCTELEM (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djdct.h35 typedef int DCTELEM; /* 16 or 32 bits is fine */ typedef
39 typedef short DCTELEM; /* prefer 16 bit with SIMD for parellelism */ typedef
44 typedef JLONG DCTELEM; /* must have 32 bits */ typedef
/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h102 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[]; variable