Home
last modified time | relevance | path

Searched refs:sincos_lookup1 (Results 1 – 2 of 2) sorted by relevance

/external/tremor/Tremor/
Dmdct.c251 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1; in mdct_step7()
301 T=(step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1; in mdct_step8()
315 V = sincos_lookup1; in mdct_step8()
341 V = sincos_lookup1; in mdct_step8()
Dmdct_lookup.h282 static LOOKUP_T sincos_lookup1[1024] = { variable